19.03.2018, 10:05
How to use 'Text_GetText' function in y_text include?
According to wiki the function is:
Code I'm using:
Errors:
According to wiki the function is:
Code I'm using:
PHP код:
printf("Message: %s", Text_GetText($TEST_MESSAGE, English));
PHP код:
player/register.inc(15) : error 017: undefined symbol "Text_GetText"
player/register.inc(15) : error 017: undefined symbol "TEST_MESSAGE"
player/register.inc(15) : error 017: undefined symbol "English"
player/register.inc(15) : fatal error 107: too many error messages on one line