Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function ITEM:OnUse(player, itemEntity)
- if player:SteamID() != "STEAM_0:1:14953310" then
- openAura.player:Notify(player, "This weapon can only be used by a person specialized in weaponry.");
- end;
- if ( !player:HasWeapon(self.weaponClass) ) then
Advertisement
Add Comment
Please, Sign In to add comment