[HELP] This function doesn't update or I've failed on making it
#10

Quote:
Originally Posted by Ahrim
Посмотреть сообщение
I didnt set PlayerNameTag[playerid] as PlayerNameTag[ i ]
You're missing the point. An example:
pawn Код:
new
    num
;
for( new j = 0; j < 50; j++ ) num = j;
It re-assigns a value to num, but num will keep the last one after it finishes. So it will keep only the 49.
In other words, the other 48 were pointless.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)