[Ajuda] Nгo intendo
#9

pawn Код:
CMD:av(playerid, params[])
{
    new msg[128];
    GetPlayerName(playerid, Name,sizeof(Name));
   
    if(PlayerInfo[playerid][pAdmin] < 1)
        return SendClientMessage(playerid, -1, "[x] Vocк nгo e administrador!");
       
    if(Logado[playerid] == 0)
       return SendClientMessage(playerid, -1, "[x] Vocк nгo esta logado coretamente!");

    if(isnull(params))
       return SendClientMessage(playerid, -1, "[x] /av < Mensagen > ");

    format(msg, sizeof(msg), "Admin %s: %s", Name, params);
    SendClientMessageToAll(0x0066FFAA, msg);
    return 1;
}
Reply


Messages In This Thread
Nгo intendo - by mau.tito - 27.11.2012, 16:03
Re: Nгo intendo - by Sky™ - 27.11.2012, 16:05
Re: Nгo intendo - by humildadeforever - 27.11.2012, 16:06
Re: Nгo intendo - by mau.tito - 27.11.2012, 16:07
Re: Nгo intendo - by Coreia - 27.11.2012, 16:12
Re: Nгo intendo - by humildadeforever - 27.11.2012, 16:22
Re: Nгo intendo - by mau.tito - 27.11.2012, 16:28
Re: Nгo intendo - by humildadeforever - 27.11.2012, 16:36
Re: Nгo intendo - by Jason` - 27.11.2012, 16:41
Re: Nгo intendo - by mau.tito - 27.11.2012, 16:42

Forum Jump:


Users browsing this thread: 1 Guest(s)