Quote:
Originally Posted by fysiks
|
i mean to use LANG in variable.
eg:the code in plugin is like this
PHP Code:
new const g_RankName[][] =
{
"Newbie","Semi-Pro","Pro","Veteran"
}
if I want to use LANG file to load g_RankName,is it possible to achieve?
LANG file would be like this
[cn]
LEVELNAME1= Newbie
LEVELNAME2 = Semi-Pro
LEVELNAME3 = Pro
LEVELNAME4 = Veteran