SA-MP Forums Archive
[SOLVED] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [SOLVED] (/showthread.php?tid=112957)



[SOLVED] - Jeffry - 11.12.2009

Thank you for your help.

Problem Solved.


Cheers,
Jeffry




Re: [Help?]Little bug in script. - dice7 - 11.12.2009

pawn Код:
new OldName[MAX_PLAYERS][MAX_PLAYER_NAME];

//...

SetPlayerName(playerid,OldName[playerid]);
The array must be big enough for every player to save his name. With OldName[MAX_PLAYER_NAME] when you do afk and someone else does afk OldName will contain the name of the last one who used /afk


Re: [Help?]Little bug in script. - Jeffry - 11.12.2009

Checking that tomorrow. I go to table tennis now... .

Iґll let you know if it worked.


Re: [Help?]Little bug in script. - Jeffry - 12.12.2009

Okay, thank you. It worked.