SA-MP Forums Archive
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_MESSAGEEnglish)); 
Errors:
PHP код:
player/register.inc(15) : error 017undefined symbol "Text_GetText"
player/register.inc(15) : error 017undefined symbol "TEST_MESSAGE"
player/register.inc(15) : error 017undefined symbol "English"
player/register.inc(15) : fatal error 107too many error messages on one line