• Pointshop - Buy item only when dead?
    0 replies, posted
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.