01.12.2010, 23:13
Quote:
|
hey, im wanting a tuned savana, can anyone tune one and park it, and tell me what the ini file says for it.
i can get the coords myself, id like green flames, greens seats, nosx10, grove tires, hydrolics. I forgot what all you can add, basily i want the best tune with the green flames and seats. this is what i have so far: Model=567 Location_X=2493.403808 Location_Y=-1677.085205 Location_Z=13.216274 Angle=66.732093 VirtualWorld=0 SecurityCode=357 need paintjob with the better looking flames. color 1 and 2 and the components |
pawn Код:
ChangeVehiclePaintJob(vehicleid, 1); // 1 stands for vehicle paintjob number
pawn Код:
AddVehicleComponent(vehicleid, 1010); // NOS
AddVehicleComponent(vehicleid, 1087); // Hydraulics
For melcal05:
This is the proper format for AddStaticVehicleEx:
pawn Код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay)


