EnableStuntBonusForAll

From SA-MP Wiki

Jump to: navigation, search


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).


Parameters:
(enable)
enable1 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.

In other languages