How to make Y_INI loop through all variables, without knowing the name of the variables?
#4

I have a question, what does Y_INI return if there's no such variable found in the .ini?
pawn Код:
forward LoadContactName_data(phonenumber, name[], value[]);
public LoadContactName_data(phonenumber, name[], value[])
{
    new string[128];
    valstr(string, phonenumber);
    INI_String(string, LoadPhoneNumber, 64);
    return 1;
}
For example, if it does not find the variable string in the .ini, what value would LoadPhoneNumber get?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)