how to fix the fuel system
#1

i find that the fuel system is running to fast not like a real car would i also if that sometime it will not turn off when i turn off the car how could i go about fix them.
Reply
#2

well noone is so good at scripting to do it without your code....
Reply
#3

post your code
Reply
#4

ok i think i got the right one still new to scripting

public OnFilterScriptInit()
{
print("*______________________*");
print(" PFuel 1.0v by Phanto90 ");
print("*______________________*");
for(new i=0;i<MAX_STATIONS;i++)
{
CreateDynamic3DTextLabel("[{C14124}Fuel Station{FFFFFF}]\n Press SPACE", 0xFFFFFFFF, Station[i][0], Station[i][1], Station[i][2], 100, INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0, -1, -1,-1);
}
SetTimer("FuelTimer",10000,true);
SetTimer("TextDraw",500,true);
ManualVehicleEngineAndLights();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)