[Help] How to remove this things?
#1

Hello guys am making a new gm.

How can i remove this things?



And this?



As always the helper will get +Rep
Reply
#2

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

Reply
#3

Код:
 public OnGameModeInit()
{
        DisableInteriorEnterExits();
        EnableStuntBonusForAll(0);
        return 1;
}
Reply
#4

pawn Код:
public OnGameModeInit()
{
        DisableInteriorEnterExits();//disable interior/exit
        EnableStuntBonusForAll(0);// disable stunt bonus
        //Rest of code  here
        return 1;
}
Reply
#5

thanx guys, + Rep ALL
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)