SA-MP Forums Archive
Why all the players in different colors? - 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: Why all the players in different colors? (/showthread.php?tid=79888)



Why all the players in different colors? - SiJ - 31.05.2009

Hey,
Every player connected to my server are in different color, but I have
pawn Код:
SetPlayerColor(playerid, COLOR_WHITE);
OnPlayerConnect ....


Re: Why all the players in different colors? - Gamer007 - 31.05.2009

do it onplayerspawn


Re: Why all the players in different colors? - SiJ - 31.05.2009

Thanks...