26.08.2010, 11:54
Oh, you mean how you can disable the Yellow Markers to enter Houses?
You can only disable them by using
You can only disable them by using
pawn Код:
public OnGameModeInit()
{
DisableInteriorExitExits();
return 1;
}

