EnableStuntBonusForAll

From SA-MP Wiki

Jump to: navigation, search

EnableStuntBonusForAll


Enables or disables stunt bonuses for all players.


Parameters:
(enable)
enable1-enable stunt bonuses, 0-disable


This function does not return a specific value, it's best to simply ignore it.


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