Yellow markers, HELP!
#1

So, i added house buyng system but i have yellow markers on Cj's house etc, how can i remove them from my server?
Reply
#2

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 Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    //Rest of script
    return 1;
}
Reply
#3

Add the following line under "OnGameModeInit":

pawn Код:
DisableInteriorEnterExits();
Reply
#4

Quote:
Originally Posted by KurtBag
Посмотреть сообщение
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 Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    //Rest of script
    return 1;
}
Thank you, it realy helped me ^_^
Reply
#5

Quote:
Originally Posted by KurtBag
Посмотреть сообщение
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 Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    //Rest of script
    return 1;
}
And Rep+ too for you
Reply
#6

i want same thing but only for houses not for ammunation also....it removes ammunation also
Reply
#7

It cant Happen.
One thing can Happen.
Remove first of all for alla nd then add your icon on ammo shops.
Reply
#8

Quote:
Originally Posted by HaiderABbas
Посмотреть сообщение
i want same thing but only for houses not for ammunation also....it removes ammunation also
impossible to do.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)