28.06.2011, 21:14
(
Последний раз редактировалось sampx; 29.06.2011 в 14:17.
Причина: I WANT DELETE IT i made new one because this one din't help
)
post delete by user.
if(IsPlayerAdmin(playerid)) { SetPlayerColor(playerid, 0xFF00D8FF); }
public OnPlayerConnect(playerid) // Player Connection
{
if(IsPlayerAdmin(playerid)) // Checks if the Player is Admin
{
SetPlayerColor(playerid, 0xFF00D8FF); // Sets the Admin pink coloured
}
return 1;
}
Then do what dr.pepper said.
@dr.pepper: Btw how can you logged as rcon admin while you just connected to server. |