Thread
:
disabling sword
View Single Post
#
2
10-10-2009, 09:23 PM
Tigairius
The Cat
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
First, use disableweapons to disable the use of everything, then re-script the firing of weapons by detecting when the "D" key is pressed and activating the current weapon using
PHP Code:
player
.
weapon
.
trigger
(
"WeaponFired"
,
NULL
);
__________________
“Shoot for the moon. Even if you miss, you'll land among the stars.”
Tigairius
View Public Profile
View GraalOnline Profile
Find all posts by Tigairius