HungerJohnson

Untitled

Aug 24th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. function ITEM:OnUse(player, itemEntity)
  2.     if player:SteamID() != "STEAM_0:1:14953310" then
  3.     openAura.player:Notify(player, "This weapon can only be used by a person specialized in weaponry.");
  4.     end;
  5.     if ( !player:HasWeapon(self.weaponClass) ) then
Advertisement
Add Comment
Please, Sign In to add comment