lets jam the gun

(lol i just had to add this for the luls)
Quote:
Originally Posted by fowlplay4
PHP Code:
function onWeaponFired() {
while (keydown(4) && !this.jammed) {
FireGun();
waitfor(this, "Jammed", this.firerate);
}
}
function onJammed() {
this.jammed = true;
player.chat = "$#!&ing gun jammed.";
}
and have some sort of script behind the scenes throw out random jammed events to guns.
|