• How do i use :SetUseType(SIMPLE_USE) ?
    1 replies, posted
I'm trying to make my entity only call the function once inside ENT:Use() but when i put [CODE] self:SetUseType(SIMPLE_USE) [/CODE] in my ENT:Initialize() it still calls it as if i had it set to CONTINUOUS_USE
You sure you are calling it inside init.lua and not shared or cl_init?
Sorry, you need to Log In to post a reply to this thread.