10.02.2015, 13:32
yuup correct agreed with introzen!
is this only for one admin??
Quote:
//on Command:/admins for(new i=0;i!=Max_PLAYERS;i++) { if(IsPlayerConnected(playerid)) { if(IsPlayerAdmin(i)) { new Name[MAX_PLAYER_NAME]; GetPlayerName(i,Name); new Str[256]; format(Str,sizeof(Str),"Admin (%d) : %s was online",i,Name); SendClientMessage(playerid,COLOR_WHITE,Str); } } } |