EnableStuntBonusForAll
From SA-MP Wiki
Description:
Enables or disables stunt bonuses for all players. If enabled, players will receive monetary rewards when performing a stunt in a vehicle (e.g. a wheelie).
(enable)
enable | 1 to enable stunt bonuses or 0 to disable them. |
Return Values:
This function does not return any specific values.
Example Usage:
public OnGameModeInit() { EnableStuntBonusForAll(0); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- EnableStuntBonusForPlayer: Toggle stunt bonuses for a player.