delete the city 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: delete the city names (
/showthread.php?tid=88700)
delete the city names -
nuriel8833 - 28.07.2009
how can i delete the city names?
you know when im going from 1 city to other it showes me the name of th city?
how can i delete that?
tanks for helpers
Re: delete the city names -
Jefff - 28.07.2009
Remove
Код:
EnableZoneNames(true);
Re: delete the city names -
RyDeR` - 28.07.2009
EnableZoneNames(0);
Add this code in OnGameModeInit or delete it full.
Re: delete the city names -
nuriel8833 - 28.07.2009
Quote:
Originally Posted by Jefff
Remove
Код:
EnableZoneNames(true);
|
isnt true means it will show me the name
s
Re: delete the city names -
Jefff - 28.07.2009
true shows false not
Re: delete the city names -
BMUK - 28.07.2009
Quote:
Originally Posted by nuriel8833
Quote:
Originally Posted by Jefff
Remove
Код:
EnableZoneNames(true);
|
isnt true means it will show me the name s
|
Thats why he said to
remove it
And this is only good to know if he is not using some other code such as makabo's zones FS
Re: delete the city names -
nuriel8833 - 28.07.2009
ohh sorry cause i didnt saw
Enable
Fuck my english
To put that on GameModeInit??
Re: delete the city names -
nuriel8833 - 28.07.2009
bump
2nd page
Re: delete the city names -
miceiken - 28.07.2009
Don't put it anywhere, CTRL + F and search for it, than remove it.