EnableStuntBonusForAll
From SA-MP Wiki
EnableStuntBonusForAll
Enables or disables stunt bonuses for all players.
(enable)
| enable | 1 to enable stunt bonuses or 0 to disable |
This function does not return a specific value.
public OnGameModeInit() { EnableStuntBonusForAll(0); return 1; }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- EnableStuntBonusForPlayer: Toggle stunt bonuses for a player.
