28.06.2011, 11:55
Quote:
I had a similar problem, easy fix:
Run a global timer and just loop players in that, plus it's way more efficient because you're just calling one function every interval. And don't forget to use IsPlayerConnected in your function, and definitely make sure you have edited your MAX_PLAYERS in a_samp.inc OR using foreach for loops. |