04.04.2009, 15:44
How do i set it, that when a player spawns, he gets a random color like first he gets green, and on the next join his name is purple.
I've found this;
but that gets me this;
So could someone explain to me how to change it so that it will work?
Many thanks!
Mr. M
I've found this;
pawn Код:
public OnPlayerUpdate(playerid){
SetPlayerColor(playerid, random(0xFFFFFFFF));
return true;
Код:
D:\SA-MP Server\SERVER\filterscripts\classes.pwn(104) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate")
Many thanks!
Mr. M