Hello guys. I want to know if there's anyway to block item equip/buy when the player is alive (can only equip/buy when dead).
SOLVED
[CODE]
function ITEM:CanPlayerEquip(ply)
return !ply:Alive()
end
[/CODE]
Sorry, you need to Log In to post a reply to this thread.