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

TFS 0.X LightBlue Message In Default Channel

subyth

New Member
Joined
May 1, 2009
Messages
56
Reaction score
4
Using: OTX2 - 8.6

Save guys, do you know how to add this Welcome message on lightBlue (the same color as the private message), however, by default?
I've tried all the ways, to almost access what is possible from the sources :(

Already tried:
Code:
doPlayerSendChannelMessage (cid, '', "Olá", TALKTYPE_CHANNEL_MANAGEMENT, 0xFFFE)



doCreatureSay (cid, "Seu texto.", TALKTYPE_PRIVATE, false, cid)
(This one works but it's like I had a private order for myself)

I would like the picture
Sem título.png
 
I can't recall which color is which, change the 4 until you find it or look it up in the globals.lua
Lua:
doPlayerSendTextMessage(cid, 4, "<-change the 4")
 
Back
Top Bottom