Adding Vehicles From MTA in to Game MOde
#1

When I add Cars Like AddStaticVehicle I Have 0 Fuel on the Boat What Happened look at these Pics.
Any Help Please Rep +
Reply
#2

Go to this site serverffs.com

There's an option on the top 'Upload instead of Pasting' Do that map. Upload your map file and convert it. You will code for Objects as well as Vehicles.
Reply
#3

It looks like your using PPC_Trucking. Just find the line "GameModeInit_TruckDepots()" and somewhere down, add your vehicle the same way as other vehicles defined there.

Код:
LastVehicleID = Vehicle_AddStatic(VehicleID,X, Y, Z, Angle, random(126), random(126), 300);
Example:
Код:
LastVehicleID = Vehicle_AddStatic(577,1557.6329,1416.7290,10.9538,232.6617, random(126), random(126), 300);
That will add a vehicle with fuel in it
Reply
#4

Use www.convertffs.com

It converts vehicles also.
I guess the problem in Fuel may occur if the fuel script contains additional features to add your vehicles in fuel script then only it may be having Fuel content
Reply
#5

Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
Its not that problem. He uses PPC_Trucking and this thing happens when adding new vehicle. Look what i said.
Reply
#6

True I think it is like that i tryed it and it worked thank's Rep +
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)