for loop seems to be stopping the script from progressing.
#2

Correction:
pawn Код:
for(p = 0; p < MAX_PLAYERS; p++)
You're telling the loop to continue looping while p is equal to MAX_PLAYERS, the loop keeps going because you didn't tell it to stop.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)