[Dъvida] Estб correto?
#2

pawn Код:
CMD:darcolete(playerid,params[])
    {
        new OutroNome[24],string[128],valor;
        if(!IsPlayerAdmin(playerid)) return scm(playerid,Error,"Vocк nгo й administrador.");
        {
            if(sscanf(params,"dd",id,valor)) return scm(playerid,Error,"Correto: /darcolete [id] [quantidade vida].");
            if(!IsPlayerConnected(id)) return scm(playerid,Error,"O id digitado nгo estб conectado!");
            GetPlayerName(playerid,name,sizeof(name));
            GetPlayerName(id, OutroNome, 24);
            format(string,sizeof(string),"O Administrador %s deu colete ao player %s [id:%d].",name,OutroNome, id);
            SendClientMessageToAll(Neutra, string);
            SetPlayerArmour(id, valor);
            scm(id,Neutra,"O administrador setou seu colete!");
         }
        return 1;
    }
Reply


Messages In This Thread
[Dъvida] Estб correto? - by Pedro Pawno - 14.04.2013, 06:02
Re: [Dъvida] Estб correto? - by Gleisson_. - 14.04.2013, 13:06
Respuesta: [Dъvida] Estб correto? - by Pedro Pawno - 14.04.2013, 20:47
Re: [Dъvida] Estб correto? - by Hulk3000 - 14.04.2013, 21:20
Re: [Dъvida] Estб correto? - by Don_Speed - 14.04.2013, 21:24
Respuesta: Re: [Dъvida] Estб correto? - by Pedro Pawno - 14.04.2013, 21:37

Forum Jump:


Users browsing this thread: 2 Guest(s)