How to remove:When make jump wich car, the game give you 20-200 $ ?
#1

I want to remove that, how to do it ?
Reply
#2

If you are talking about "insane stunt bonuses", then you use this function:
pawn Код:
EnableStuntBonusForAll(0);
Reply
#3

Search next time. It won't take more than a minute to find results.
pawn Код:
public OnGameModeInit()
{
    EnableStuntBonusForAll(0);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)