17.08.2010, 02:25
How can i make it so admins colour is red when they connect? I'm using ladmin4v2.
Thx
Mr_Pryor
Thx
Mr_Pryor
//onplayerconnect && spawn
if(PlayerInfo[playerid][Level] >= 1)
{
SetPlayerColor(playerid,red);
}
if(PlayerInfo[playerid][Level] >= 1)
{
SetPlayerColor(playerid,red);
}