06-16-2011, 19:19
For example when somebody tries to shoot, it makes them melee instead.
Also how would I be able to make it so if a person tries to switch weapon, nothing happens eg.
Thanks if you can help.
PHP Code:
while(!self AttackButtonPressed())
wait 0.05;
self makepersonmelee <---- what goes here
Also how would I be able to make it so if a person tries to switch weapon, nothing happens eg.
PHP Code:
while(!self secondaryOffhandButtonPressed())
wait 0.05;
self donothing (don't try to switch weapon) <---- what goes here
Thanks if you can help.