Admin Colour
#1

How can i make it so admins colour is red when they connect? I'm using ladmin4v2.



Thx
Mr_Pryor
Reply
#2

lol easy

pawn Код:
//onplayerconnect && spawn

if(PlayerInfo[playerid][Level] >= 1)
{
        SetPlayerColor(playerid,red);
}
that easy D:
Reply
#3

Put this in OnPlayerConnected:

PHP код:
if(PlayerInfo[playerid][Level] >= 1)
{
        
SetPlayerColor(playerid,red);

Reply
#4

Thank You guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)