12.01.2013, 20:39
Hello guys am making a new gm.
How can i remove this things?
![](http://i47.tinypic.com/30axsa8.png)
And this?
![](http://i48.tinypic.com/14dzlm1.png)
As always the helper will get +Rep
How can i remove this things?
![](http://i47.tinypic.com/30axsa8.png)
And this?
![](http://i48.tinypic.com/14dzlm1.png)
As always the helper will get +Rep
![Cheesy](images/smilies/biggrin.png)
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
public OnGameModeInit() { DisableInteriorEnterExits(); EnableStuntBonusForAll(0); return 1; }
public OnGameModeInit()
{
DisableInteriorEnterExits();//disable interior/exit
EnableStuntBonusForAll(0);// disable stunt bonus
//Rest of code here
return 1;
}