need help!! please help how chage admin color
#5

Do you want it on when an Admin Connects? here:

pawn Код:
public OnPlayerConnect(playerid) // Player Connection
{
    if(IsPlayerAdmin(playerid)) // Checks if the Player is Admin
    {
        SetPlayerColor(playerid, 0xFF00D8FF); // Sets the Admin pink coloured
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)