12.01.2013, 20:39
Hello guys am making a new gm.
How can i remove this things?
And this?
As always the helper will get +Rep
How can i remove this things?
And this?
As always the helper will get +Rep
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;
}