27.06.2017, 11:25
You're meant to be using EnableStuntBonusForAll if you want to disable it globally.
PHP код:
public OnGameModeInit()
{
EnableStuntBonusForAll(0);
return 1;
}