EnableStuntBonusForPlayer
From SA-MP Wiki
EnableStuntBonusForPlayer
Toggle stunt bonuses for a player.
(playerid, enable)
| playerid | The player to set the bonuses for |
| enable | 1 to enable and 0 to disable |
This function does not return a specific value.
EnableStuntBonusForPlayer(playerid, 0);
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- EnableStuntBonusForAll: Toggle stunt bonuses for all players.
