Thread
:
on-off defnpc for the ****s
View Single Post
#
5
10-09-2002, 05:48 AM
KuJi2002
Banned
Join Date: Jul 2002
Location: NYC
Posts: 144
I'd just do simple flags
if (weaponfired&&!on) {
set on;
}else unset on;
if (on) {
whatever;
}
KuJi2002
View Public Profile
View GraalOnline Profile
Visit KuJi2002's homepage!
Find all posts by KuJi2002