21.05.2016, 14:34
Well ofcurse you will get this error.
Those Cars & Bikes are an example of making system to check which vehicle needs fuel and which doesn't.
Anyway, use this to check if it works overall:
If you are developing RP you should check which vehicle needs fuel and which doesn't.
Those Cars & Bikes are an example of making system to check which vehicle needs fuel and which doesn't.
Anyway, use this to check if it works overall:
pawn Код:
public OnGameModeInit()
{
for(new v = 0; v < MAX_VEHICLES; v++)
{
VehicleFuel[v] = 100;
}
}