16.10.2010, 02:42
I have a Admin SYstem, Would this Count?
I have Admininistration:3
Код:
if(IsPlayerAdmin(playerid) == 1){
new string[64], name[MAX_PLAYER_NAME], ip[16];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s has joined black ops. (%s)", name, ip);
SendClientMessageToAll(COLOR_BLUE, string);
}

