04-01-2012, 10:43
Hello
This is a command I mentioned on another tutorial sometime ago, but never explained, IW was going to use this command on players after they got hit by riot shields. What this command does is to dont allow you to fire or reload, is quite a big .
You use it like this:
Examples:
I hope you have learnt something new,
This is a command I mentioned on another tutorial sometime ago, but never explained, IW was going to use this command on players after they got hit by riot shields. What this command does is to dont allow you to fire or reload, is quite a big .
You use it like this:
Code:
self StunPlayer( boolean );
Examples:
Code:
self StunPlayer( 1 ); //disallow firing or reloading
self StunPlayer( 0 ); //allow to shot and reload
I hope you have learnt something new,