Ayuda
#4

Quote:
Originally Posted by Zamaroht
Посмотреть сообщение
Los titulos deben ser descriptivos y no similares a: "AYUDA", "ALGUIEN QUE ME AYUDE", etc.
pawn Код:
CMD:dararma(playerid,params[]) {
    new id,armaid,balas;
    if(sscanf(params,"udd",id,armaid,balas)) {
        SendClientMessage(playerid,-1,"Utiliza /dararma [Nombre / ID] [Arma ID] [Balas]");
        return 1;
    }
    if(!IsPlayerConnected(id)) {
        SendClientMessage(playerid,-1,"El jugador no estб conectado");
        return 1;
    }
    GivePlayerWeapon(id,armaid,balas);
    new string[128],name[MAX_PLAYER_NAME];
    GetPlayerName(id,name,MAX_PLAYER_NAME);
    format(string,sizeof(string),"Le has dado a %s (ID:%d) el arma ID %d con %d balas",name,id,armaid,balas);
    SendClientMessage(playerid,-1,string);
    return 1;
}
Reply


Messages In This Thread
Ayuda - by Glimma - 27.08.2012, 19:53
Respuesta: Ayuda - by adrianxd - 27.08.2012, 20:18
Respuesta: Ayuda - by Fluid016 - 27.08.2012, 20:23
Re: Ayuda - by Daniel-92 - 27.08.2012, 20:27
Re: Ayuda - by Glimma - 27.08.2012, 20:30

Forum Jump:


Users browsing this thread: 1 Guest(s)