Houses
#1

How do I remove all the houses that are on the server? Please write step by step
Reply
#2

1. Go to your scriptfiles folder.
2. Open up the properties folder.
3. Delete everything you desire to. ( Houses file )

Do all this if you mean when you open a new server and you got all those houses such as CJ's house, etc..
Reply
#3

Quote:
Originally Posted by Denying
Посмотреть сообщение
1. Go to your scriptfiles folder.
2. Open up the properties folder.
3. Delete everything you desire to. ( Houses file )

Do all this if you mean when you open a new server and you got all those houses such as CJ's house, etc..
The houses are left
Reply
#4

Did you delete the whole file? Or just certain lines?
Reply
#5

Quote:
Originally Posted by Denying
Посмотреть сообщение
Did you delete the whole file? Or just certain lines?
Deleted whole file
Reply
#6

Ehm, then I'm not so sure. Let me check.


EDIT: Add this to your OnGameModeInit callback: DisableInteriorEnterExits();
Reply
#7

Quote:
Originally Posted by Denying
Посмотреть сообщение
Ehm, then I'm not so sure. Let me check.


EDIT: Add this to your OnGameModeInit callback: DisableInteriorEnterExits();
Where?

Код:
public OnGameModeInit()
{
	print("Gamemode started.");
	// Default Rates
	print("Gamemode started.");
    new a[][] =
    {
        "Unarmed (Fist)",
        "Brass K"
    };
Reply
#8

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    // rest of your stuff comes here
    return 1;
}
This way.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)