[FilterScript] Swat Cannon like Rhino.
#1

Script is tested and is pretty much accurate!
Note:you'll need foreach by ******
Note: For new version you would need mapandreas v1.1 by kelcor and updated by (mauzen)

http://tinypic.com/r/kbauls/8
http://tinypic.com/r/eqdzz7/8
http://tinypic.com/r/30ifhqb/8
http://tinypic.com/r/kbauls/8

Features and Updates
*Players can now use Y and N respectively to change the cannon's range.
*Added a Timer to Call OnPlayerDeath callback when a player is killed by the cannon.
*Added Dispersion value by speed.

command for setrange.
Код:
CMD:setrange(playerid, params[])
{
	new range1;
    if(sscanf(params, "i", range1)) return SendClientMessage(playerid, COLOR_USAGE, "Usage: /SetRange [Range Of Cannon Fire].");
    if(range1 < 20 || range1 > 200) return SendClientMessage(playerid, COLOR_FIREBRICK, "ERROR: Invalid Range, it should be between 20 meters to 200 meters.");
    else
    {
        new String[128];
        CannonRange[playerid] = range1;
        format(String, sizeof(String), "~w~Range Has been Set to %i Meters.", range1);
		GameTextForPlayer(playerid,String,5000,5);
    }
	return 1;
}
Credits:
Pottus and his team for colandreas
Kalcor for mapandreas.

old version : http://pastebin.com/PfTVeJQa

V2.3 : https://pastebin.com/3fraNSvW
V2.3 ColAndreas version: https://pastebin.com/pc6u00W5

v2.2 : http://pastebin.com/mmkCr6zf
Reply
#2

sounds cool..any pictures would be nice
Reply
#3

Will provide with ss soon, only thing i doubt is whether it would create explosion on nearby player or not
Reply
#4

Sounds cool? any pictures?
Reply
#5

Uploaded pictures
Reply
#6

Nice work good for tdm servers.
Reply
#7

Pics?
Reply
#8

ty

and

http://tinypic.com/r/kbauls/8 these links are directed to pics
Reply
#9

OMG nice gonna test soon
Reply
#10

Nice job,

But how not tested, and you have screens :P
Reply
#11

Nice idea lol, well done. Never thought of this before.
Reply
#12

Sound awesome
Reply
#13

Cool
+rep
Reply
#14

Uploaded v2 and is more accurate, uses mapandreas
Reply
#15

Reuploaded, minor bug fix
Reply
#16

looks cool keep it up
Reply
#17

Ty everyone for reps already created air-plane gun and user friendly samsite planning to release soon!
Reply
#18

Made Slight changes to make it even accurate
Reply
#19

Updated to V2.3. Changelog can be found on the first page.
Reply
#20

Added Colandreas version.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)