EnableStuntBonusForAll

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:18, 16 May 2010
Mikep (Talk | contribs)

← Previous diff
Revision as of 19:34, 1 February 2014
Connor Mead (Talk | contribs)
(add fr link)
Next diff →
Line 22: Line 22:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +[[fr:EnableStuntBonusForAll]]
[[ru:EnableStuntBonusForAll]] [[ru:EnableStuntBonusForAll]]

Revision as of 19:34, 1 February 2014




Description:

Enables or disables stunt bonuses for all players.


Parameters:
(enable)
enable1 to enable stunt bonuses or 0 to disable


Return Values:

This function does not return any specific values.


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