[Ajuda] /trazercarro Bugado.
#1

Galera o comando /trazercarro que tem aqui no [GM] que eu to estudando nгo ta fucionando, alguйm poderia me ajudar?

Tentei o dia inteiro arrumar essa praga ¬¬'

pawn Код:
if(strcmp(cmd, "/trazercarro", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /trazercarro [carro id]");
                return 1;
            }
            new Float:plocx,Float:plocy,Float:plocz;
            new plo;
            plo = strval(tmp);
            if (PlayerInfo[playerid][pAdmin] >= 5)
            {
                if(admtrampando[playerid] < 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
                    return 1;
                }
                GetPlayerPos(playerid, plocx, plocy, plocz);
                SetVehiclePos(plo,plocx,plocy+4, plocz); LinkVehicleToInterior(plo, 0);
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo estб autorizado a usar este comando!");
            }
        }
        return 1;
    }
Que que vocкs acham ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)