Advertisement
Guest User

Untitled

a guest
May 28th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local active_item = npc:active_item()
  2. local restricted_weapon = wpn_cats.restricted_weapon()
  3. local shwetyballz = math.random(1,4)
  4. if bone_index == npc:get_bone_id("bip01_r_forearm") and active_item ~= nil and ~= restricted_weapon and hit.power >= 0.4 and shwetyballz == 1 then
  5. npc:set_item(object.drop, active_item)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement