• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Invisible to Itself

Godely

Member
Joined
Aug 19, 2007
Messages
233
Reaction score
16
How do I make a player don't get to see himself? Just like a "ghost" mode, but he wouldn't see his own nick neither his outfit.

Just point me the source files and functions I'd need to check.

Thanks :D
 
Lua:
function doInvisible(cid)
	doCreatureExecuteTalkAction(cid, "/ghost", true)
	return true
end

@down - sorry ;O
 
Last edited:
For the second time, please start reading before trying to answer. What I meant was for a player to get invisible in a way that he wouldn't even see his own outfit, nickname nor health.

Thanks.
 
Back
Top