08.12.2012, 16:22
Quote:
|
i think you say about that Enter icon on some place on the map no?
fast food like Burger shot, Pizza and Chicken not? if yes add this under OnGameModeInit Код:
DisableInteriorEnterExits(); Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
//rest of code
return 1;
}
|


