EnableStuntBonusForAll

EnableStuntBonusForAll

Description:
Function EnableStuntBonusForAll 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).


Parameters:
(enable)
bool enable 1 to enable stunt bonuses or 0 to disable them.


Return Values:
This function does not return any specific values.


Examples:
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.