24.03.2012, 15:18
So, i added house buyng system but i have yellow markers on Cj's house etc, how can i remove them from my server?
public OnGameModeInit()
{
DisableInteriorEnterExits();
//Rest of script
return 1;
}
DisableInteriorEnterExits();
DisableInteriorEnterExits();
Disables the yellow markers that allows entering in single player. EDIT: Forgot to add, place DisableInteriorEnterExits(); under OnGameModeInit, so it should look like this. pawn Код:
|
DisableInteriorEnterExits();
Disables the yellow markers that allows entering in single player. EDIT: Forgot to add, place DisableInteriorEnterExits(); under OnGameModeInit, so it should look like this. pawn Код:
|