[Pedido] /pintar [Cor ID] [Cor 2 ID]
#4

Tenta esse mais simplisinho

pawn Код:
pawn Code:
new
        cmd[64],
        idx;
    cmd = strtok(cmdtext, idx);
   
    if(strcmp(cmd, "/pintar", true) == 0)
    {
        if(IsPlayerInAnyVehicle(playerid))
        {
            new
                string[128],
                tmp[64];
            tmp = strtok(cmdtext, idx);
            new
                tmp2 = strval(tmp);
            ChangeVehicleColor(GetPlayerVehicleID(playerid),tmp2,tmp2);
            format(string, sizeof(string),"Cor do teu carro foi mudada para: %i",tmp2);
            SendClientMessage(playerid, 0xF60000AA, string);
        }
        else return SendClientMessage(playerid, 0xF60000AA, "Erro: Ce nao ta em nenhum veнculo negao!");
        return 1;
    }
Offtopic: profissional e com 2 "S" amigo...
Reply


Messages In This Thread
[Pedido] /pintar [Cor ID] [Cor 2 ID] - by Gustavo_Samp - 17.11.2011, 19:04
Re: Ajude-Me - by ViniBorn - 17.11.2011, 19:36
Re: Ajude-Me - by Gustavo_Samp - 17.11.2011, 21:29
Re: Ajude-Me - by [KoS]Izaac - 17.11.2011, 22:05
Re: Ajude-Me - by [R] ousenber [K] - 17.11.2011, 22:08
Re: Ajude-Me - by Gustavo_Samp - 17.11.2011, 22:10
Re: Ajude-Me - by dPlaYer_ - 17.11.2011, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)