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.