Game Building Entrance/Exits
#1

How do I disabled the arrows to enter and exit buildings for Single Player in server?
I know its something under OnGamemodeinit, but what is it?

Reply
#2

pawn Код:
public OnGameModeInit()
{
 DisableInteriorEnterExits();
 return 1;
}
Reply
#3

Thankyou

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)