sup, trying to somewhat make entities so i'm teaching myself the basics. i'm starting with an entity that gives you armour on use but i want it to refuse use if armour is equal to or above 50.
function ENT:Use( activator, caller )
caller:SetArmor(50)
self:Remove()
end
any help would be appreciated, thanks
Sorry, you need to Log In to post a reply to this thread.