Any Filterscript that can Display Current Zone? 0.3c?
#1

I tried all the other ones and they dont work because of the 0.3c update. Can anyone hook up a FS?
Reply
#2

anyone?
Reply
#3

no help?
Reply
#4

Search for the zones include.
Reply
#5

Quote:
Originally Posted by MP2
Посмотреть сообщение
Search for the zones include.
thats it?
Reply
#6

http://pastebin.com/f30afabbd
Reply
#7

Quote:
Originally Posted by Medardo4Life
Посмотреть сообщение
thats it?
Yep, because - if you simply use the search function, you will find it. It's not that hard.
Reply
#8

I have the include, but where do i place it? (Folders Wise) I have a separate linux server to test.
Reply
#9

GTASA_DIRECTORY/pawno/includes

#include <filename.inc> at the top of your script
Reply
#10

Quote:
Originally Posted by MP2
Посмотреть сообщение
GTASA_DIRECTORY/pawno/includes

#include <filename.inc> at the top of your script
I did that, it doesnt show zones yet.
Reply
#11

That's because you have to manually use the functions to create a display. You could also use one of the many released scripts that run as a filterscript to do so for you. Here is one: https://sampforum.blast.hk/showthread.php?tid=161741

You could also use EnableZoneNames. The wiki says it has been removed, but it's still in a_samp.inc, so may work. You could try.
pawn Код:
EnableZoneNames(true);
Reply
#12

Quote:
Originally Posted by Bakr
Посмотреть сообщение
That's because you have to manually use the functions to create a display. You could also use one of the many released scripts that run as a filterscript to do so for you. Here is one: https://sampforum.blast.hk/showthread.php?tid=161741

You could also use EnableZoneNames. The wiki says it has been removed, but it's still in a_samp.inc, so may work. You could try.
pawn Код:
EnableZoneNames(true);
EnableZoneNames has been removed. The only thing that it does is printing a message.
It hasn't been removed from the natives because some old gamemodes use it, and they won't work if they aren't recompiled without it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)