SA-MP Forums Archive
[FilterScript] NOS disabler - 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] NOS disabler (/showthread.php?tid=601943)



NOS disabler - Abagail - 28.02.2016

This is a simple script that disables Nitro in transfenders(it doesn't remove it from the menu though, I don't think that's possible without scripting the mod shop entirely). This can be converted into an include easily if needed(it just needs hooking and static function names to avoid collisions).

The script is available on pastebin here.


Re: NOS disabler - Joron - 28.02.2016

This is dry and pointless in my opinion.


Re: NOS disabler - R0LL3R - 29.02.2016

This should not be called as a release,you should add some more features,you can add enable/disable


Re: NOS disabler - MicroKyrr - 29.02.2016

Quote:
Originally Posted by R0LL3R
Посмотреть сообщение
This should not be called as a release,you should add some more features,you can add enable/disable
It's a simple script


Re: NOS disabler - v9k - 29.02.2016

You could have just posted this in the snippets section


Re: NOS disabler - Abagail - 15.03.2016

This isn't a snippet in it's current state, it's a fully functioning script that's just short. There's not really a point in adding a loading/unloading function since you can just unload the filterscript if you don't want it to be enabled.

Example:
pawn Код:
SendRconCommand("unloadfs nos");



Re: NOS disabler - SickAttack - 19.03.2016

It could come in handy for someone that actually wants to disable NOS. But I have never seen someone wanting to do that before.

A useful and a one-of-a-kind release. Good job.


Re: NOS disabler - iKevin - 19.03.2016

Hey Dwayne! Good job.