I'm not sure how to use the 2 together.
PHP Code:
function onCreated()
{
temp.gang.loadvars("gangs/Los Carteles.txt");
for (temp.i: getstringkeys("rights-"))
{
}
}
It's hard to put in words, but I know in a database you can do
PHP Code:
with (findNPC("database stuff"))
{
for (temp.i: getstringkeys("stuff"))
{
}
}
which will get the strings in the database.
I'm just not sure how to get the strings in the text file.