cars not spawning with createvehicle
#4

pawn Код:
if(dialogid == DIALOG_CARSIRENS) //Cheetah\nInfernus\nElegy\nTaxi\nTurismo\nBanshee\nBullet\nJester
{
    if(response)
    {
        if(listitem == 0) // cetah
        {
            new Float:x, Float:y, Float:z, Float:a;
            GetPlayerPos(playerid, x, y, z);
            GetPlayerFacingAngle(playerid, a)
            CreateVehicle(415, x+5.0, x+2.0, z, a, 0, 0, -1, 1);
            SendClientMessage(playerid, COLOR_GREEN, "Unmarked Cheetah spawned.");
        }
        if(listitem == 1) //  infernus
        {
            new Float:x, Float:y, Float:z;
            GetPlayerPos(playerid, x, y, z);
            GetPlayerFacingAngle(playerid, a)
            CreateVehicle(411, x+5.0, x+2.0, z, a, 0, 0, -1, 1);
            SendClientMessage(playerid, COLOR_GREEN, "Unmarked Infernus spawned.");
        }
Reply


Messages In This Thread
cars not spawning with createvehicle - by NoahF - 30.06.2015, 01:05
Re: cars not spawning with createvehicle - by MohammedZ - 30.06.2015, 03:11
Re: cars not spawning with createvehicle - by kyriakos587 - 30.06.2015, 04:19
Re: cars not spawning with createvehicle - by kloning1 - 30.06.2015, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)