SA-MP Forums Archive
player color - 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: player color (/showthread.php?tid=74409)



player color - Robbin237 - 22.04.2009

pawn Код:
dcmd_accol(playerid, params[])
{
    SetPlayerColor(playerid, strval(params));
    return 1;
}
No errors, but no result either when i type like /accol 0x00BFFFFF

Somebody help plz