need help
#1

how can i delete the interiors arrow and the city names?
like when you are entering a new city its say the city name in the right?
how can i delete it?
tanks for helpers
Reply
#2

remove arrows goes under OnGameModeInit:
Код:
DisableInteriorEnterExits();
Quote:
Originally Posted by Jefff
Remove
Код:
EnableZoneNames(true);
Reply
#3

and also... for your area/zone names to be removed, find this in your script:
pawn Код:
EnableZoneNames(1); // or EnableZoneNames(true);
and remove it or change '1' to '0'.
https://sampwiki.blast.hk/wiki/EnableZoneNames
Reply
#4

OK Tanks for both of you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)