09.03.2013, 13:25
How do I remove all the houses that are on the server? Please write step by step
Ehm, then I'm not so sure. Let me check.
EDIT: Add this to your OnGameModeInit callback: DisableInteriorEnterExits(); |
public OnGameModeInit() { print("Gamemode started."); // Default Rates print("Gamemode started."); new a[][] = { "Unarmed (Fist)", "Brass K" };
public OnGameModeInit()
{
DisableInteriorEnterExits();
// rest of your stuff comes here
return 1;
}