SA-MP Forums Archive
[Tutorial] How to Disable Yellow Marker From Locations - 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)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] How to Disable Yellow Marker From Locations (/showthread.php?tid=523111)



How to Disable Yellow Marker From Locations - kirostar - 30.06.2014

Hey,
It's a very easy tutorial, so don't say to me that i didn't explain, because i don't know what to explain in that tutorial
So, This a tutorial shows you how to disable the yellow marker from all locations

1-

Under
Code:
puplic OnGameModeInit()
Add :

Code:
DisableInteriorEnterExits();
Example :

Code:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
That's all .
Very easy tutorial.
Thanks.


Re: How to Disable Yellow Marker From Locations - zT KiNgKoNg - 30.06.2014

Not much of a tutorial to say the least, sorry.


Re: How to Disable Yellow Marker From Locations - kirostar - 30.06.2014

Quote:
Originally Posted by zT KiNgKoNg
View Post
Not much of a tutorial to say the least, sorry.
Thank you.


Re: How to Disable Yellow Marker From Locations - Basssiiie - 30.06.2014

Mind = blown.


Re: How to Disable Yellow Marker From Locations - kirostar - 30.06.2014

Quote:
Originally Posted by Basssiiie
View Post
Mind = blown.
Thank You, but i bet you that when you are a new scripter, you are nagged from this comments.
Thank You again


Re: How to Disable Yellow Marker From Locations - Juvanii - 01.07.2014

How about there is a wiki about these kind of scripts! This is not a tutorial, it's just a waste of time for you.


Re: How to Disable Yellow Marker From Locations - kirostar - 01.07.2014

Quote:
Originally Posted by Juvanii
View Post
How about there is a wiki about these kind of scripts! This is not a tutorial, it's just a waste of time for you.
Thank You


Re: How to Disable Yellow Marker From Locations - skullmuncher1337 - 03.07.2014

Worst thing I ever did read. 0/10


Re: How to Disable Yellow Marker From Locations - NewerthRoleplay - 03.07.2014

You're tutorial has been made redundant by the wiki, which in my opinion should be read by everyone.

I bet you'll respond with 'Thank You', at least say a little more as to say the least it's a useless tutorial.


Re: How to Disable Yellow Marker From Locations - Frankin - 04.07.2014

No Need,
in 0.3z yellow marks are already disabled :3