Error with script

12/06/2013 17:19 lifs2000#1
Hello guys I am tryin to make 2 menus for Classes/ for old school server, to make menus Female and Male , and I don't know what I messed up, but take a look here:

[Only registered and activated users can see links. Click Here To Register...]
why does it show it as numbers and not as Male and Female?
12/06/2013 21:45 conquer93#2
thats mine bish :P! uhm ur script stringtable is missing for this.

# 1007
NORMAL,string/stringtable_loginmsg.txt

add ther in the file

code 99
{
Male
}

code 100
{
Female
}

and next time u get string missing errors. just open data/script/stringtable/list.txt
search the Cate number (always the first number before the ( , ) in this case 1007!
in the list.txt then it will show u what file uses that cate ;) and then just add code ther which is the second number :)!
12/07/2013 01:22 lifs2000#3
Thanks bro xD