How do i disable these..
#1

I've found the command EnablePlayerStuntBonus or something like that, ive removed it from the GM, but it still gives me the stunt bonus.How do i remove them tho?Thanks in advance.

Reply
#2

You're meant to be using EnableStuntBonusForAll if you want to disable it globally.

PHP код:
public OnGameModeInit()
{
     
EnableStuntBonusForAll(0);
     return 
1;

Reply
#3

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
You're meant to be using EnableStuntBonusForAll if you want to disable it globally.

PHP код:
public OnGameModeInit()
{
     
EnableStuntBonusForAll(0);
     return 
1;

Thanks man!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)