Tunned cars
#1

I have this :

pawn Код:
new VIPCars[2];

pawn Код:
VIPCars[0] = AddStaticVehicleEx(460,254.66128540,2936.04052734,1.89999998,0.00000000,1,3,15); //Skimmer
    AddStaticVehicleEx(446,262.49353027,2932.13623047,0.00000000,0.00000000,3,1,15); //Squalo
    AddStaticVehicleEx(562,269.34884644,2905.32299805,7.59999990,24.58367920,-1,-1,15); //Elegy
    AddStaticVehicleEx(562,259.74334717,2901.38208008,7.80000019,24.58190918,-1,-1,15); //Elegy
    AddStaticVehicleEx(562,264.72708130,2903.32470703,7.66618872,23.28979492,-1,-1,15); //Elegy
    VIPCars[1] = AddStaticVehicleEx(562,254.90556335,2899.65332031,8.27947426,23.28552246,-1,-1,15); //Elegy



pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(VIPCars[0] <= vehicleid <= VIPCars[1] && ispassenger==0)
        if(team[playerid] != 8)
            ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"You're not V.I.P.");
    return 1;
}

I wanna make the elegy's tunned with alien (front bumper), x-flow (rear bumper), nitro 10x, hydraulics, x-flow side skirts, bass boost, alien roof.


how do I make it ?
Reply


Messages In This Thread
Tunned cars - by marinov - 25.11.2010, 19:48
Re: Tunned cars - by Retardedwolf - 25.11.2010, 19:49
Re: Tunned cars - by marinov - 25.11.2010, 19:52
Re: Tunned cars - by Retardedwolf - 25.11.2010, 19:52
Re: Tunned cars - by marinov - 25.11.2010, 19:55
Re: Tunned cars - by marinov - 25.11.2010, 20:07
Re: Tunned cars - by MadeMan - 25.11.2010, 20:55
Re: Tunned cars - by marinov - 25.11.2010, 20:59
Re: Tunned cars - by marinov - 25.11.2010, 21:03
Re: Tunned cars - by MadeMan - 25.11.2010, 21:06
Re: Tunned cars - by marinov - 25.11.2010, 21:09
Re: Tunned cars - by MadeMan - 25.11.2010, 21:11
Re: Tunned cars - by marinov - 25.11.2010, 21:13
Re: Tunned cars - by marinov - 25.11.2010, 21:20
Re: Tunned cars - by Retardedwolf - 26.11.2010, 04:07

Forum Jump:


Users browsing this thread: 1 Guest(s)