• 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!

doCreatureSay invisible for others?

Joined
Dec 22, 2007
Messages
1,984
Reaction score
2
Is there any way to do so doCreatureSay(uid, text, type[, ghost[, cid[, pos]]]) is invisible for other people? I mean only creature which says can see it.
 
Yes it is. As you see there is 'cid' parameters which you can use to send message only for specified player.

fe
doCreatureSay(cid, "Hi", TALKTYPE_MONSTER_YELL, false, cid)
 
Back
Top