25.11.2010, 19:48
I have this :
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 ?
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 ?