[Pedido]Aparecer Carro TalTal...
#2

Quote:
Originally Posted by CoCa
Посмотреть сообщение
Ola Galera Boa Tarde Ou Bom Dia Ou Boa Noite Nao Sei Quando Voceis Vao Ler skpspkskpskpkpsp
Entao Queria Um Comando Assim o /Car Aparece Opcoes De Carros Se For Possivel Me Passe Por Favor.

|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||
Eu Atirei O Pal Na Bazuka Mais Ela Nao Morreureu Dona Xiquinha Gozou-Se.......
drogaz fazel mal, muito mal

TOPICO
pawn Код:
if(strcmp(cmd, "/veiculo", true) == 0)
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
                return 1;
            }
            new ID;
            ID = strval(tmp);
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
                return 1;
            }
            new Cor1;
            Cor1 = strval(tmp);
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
                return 1;
            }
            new Cor2;
            Cor2 = strval(tmp);
            new Float:X, Float:Y, Float:Z;
            GetPlayerPos(playerid, X, Y, Z);
            CreateVehicle(ID, X+2, Y, Z, 0.0, Cor1, Cor2, 60000);
            return SendClientMessage(playerid,0x00FF00AA,"Veiculo Criado");
        }
Reply


Messages In This Thread
[Resolvido]Problema Resolvido - by CoCa - 27.12.2010, 15:13
Re: [Pedido]Aparecer Carro TalTal... - by TiagoPS - 27.12.2010, 15:18
Re: [Pedido]Aparecer Carro TalTal... - by CoCa - 27.12.2010, 15:20
Re: [Pedido]Aparecer Carro TalTal... - by TiagoPS - 27.12.2010, 15:28
Re: [Pedido]Aparecer Carro TalTal... - by CoCa - 27.12.2010, 21:51
Re: [Pedido]Aparecer Carro TalTal... - by Sergiinhonike - 27.12.2010, 22:16
Re: [Pedido]Aparecer Carro TalTal... - by abestado - 27.12.2010, 22:18
Re: [Pedido]Aparecer Carro TalTal... - by Sergiinhonike - 27.12.2010, 22:37
Re: [Pedido]Aparecer Carro TalTal... - by TiagoPS - 27.12.2010, 22:56
Re: [Pedido]Aparecer Carro TalTal... - by abestado - 27.12.2010, 23:06

Forum Jump:


Users browsing this thread: 1 Guest(s)