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

Letters on tp's

nuelma123

New Member
Joined
Jun 6, 2011
Messages
66
Reaction score
1
How I can put letters on tps?

i am ussing forgotten 1.2 version 10.90

thanks +rep
 
The following lua functions are for messages:
Code:
doCreatureSay(cid, text, type, ...)
doCreatureSayWithRadius(cid, text, type, radiusx, radiusy, position)
broadcastMessage(message, type)
doPlayerPopupFYI(cid, message)
doPlayerSendTextMessage(cid, type, text, ...)
sendChannelMessage(channelId, type, message)
sendGuildChannelMessage(guildId, type, message)

I'm sure one of them will suit your needs?
I'm not sure if a tp is also a creature, if it is you can use that?
Or perhaps some dummy creature that's invisible?
Or maybe just use broadcastMessage.
 
Last edited:
Back
Top