Advertisement
Guest User

knockout2.sqf

a guest
Jan 3rd, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. private["_body","_duration"];
  2. _body = _this select 0;
  3. _duration = _this select 1;
  4.  
  5. diag_log("Knockout attempt on:" + str(_body) + " and I am: " + str(player) );
  6.  
  7. if (_body == player) then {
  8. diag_log("Knocked the fuck out!");
  9. [player, _duration] call fnc_usec_damageUnconscious;
  10. cutText ["You've been knocked the fuck out, bitch!", "PLAIN DOWN"];
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement