View Single Post
  #1  
Old 08-28-2008, 03:56 PM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
getstringkeys() and loadvars()

I'm not sure how to use the 2 together.

PHP Code:
function onCreated()
{
  
temp.gang.loadvars("gangs/Los Carteles.txt");
  for (
temp.igetstringkeys("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.igetstringkeys("stuff"))
  {
  }

which will get the strings in the database.
I'm just not sure how to get the strings in the text file.
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote