Text_GetText (y_text) problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Text_GetText (y_text) problem (
/showthread.php?tid=651366)
Text_GetText (y_text) problem -
Muphyyy - 19.03.2018
How to use 'Text_GetText' function in y_text include?
According to wiki the function is:
Code I'm using:
PHP код:
printf("Message: %s", Text_GetText($TEST_MESSAGE, English));
Errors:
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