Location Display
#1

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
Reply
#2

native EnableZoneNames(enable);
Reply
#3

why you use native ?
Reply
#4

Quote:
Originally Posted by BeckzyBoi
native EnableZoneNames(enable);
Where do I put that ? I've tried in public OnGameModeInit() but it has 2 errors...
Reply
#5

Under OnGameModeInit put
pawn Код:
EnableZoneNames(1);
Reply
#6

Код:
EnableZoneNames(1);
And yes OnGameModeInit()

Edit:
Lol too late
Reply
#7

Quote:
Originally Posted by Marcel
Under OnGameModeInit put
pawn Код:
EnableZoneNames(1);
Yes i did that, but the names still show up ..... what should i do ?
Reply
#8

Quote:
Originally Posted by Zeromanster
Quote:
Originally Posted by Marcel
Under OnGameModeInit put
pawn Код:
EnableZoneNames(1);
Yes i did that, but the names still show up ..... what should i do ?
EnableZoneNames(0);

Maybe?
Reply
#9

Quote:
Originally Posted by MilentSouse
Quote:
Originally Posted by Zeromanster
Quote:
Originally Posted by Marcel
Under OnGameModeInit put
pawn Код:
EnableZoneNames(1);
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......
Reply
#10

Oh, to turn them off
By default they should be turned off
search your script for
EnableZoneNames
and delete any entries of that.
Reply
#11

Thanks Salmon, it's working now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)