When vehicle is not moving, gas will fill up.(BUG)
#3

Quote:
Originally Posted by NewbBeginner
Посмотреть сообщение
pawn Код:
public DecreaseGas()
{
for(new i = i;i < MAX_PLAYERS; i++)
{
new vehicle = GetPlayerVehicleID(i);
Gas[vehicle]--;
TogglePlayerControllable(playerid,1);
}
return 1;
}
That won't work, when the vehicle is not moving(frozen or not), the gas will raise.
And I already tried that though. It failed.

But thanks.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)