[Help] error 017: undefined symbol "i"
#1

___________
Reply
#2

If you use foreach then do this
pawn Code:
foreach(Player, i)
If you don't you need to create a loop
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
Reply
#3

Code:
if(IsPlayerAdmin(playerid))
Reply
#4

___________
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)