[FilterScript] [FS]No clip (Rocket Launchers)
#1

..::[FS]NoClip::..
Info:
Repeatedly pressing the fire key will give you unlimited rockets (if you make sure /noclip is on)

Features:

• Both rocket launcher types

Download:

Version 1 Mirror 1 (deLUX click n host)
Version 1 Mirror 2 (Rapidshare)
Version 1 Mirror 3 (Pastebin)
Version 1 Mirror 4 (Canadian Pastebin)
Version 1 Mirror 5 (Sendspace)
Version 1 Mirror 6 (Mediafire)

Installation:

Compile NoClip.pwn and place the .amx file into your filterscripts folder.
Add "NoClip" to your filterscripts line. Example: "filterscripts adminspec vactions NoClip"

Other:
I might try and make it on a timer so it does it by holding fire.

Any ideas or bug reports welcome!

Enjoy!
Reply
#2

You've done it once again!
Reply
#3

Take a break and you ..
PS: Verry nice . Great job
Reply
#4

Nice
Reply
#5

Nice,you should use ammo tho'.
Reply
#6

Lol, nice.
Reply
#7

Actually, you can make it MUCH shorter (Non-HS Rocket Launcher ONLY).
pawn Code:
#include <a_samp>
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (newkeys == KEY_FIRE && GetPlayerWeapon(playerid) == 35) GivePlayerWeapon(playerid, 35, 1000);
    return true;
}
Reply
#8

Awesome mike :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)