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

need help with this function doShowTextDialog

Ralfegor

New Member
Joined
Apr 6, 2008
Messages
297
Reaction score
1
Code:
local text = "Hello there!! just letting you know the new commands: !tps == go to the teleports(if you have battle you wont be able to teleport) !temple == go to the temple(if you have battle you wont be able to teleport) !aol == buy aol(50k) !bless == buy all blessings(50k)"
         doShowTextDialog(cid, 8980, text)

i write it like this but in game i want the text to look like this

Code:
"Hello there!!
just letting you know the new commands:

!tps == go to the teleports(if you have battle you wont be able to teleport) 

!temple == go to the temple(if you have battle you wont be able to teleport) 

!aol == buy aol(50k) 

!bless == buy all blessings(50k)"

more organized but i dont know how :( i tried like this

Code:
local text = "Hello there!!
just letting you know the new commands:

!tps == go to the teleports(if you have battle you wont be able to teleport) 

!temple == go to the temple(if you have battle you wont be able to teleport) 

!aol == buy aol(50k) 

!bless == buy all blessings(50k)"

but it doesn't work that way
 
Last edited:
Back
Top