Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
hello
i have gamemode of hzrp, and i dont know where can i change the time of fuel?
Anyone know? please tell me
Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
if anyone know help me +repp
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
if you can't find as Hidrof said,
Show the gamemode
Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
//Fuel System
#define FUEL_PRICE 20
new RefuelingVehiclePrice[MAX_PLAYERS];
new Float:Fuel[MAX_VEHICLES] = {100.0, ...};
new RefuelingVehicle[MAX_PLAYERS];
new RefuelingVehicleTimer[MAX_PLAYERS];
new Bar:FuelBar[MAX_PLAYERS] = INVALID_BAR_ID;
just this? have not settimer