23.04.2012, 18:01
Use the DisableInteriorEnterExits() function in OnGameModeInit.
Example from the wiki:
Example from the wiki:
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}