30.04.2018, 12:21
(
Последний раз редактировалось Gr00t; 02.05.2018 в 13:30.
)
How to use 'Text_GetText' function in y_text include?
I want to use it for textdraws because y_text doesnt support player textdraws
According to wiki the function is:
Code I'm using:
Errors:
I want to use it for textdraws because y_text doesnt support player textdraws
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