ItsMods

Full Version: quick message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

i have a problem with quick message !
pleas guide me.
thanks:

the problem images:

[attachment=1568]

[attachment=1569]

and the script:

[attachment=1570]
Whats the problem? Huh
The text
(02-09-2012, 15:01)Pozzuh Wrote: [ -> ]The text

yes the txt !! Sad
iw left thoose strings,

use GAME_QUICKMESSAGE_<next text>
or GAME_QS_<text>

i saw that in ff files in HxD
(02-09-2012, 15:24)Se7en Wrote: [ -> ]iw left thoose strings,

use GAME_QUICKMESSAGE_<next text>
or GAME_QS_<text>

i saw that in ff files in HxD

not working are you see the attached file that i posted in fist post ?

I explained it well on aIW, you don't have to ask it here again =_=

Rendflex Wrote:
raminr1363 Wrote:hi

i have a problem with quick message !
pleas guide me.
thanks:

the problem images:

[attachment=0]2.jpg[/attachment]

[attachment=1]1.jpg[/attachment]

What's the matter?
Just press the desired numbers on your keyboard to activate those commands, after you've opened the menu.
And if you're wondering why the text looks weird, well that's how it is, that menu uses "text strings", text strings are text which changes depending on your game language.
And in this case, the game hasn't defined those text strings in this menu, therefore you'll just see the "code" of that; like "QUICKMESSAGE_1_FOLLOW_ME".

If the developers has defined the text string, it will look like this:

Code:
"QUICKMESSAGE_1_FOLLOW_ME"
LANG_ENGLISH "Follow me!"
LANG_POLISH "Follow me, but on polish here"

And in-game - if you have the English version of the game - you'll see "Follow me!", not "QUICKMESSAGE_1_FOLLOW_ME".
However, if they haven't added that code which I showed above, you'll just see the original raw text string; "QUICKMESSAGE_1_FOLLOW_ME".

It's hard to explain, sorry if I didn't explain it well :p