How to Loop!
#1

How to Loop For Playerid?

i want to use playerid ongamemodeexit
Reply
#2

You can't since OnGameModeExit has no playerid param.
Reply
#3

any way to use playerid ongamemodeexit with loops?
Reply
#4

No, read my post above.
Reply
#5

You can do this
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
    }
but i don't think it will work..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)