Help me (Remove Place Names) - 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: Help me (Remove Place Names) (
/showthread.php?tid=82603)
Help me (Remove Place Names) -
Whiplash1212 - 19.06.2009
I just added a new speedo, but it shows in the lower right corner.. but when i drive around everytime it shows a place name (like rodeo/vinewood), is there a way to remove this? thnx in advance..
Re: Help me (Remove Place Names) -
*ToM* - 19.06.2009
Quote:
Originally Posted by Whiplash1212
I just added a new speedo, but it shows in the lower right corner.. but when i drive around everytime it shows a place name (like rodeo/vinewood), is there a way to remove this? thnx in advance..
|
I don't really understand you lol
You mean when you enter a city/town area it shows what city/town it is ?
Well if so, you can't remove it
Re: Help me (Remove Place Names) -
smokey104 - 19.06.2009
he can remove it....
Search this in your filterscript
EnableZoneNames(1);
change it to
EnableZoneNames(0);
or else remove all the lines of the place names
Re: Help me (Remove Place Names) -
Whiplash1212 - 19.06.2009
Quote:
Originally Posted by smokey104
he can remove it....
Search this in your filterscript
EnableZoneNames(1);
change it to
EnableZoneNames(0);
or else remove all the lines of the place names
|
Dude ur awesome, it worked.. Thnx