04.08.2011, 16:11
Hi fellas, I want all admins to have the same name colour when they are online (blue)
if(!IsPlayerLuxAdminLevel(playerid, 1))
{
SetPlayerColor(playerid,blue);
}
Its not working. I have this under OnPlayerConnect
What am I missing?
Thanks!
if(!IsPlayerLuxAdminLevel(playerid, 1))
{
SetPlayerColor(playerid,blue);
}
Its not working. I have this under OnPlayerConnect
What am I missing?
Thanks!