[Ajuda] Curar PlayerID
#8

Obrigado pelo comando!
Rep ADD agora como eu faria para que o Mйdico nгo pudesse usar o comando toda hora?
tipo assim ele usar o comando a cada 15 segundos..
ta ai o cmd completo funcionando.
pawn Код:
if(!strcmp(cmd, "/curar", true))
    {
        new tmp[128]; tmp = strtok(cmdtext, idx);
        new Float:coord[3];
        new pos = strval(tmp);
        GetPlayerPos(playerid, coord[0], coord[1], coord[2]);
        if(IsPlayerInRangeOfPoint(pos, 4.0, coord[0], coord[1], coord[2])) {
            if(TeamGang[playerid] == 0)
            {
            if(!strlen(tmp)) return SendClientMessage(playerid, 0xFFFFFFFF, "USE: /Curar [id] no player que estiver prуximo");
            SetPlayerArmour(pos, 70.0);
            SetPlayerHealth(pos, 100.0);
            SendClientMessage(pos, 0xFFFF00AA, "Vocк foi curado por um Mйdico.");
            }
    }
        return 1;
    }
Reply


Messages In This Thread
Curar PlayerID - by Rodox_Mortein - 29.01.2013, 17:32
Respuesta: Curar PlayerID - by Parka - 29.01.2013, 17:49
Re: Curar PlayerID - by Rodox_Mortein - 29.01.2013, 18:00
Respuesta: Curar PlayerID - by Parka - 29.01.2013, 18:07
Re: Curar PlayerID - by Rodox_Mortein - 29.01.2013, 18:41
Respuesta: Curar PlayerID - by Parka - 29.01.2013, 18:44
Re: Curar PlayerID - by Dwayne-Pheonix - 29.01.2013, 19:29
Re: Curar PlayerID - by Rodox_Mortein - 30.01.2013, 01:14
Respuesta: Curar PlayerID - by Parka - 30.01.2013, 01:34
Re: Curar PlayerID - by Rodox_Mortein - 30.01.2013, 18:10

Forum Jump:


Users browsing this thread: 2 Guest(s)