Cant get my for statement to work the right way!
#3

thx for the help its working now i only changed 1 thing in your version.

pawn Код:
for(new ii = 0; i < MAX_PLAYERS; i++)
to
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
Reply


Messages In This Thread
Cant get my for statement to work the right way! - by HireMe - 06.12.2012, 19:36
Re: Cant get my for statement to work the right way! - by LarzI - 06.12.2012, 19:46
Re: Cant get my for statement to work the right way! - by HireMe - 06.12.2012, 20:05
Re: Cant get my for statement to work the right way! - by LarzI - 06.12.2012, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)