Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How make this script? (SOLVED)
Spelos Away
Banned

Posts: 231
Threads: 19
Joined: Sep 2014
#12
RE: How make this script?

@Abihishi

The second callback looks correct. If the message doesn't display, the problem won't be in the .hps file. Make sure that your extra_english.lang file contains:

PHP Code: (Select All)
<CATEGORY Name="MessageCategory">
<
Entry Name="MessageEntry">My text</Entry>
</
CATEGORY

Since your .hps refers to it.

Check for misspelling.

More details:
Spoiler below!


In your .hps file:

SetMessage("MessageCategory", "MessageEntry", 0);


Does have to correspond to category and entry in your .lang file:

<CATEGORY Name="MessageCategory">
<Entry Name="MessageEntry">My text</Entry>
</CATEGORY>


(This post was last modified: 02-16-2016, 09:04 AM by Spelos.)
02-16-2016, 08:48 AM
Find


Messages In This Thread
How make this script? (SOLVED) - by Abihishi - 02-14-2016, 06:11 PM
RE: How make this script? - by Mudbill - 02-14-2016, 07:41 PM
RE: How make this script? - by Abihishi - 02-14-2016, 07:57 PM
RE: How make this script? - by Romulator - 02-14-2016, 08:32 PM
RE: How make this script? - by Mudbill - 02-14-2016, 08:34 PM
RE: How make this script? - by Abihishi - 02-14-2016, 08:47 PM
RE: How make this script? - by Mudbill - 02-14-2016, 08:51 PM
RE: How make this script? - by Abihishi - 02-14-2016, 08:54 PM
RE: How make this script? - by Mudbill - 02-14-2016, 11:53 PM
RE: How make this script? - by Abihishi - 02-15-2016, 03:12 PM
RE: How make this script? - by Daemian - 02-16-2016, 12:46 AM
RE: How make this script? - by Spelos - 02-16-2016, 08:48 AM
RE: How make this script? - by Abihishi - 02-16-2016, 03:17 PM
RE: How make this script? - by Mudbill - 02-16-2016, 03:26 PM
RE: How make this script? - by Romulator - 02-16-2016, 03:55 PM
RE: How make this script? - by Abihishi - 02-16-2016, 04:09 PM
RE: How make this script? - by Spelos - 02-16-2016, 05:07 PM
RE: How make this script? - by Abihishi - 02-16-2016, 05:38 PM
RE: How make this script? - by Spelos - 02-16-2016, 06:15 PM
RE: How make this script? - by Abihishi - 02-16-2016, 07:44 PM
RE: How make this script? - by Mudbill - 02-16-2016, 10:09 PM



Users browsing this thread: 1 Guest(s)