02-15-2013, 05:36 AM
i don't know how to do that i now used this:
function HandleHideCommand(Player) if (Player:IsVisible() == false) then Player:SetVisible(true) Player:SendMessage(cChatColor.LightGreen .. "You are now visible") else Player:SetVisible(false) Player:SendMessage(cChatColor.Rose .. "You are now invisible") end return true endto make people dissapear and reappear.