[Ajuda] Comando Criar Veiculo.
#1

Olб

Estou Querendo Resolver Um Problema Simples!
Eu Fiz Um Comando Que Cria Um Infernus Onde Vocк Quiser.

Comando:
pawn Код:
if(strcmp(cmdtext,"/c",true) == 0)
    {
        new Float:P[3];
        new string[150];
        new pNome[MAX_PLAYER_NAME];
        GetPlayerPos(playerid, P[0], P[1], P[2]);
        CreateVehicle(411, P[0], P[1], P[2], 40.5183, 1,1, -1);
        GetPlayerName(playerid, pNome, sizeof(pNome));
        format(string, sizeof(string), "[INFO-SERVER]{FC0000}%s {FFFFFF}Acabou de Criar Um {FC0000}Carro{FFFFFF}, Nome Do Veiculo: {FC0000}Elegy", pNome);
        SendClientMessageToAll(-1, string);
        PutPlayerInVehicle(playerid, Suricato, 0);
        return 1;
    }
Eu Quero Que Assim Que o Player Sair Do Carro Que Foi Criado, o Carro Fosse Destruido.
Com Este Comando, O Veiculo Nгo й Destruido. Assim Que Ele Explodi Ele Respawna Pro Lugar Que Eu Criei.
__________________________________________________ _

Em Breve Um GM!
Brasil Instant Kill
Reply


Messages In This Thread
Comando Criar Veiculo. - by Matthy - 12.06.2014, 23:50
Re: Comando Criar Veiculo. - by SpeakDS - 12.06.2014, 23:56
Respuesta: Comando Criar Veiculo. - by Matthy - 12.06.2014, 23:59
Re: Comando Criar Veiculo. - by MultiKill - 13.06.2014, 00:00
Respuesta: Comando Criar Veiculo. - by Matthy - 13.06.2014, 00:07
Re: Comando Criar Veiculo. - by MultiKill - 13.06.2014, 00:11
Respuesta: Comando Criar Veiculo. - by Matthy - 13.06.2014, 00:31

Forum Jump:


Users browsing this thread: 1 Guest(s)