EnableStuntBonusForAll

From SA-MP Wiki

Jump to: navigation, search

EnableStuntBonusForAll


Enables or disables stunt bonuses for all players.


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

Personal tools