16.09.2017, 06:16
Deleted because of Duplication sorry.
#include <YSI\y_text>
#include <YSI\y_ini>
#include <YSI\y_timers>
error 017: undefined symbol "DEFAULT_TEXT_SET"
CMD:test(cmdid, playerid, params[])
{
Text_Send(playerid, $NOT_ADMIN);
return 1;
}
[text]
NOT_ADMIN = [UNAUTHORIZED] You are not authorzed to use this command
NOT_LOGGEDIN = You are not logged in.
<YML>
<group name="text">
<entry name = "NOT_ADMIN" style="client colour="RESTRICTED"/>
<entry name = "NOT_LOGGEDIN" style="client colour="RESTRICTED"/>
</group>
</YML>
loadtext ngrp[core]; // <- this is the culprit it should be placed before the y_text functions are used.