Location Display - 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: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Location Display (
/showthread.php?tid=65602)
Location Display -
Zeromanster - 14.02.2009
Hi, can you tell me how to disable the location display in the lower right corner of the screen ? You know that text that appears when you travel, like "Downtown" "Perishing Square" "Tierra Rabada" "San Andreas" etc.
Thank you for your time and answers
Re: Location Display -
beckzy - 14.02.2009
native EnableZoneNames(enable);
Re: Location Display -
Danut - 14.02.2009
why you use native
?
Re: Location Display -
Zeromanster - 14.02.2009
Quote:
Originally Posted by BeckzyBoi
native EnableZoneNames(enable);
|
Where do I put that ? I've tried in public OnGameModeInit() but it has 2 errors...
Re: Location Display -
Marcel - 14.02.2009
Under
OnGameModeInit put
Re: Location Display -
Salmon - 14.02.2009
And yes OnGameModeInit()
Edit:
Lol too late
Re: Location Display -
Zeromanster - 15.02.2009
Quote:
Originally Posted by Marcel
|
Yes i did that, but the names still show up ..... what should i do ?
Re: Location Display -
SilentMouse - 15.02.2009
Quote:
Originally Posted by Zeromanster
Quote:
Originally Posted by Marcel
|
Yes i did that, but the names still show up ..... what should i do ?
|
EnableZoneNames(0);
Maybe?
Re: Location Display -
Zeromanster - 15.02.2009
Quote:
Originally Posted by MilentSouse
Quote:
Originally Posted by Zeromanster
Quote:
Originally Posted by Marcel
|
Yes i did that, but the names still show up ..... what should i do ?
|
EnableZoneNames(0);
Maybe?
|
Thats the first thing i tried but it ain't working......
Re: Location Display -
Salmon - 15.02.2009
Oh, to turn them off
By default they should be turned off
search your script for
EnableZoneNames
and delete any entries of that.
Re: Location Display -
Zeromanster - 15.02.2009
Thanks Salmon, it's working now