[AJUDA] /pintar
#8

tenta ai retirei do meu gm '-'
pawn Код:
if(strcmp(cmd, "/pintar", true) == 0)
{
        new tmp[256];
        new cor1,cor2;
        new veiculo;
        tmp = strtok(cmdtext,idx);
        cor1 = strval(tmp);
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, Vermelho, "/pintar [cor1] [cor2]");
            return 1;
        }
        cor2 = strval(tmp);
        veiculo = GetPlayerVehicleID(playerid);
        if(IsPlayerInVehicle(playerid,veiculo))
        {
            ChangeVehicleColor(veiculo,cor1,cor2);
            format(string, sizeof(string), "(x) vocк pintou seu carro de %d e %d.", playerid, cor1, cor2);
            SendClientMessage(playerid, -1, string);
            return 1;
    }
}
Se nao der
tira
new tmp[256];
Reply


Messages In This Thread
[AJUDA] /pintar - by Oakley_TwOPaCk - 14.02.2012, 16:35
Re: [AJUDA] /pintar - by [NC]BlackSky - 14.02.2012, 16:38
Re: [AJUDA] /pintar - by Hard` - 14.02.2012, 16:39
Re: [AJUDA] /pintar - by Oakley_TwOPaCk - 14.02.2012, 16:41
Re: [AJUDA] /pintar - by [NC]BlackSky - 14.02.2012, 16:41
Re: [AJUDA] /pintar - by Hard` - 14.02.2012, 16:42
Re: [AJUDA] /pintar - by Oakley_TwOPaCk - 14.02.2012, 16:45
Re: [AJUDA] /pintar - by [NC]BlackSky - 14.02.2012, 16:50
Re: [AJUDA] /pintar - by Oakley_TwOPaCk - 14.02.2012, 16:55
Re: [AJUDA] /pintar - by [NC]BlackSky - 14.02.2012, 16:58

Forum Jump:


Users browsing this thread: 3 Guest(s)