[Ajuda] Cmd dar armas evento
#5

vcs nao tao entendendo oq ele ta querendo a variavel e como dar as armas sу pro evento ele sabe EVID
O que ele n sabe й criar o comando msm

Ta certo o meu aqui gente?
pawn Код:
if(strcmp(cmd, "/armaevento", true) == 0)
    {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, COLOR_WHITE, "Para dar sua arma a alguйm, use: /armaevento [id]");
            return 1;
        }
        arma = ReturnUser(tmp);
        for(new i=0;i<=EVID;i++)
        {
             GivePlayerWeapon(i, arma, 500);
        }
        return 1;
    }
Reply


Messages In This Thread
Cmd dar armas evento - by maikons - 22.05.2014, 04:05
Re: Cmd dar armas evento - by Kuddy - 22.05.2014, 04:30
Re: Cmd dar armas evento - by maikons - 22.05.2014, 05:06
Re: Cmd dar armas evento - by PT - 22.05.2014, 05:53
Re: Cmd dar armas evento - by gmstrikker - 23.05.2014, 04:59

Forum Jump:


Users browsing this thread: 1 Guest(s)