SA-MP Forums Archive
I don't know what to call this. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I don't know what to call this. (/showthread.php?tid=546861)



I don't know what to call this. - Seifspeed - 18.11.2014

Hello,
Can someone please explain to me how can i take these yellow things and the NPCs etc...

http://imgur.com/fftkkXx

Thanks I will be refreshing this page.


Re: I don't know what to call this. - Accent - 18.11.2014

Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}



Re : Re: I don't know what to call this. - Seifspeed - 18.11.2014

Quote:
Originally Posted by Accent
Посмотреть сообщение
Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Thanks, but i have a question.
Is it Possible to Take only some of them away?
Or keep the NPCs?


Re: I don't know what to call this. - HY - 18.11.2014

To remove Yellow markers, do what Accent did.
To remove NPC's, you can try: https://sampforum.blast.hk/showthread.php?tid=158169


Re: I don't know what to call this. - Accent - 18.11.2014

You may check out the WIKI page
https://sampwiki.blast.hk/wiki/DisablePlayerCheckpoint


Re : I don't know what to call this. - Seifspeed - 18.11.2014

Thanks guys.
Accent do you mean:
https://sampwiki.blast.hk/wiki/AllowInteriorWeapons


Re: Re : Re: I don't know what to call this. - SickAttack - 19.11.2014

Quote:
Originally Posted by Seifspeed
Посмотреть сообщение
Thanks, but i have a question.
Is it Possible to Take only some of them away?
Or keep the NPCs?
No, it isn't possible.