09.06.2014, 13:55
(
Последний раз редактировалось verlaj; 16.08.2017 в 09:25.
)
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.
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
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; }
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