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

Posting WHITE and GREEN messages in DEFAULT channel?

Dankoo

Active Member
Joined
Sep 4, 2010
Messages
1,007
Reaction score
27
I'm doing an script, and I need it to send a white and a green message in Default Channel, how can I do this?

I've been able to send white and green messages only in Server Log channel
 
I was thinking on something like this?

LUA:
doPlayerSendChannelMessage (cid, "", "Message :3", TALKTYPE_CHANNEL_W, CHANNEL_DEFAULT)

Can't make it work though.
 
Ok darkhaos, thanks for reply, got it.

PS: Any suggestions on how to send a message when player logs in, besides default channel then?

Can I use white, red/orange and green in Server Log?
 
Back
Top