04.04.2009, 16:54
Quote:
|
Originally Posted by ♣ ⓐⓢⓢ
just go to www.sa-mp.com and download the actuall server packet (should be 0.2X)
One version didnt had OnPlayerUpdate forwarded (looks like the one who you use) |
pawn Код:
public OnPlayerUpdate(playerid)
{
SetPlayerColor(playerid, random(0xFFFFFFFF));
return true;
}
It works now, thanks for the help!

