Error while compiling MapNoteTeleport: 'BasePlayer' does not contain a definition for 'flyhackPauseTime' and no accessible extension method 'flyhackPauseTime' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 321, Pos: 20
Error compiling after today's update
Fix for the compile issue would be to change:
player.flyhackPauseTime = _configData.GlobalSettings.MaximumCooldown;to
player.PauseFlyHackDetection(_configData.GlobalSettings.MaximumCooldown); indeed it is, thank you very muchSteel
Fix for the compile issue would be to change:
player.flyhackPauseTime = _configData.GlobalSettings.MaximumCooldown;to
player.PauseFlyHackDetection(_configData.GlobalSettings.MaximumCooldown);