02.11.2010, 19:21
It actually disables it, since the second parameter is 0.
Put in OnGameModeInit:
Put in OnGameModeInit:
pawn Код:
public OnGameModeInit()
{
// ...
EnableStuntBonusForAll(playerid, 0);
// ...
return 1;
}