17.01.2012, 23:06
(
Last edited by 2KY; 08/02/2012 at 02:17 AM.
)
2K-NOS
Introduction
2K-NOS is the beginning of a series of Filterscripts I am going to release to the SA:MP community. This script features minimal effort to edit, only requiring a few lines to be edited, with the ability to not edit anything, just throw it in your Filterscripts folder and load it, and play!
Download
> Pastebin Link
How to's
You are able to edit virtually anything about this script, if you have the knowledge. This is alike every other filterscript released here, but I have made it extra easy by creating defines at the top of your script to help assist you in the editing of it.
Changing the NOS key:
Find
pawn Code:
#define CHOOSE_YOUR_OWN_KEY KEY_SUBMISSION
Changing whether you want textdraws or messages:
Find
pawn Code:
#define USE_MY_PRETTY_TEXTDRAWS //Comment this if you do not want to use textdraws!
pawn Code:
//#define USE_MY_PRETTY_TEXTDRAWS //Comment this if you do not want to use textdraws!
Find
pawn Code:
#define TEXTDRAW_SHOW_TIME 3 //in seconds
Bugs / Comments / Concerns
Post below, constructive criticism is always welcome!
- 2KY