need help with setting up Colors (FAST PLEASE)
#1

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

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

Ye thanks
i will just edit it a Bit
+Rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)