SA-MP Forums Archive
[FilterScript] Custom PNS - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Custom PNS (/showthread.php?tid=560101)



Custom PNS - Ciarannn - 26.01.2015

Custom PNS
What is Custom PNS?
Custom PNS stands for Custom Pay n Spray. This filterscript allows you to customize what the PNS does when a player enters it.

For instance, you may want to disallow vehicles like Trashmasters from using it due to job abuse. You may also want to set a custom price for the repair. You might want to set a certain vehicle health that is too low for access to the Pay n Spray. There are many things this filter script may be useful for.

What if I only want to use one PNS instead of all of them?
I made the filterscript entirely out of stocks and in each stock is labled Pay n Spray locations for you to easily remove. There is also a stock to check the vehicles health.

Why are you releasing this script?
I am opening up a server in the near future and it would help greatly if I could make a SAMP Forums advertisement-.. so if this filterscript helped you, hit the star to the left.

What Pay n Sprays is this compatible with?
Los Santos [Rodeo] - Yes
Los Santos [Idlewood] - Yes
Bone County [Fort Carson] - Yes
San Fierro [Downtown] - Yes
El Quebrados - No
Palomino Creek - No
Las Venturas - No
Royal Casino (LV) - No

Videos:
Custom PNS - SA:MP 0.3z

Download:
CustomPNS.pwn
CustomPNS.amx

Note:
Every other PNS will be done by the end of next week.

IMPORTANT:
This will not work without the zcmd include.

Update: If you use the streamer include, it will automatically use CreateDynamicObject as appose to CreateObject - Thanks to ****** and Vince for that.

Edit: I added the remaining PNS's that have not been done.


Re: Custom PNS - kapilb - 27.01.2015

Great job dude +1 Rep


Re: Custom PNS - Michael B - 27.01.2015

Keep it up! +1


Re: Custom PNS - Ciarannn - 27.01.2015

Quote:
Originally Posted by R3N3X
Посмотреть сообщение
Keep it up! +1
Quote:
Originally Posted by kapilb
Посмотреть сообщение
Great job dude +1 Rep
Thanks


Re: Custom PNS - Airblog - 27.01.2015

Good


Re: Custom PNS - M0HAMMAD - 28.01.2015

nice job .


Re: Custom PNS - HydraHumza - 03.02.2015

Nice Work Keep it up

+Repp


Re: Custom PNS - Skully82 - 03.02.2015

Nice n Useful


Re: Custom PNS - Luis- - 03.02.2015

Wouldn't this be better as an include?


Re: Custom PNS - Ciarannn - 03.02.2015

Quote:
Originally Posted by Luis-
Посмотреть сообщение
Wouldn't this be better as an include?
I have never worked with includes, so I wouldn't know how to convert it