• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

I need help with this

armitxe

New Member
Joined
Feb 15, 2009
Messages
65
Reaction score
1
Hello everyone

Ok this is my question...

When u write a motd u know that u can't write alot of text in a straight line because it will make the client crash.

There's a command that makes an space at the time u are writing so it make you can write more text.

This an example of what i saying.

Text with the command (in the Config.lua):

Welcome to my server, look at this new features: (</)1. Blahblah (</)2. Blahblah

So when the motd shows in the client it shows like this:

Welcome to my server, look at this new features:
1. Blahblah
2. Blahblah

MY QUESTION IS: What/how is that command? i know is something with the slash --> / <-- but i don't know anything more than that...

Please if someone knows how's that command please tell me!

Thank you very much!
 
This is what I have..maybe it will help

Code:
  local motd = "Please join our forums at [url]www.********.com/fourm[/url] for updates and community chat!"
  local motd1 = "Welcome to *******!\nPlease join our forums at [url]www.****.com/forum\n\nWelcome[/url] to the Community!\n\n If you have any comments or complaints please let\nthe staff know by posting on our forums!"
  doPlayerPopupFYI(cid, motd1)
 
Back
Top