SA-MP Forums Archive
Error with my rank 'system' - 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: Error with my rank 'system' (/showthread.php?tid=206715)



Error with my rank 'system' - Georgelopez1 - 04.01.2011

edit


Re: Error with my rank 'system' - mick88 - 04.01.2011

Instead of OnPlayerSpawn() us OnPlayerConnect() and make sure to clear Rank[playerid] when player disconnects, otherwise you will delete someone else's label!


Re: Error with my rank 'system' - Georgelopez1 - 04.01.2011

Ah, thanks mick.