SA-MP Forums Archive
Something strange with the anti airbreak - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Something strange with the anti airbreak (/showthread.php?tid=163631)



Something strange with the anti airbreak - Script - 28.07.2010

Im using anti airbreak by D0erfler.
all worked perfectly the airbreak works on OnPlayerUpdate.


after i changed my database from dini files to MySQL database the airbreak isn't working anymore?

anyone know why?


Re: Something strange with the anti airbreak - Script - 29.07.2010

bump :S help me please


Re: Something strange with the anti airbreak - GaGlets(R) - 29.07.2010

remove it from on player update and try to put in timer..


Re: Something strange with the anti airbreak - Calgon - 29.07.2010

Throw the code inside a timer, and remove it from the OnPlayerUpdate callback. It's very unlikely that your server will be able to handle both MySQL connections and having to replicate your 'anti airbreak' code.


Re: Something strange with the anti airbreak - Script - 30.07.2010

I tried its still not working oO.