I created a hitzone manipulation plugin, that every x seconds, as defined by amx_dodgetime <time> removes a hitzone at random.
I was wondering if there was errors in the scripts, because even though it compiled fine, I'm not sure it actually sets out what I intended it to do.
One of the things I'm not sure about is my "for" loop. Can anyone help me in refining this code?
Code:
/*
Plugin Name: amx_dodge
Author: Kronos
Commands: amx_dodge <name> - Allows user to dodge bullets (AKA Hitzone Manipulation)
CVARs: amx_dodgetime <time> - Defines how fast user dodges the bullets.
Credits: Thanks to Kensai for his Regen Code
Changelog:
v1.0 - First version
*/