[PEDIDO] /admins
#3

pawn Код:
stock Admins(playerid){
    new string[100];
    for(new i; i <MAX_PLAYERS; i++) {
    if(IsPlayerAdmin(i){
    format(string, sizeof(string), "Admins: %s",PlayerName(i));
    SendClientMessage(playerid,0,string);
    }
}

stock PlayerName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, MAX_PLAYER_NAME);
    return name;
}
Reply


Messages In This Thread
[PEDIDO] /admins - by Felipe_Wesker - 29.12.2010, 18:02
Re: [PEDIDO] /admins - by zSuYaNw - 29.12.2010, 18:05
Re: [PEDIDO] /admins - by [Banido]HigorOliver - 29.12.2010, 18:10
Re: [PEDIDO] /admins - by CyNiC - 29.12.2010, 18:10
Re: [PEDIDO] /admins - by DeNeR - 29.12.2010, 18:11
Re: [PEDIDO] /admins - by Felipe_Wesker - 29.12.2010, 18:16
Re: [PEDIDO] /admins - by zSuYaNw - 29.12.2010, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)