I had A problem
#7

for(new i = 0; i < GetPlayerPoolSize(); i++) // wrong
for(new i = 0; i <= GetPlayerPoolSize(); i++) // correct (slower)
for(new i = GetPlayerPoolSize(); i != -1; i--) // correct (faster)

https://sampwiki.blast.hk/wiki/GetPlayerPoolSize
Reply


Messages In This Thread
I had A problem - by jaberaaa - 30.10.2017, 09:07
Re: I had A problem - by Arbico - 30.10.2017, 09:19
Re: I had A problem - by jaberaaa - 30.10.2017, 09:24
Re: I had A problem - by jaberaaa - 30.10.2017, 09:34
Re: I had A problem - by jaberaaa - 31.10.2017, 12:36
Re: I had A problem - by zerruv - 31.10.2017, 14:31
Re: I had A problem - by xMoBi - 31.10.2017, 16:25

Forum Jump:


Users browsing this thread: 3 Guest(s)