How to disable stunting bonuses?
#3

Hi Sesitive,

You can disable stunt bonus for all players by adding the following to your OnGameModeInit function:
pawn Код:
EnableStuntBonusForAll(false);
Or you can disable for an individual by adding the following to your OnPlayerConnect function:
pawn Код:
EnableStuntBonusForPlayer(playerid,false);
More info on these functions can be found here:
https://sampwiki.blast.hk/wiki/EnableStuntBonusForPlayer
https://sampwiki.blast.hk/wiki/EnableStuntBonusForAll

Cheers,

TJ
Reply


Messages In This Thread
How to disable stunting bonuses? - by Sensitive - 30.08.2011, 12:52
Re: How to disable stunting bonuses? - by Emmet_ - 30.08.2011, 12:53
Re: How to disable stunting bonuses? - by TTJJ - 30.08.2011, 12:55

Forum Jump:


Users browsing this thread: 2 Guest(s)