[FilterScript] 2K-NOS - Simple, easy, and Plug and Play!
#1

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
Edit KEY_SUBMISSION to the key of your choice (List of keys is available here)

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!
If you do not want textdraws - Comment this out like so:
pawn Code:
//#define       USE_MY_PRETTY_TEXTDRAWS     //Comment this if you do not want to use textdraws!
Changing how long the textdraws are viewable for:

Find
pawn Code:
#define     TEXTDRAW_SHOW_TIME          3 //in seconds
Edit 3 to the amount of seconds of your choice.

Bugs / Comments / Concerns

Post below, constructive criticism is always welcome!

- 2KY
Reply


Messages In This Thread
2K-NOS - Simple, easy, and Plug and Play! - by 2KY - 17.01.2012, 23:06
Re: 2K-NOS - Simple, easy, and Plug and Play! - by Scenario - 17.01.2012, 23:09
Re: 2K-NOS - Simple, easy, and Plug and Play! - by Babul - 18.01.2012, 00:15
Re: 2K-NOS - Simple, easy, and Plug and Play! - by 2KY - 18.01.2012, 00:16
Re: 2K-NOS - Simple, easy, and Plug and Play! - by Babul - 18.01.2012, 00:22
Re: 2K-NOS - Simple, easy, and Plug and Play! - by 2KY - 18.01.2012, 00:23

Forum Jump:


Users browsing this thread: 1 Guest(s)