Author Topic: Welcome message is not displayed  (Read 397 times)

The title says it all.
Unable to post console log here. Check this topic for the console log.

Is this the Error?
Code: [Select]
WARNING: string maxLength > 200 on class:GameConnection, event:MessageBoxOK
BackTrace: ->SM_StartMission->createServer->onServerCreated->loadAddOns->initEventsPlus->registerOutputEvent->verifyOutputParameterList

If it's not showing up, you have a syntax error in the message:

Quote
...
CADD: 7689 local
+- bl_id = 999999
Syntax error in input.
+- no auto admin
*** Sending mission load to client: Add-Ons/Map_Bedroom/bedroom.mis
...

Post the welcome message you're trying; you probably forgot to escape an apostrophe or something.

<color:00ff00>Demian's and McTwist's RP Content City public services. (Police, jail, hospital, bank etc.) Feel free to contribute. Other GOOD builds that are not public services MIGHT be transferred to the city.

<color:00ff00>Demian's and McTwist's RP Content City public services. (Police, jail, hospital, bank etc.) Feel free to contribute. Other GOOD builds that are not public services MIGHT be transferred to the city.

1) \c2 is the shorthand for green. Saves characters (255 is max).
2) You need to escape your apostrpohes, like in the fixed version:

\c2Demian\'s and McTwist\'s RP Content City public services. (Police, jail, hospital, bank etc.) Feel free to contribute. Other GOOD builds that are not public services MIGHT be transferred to the city.

Ah, thanks for the info.