SA-MP Forums Archive
need help with setting up Colors (FAST PLEASE) - 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)
+--- Thread: need help with setting up Colors (FAST PLEASE) (/showthread.php?tid=573321)



need help with setting up Colors (FAST PLEASE) - Toxik - 06.05.2015

as first im using LuxAdmin FS
and i wanna add That if player is admin it show red color
other players white
__________________________________________________
~FIXED~


Re: need help with setting up Colors (FAST PLEASE) - giorgosdim12 - 06.05.2015

Код:
if(PlayerIsAdmin(playerid))
{
SetPlayerColor(playerid,0xAA3333AA);
}
else{
SetPlayerColor(playerid,0xFFFFFFAA);
}
this?


Re: need help with setting up Colors (FAST PLEASE) - Toxik - 06.05.2015

Ye thanks
i will just edit it a Bit
+Rep