20.04.2014, 15:26
Quote:
I was talking about custom RCON commands that actually execute AMX code, not the default RCON commands that come with the server. Also that loop doesn't look infinite, as soon as 'i' hits the value of CountDynamicObjects it will stop, the only difference I can see between the two loops there is that the value is stored in a variable instead of called each time. Unless of course you create an object inside this loop which raises the dynamic object count on each iteration.
|
Also i can do that same as you did in this post http://forum.sa-mp.com/showpost.php?...46&postcount=3
I did a print in the loop and it bypasses the 'i' value then leads to this where i can run rcon commands yet.
If you would like me to test other ways let me know.