їHow i can pass dini to Y_INI?
#1

I need pass this to Y_INI:

PHP Code:
GetPlayerName(playeridplnamesizeof(plname));
    
format(stringsizeof(string), "users/%s.ini"plname);
    
SendClientMessage(playeridCOLOR_YELLOW"Loading");
 if(
fexist(string))
    {
        
gPlayerAccount[playerid] = 1;
        return 
1;
    }
    else
    {
        
gPlayerAccount[playerid] = 0;
    }
    return 
1
And this to Y_INI

PHP Code:
format(var, 64"House=%d\n",PlayerInfo[playerid][pPhousekey]);fwrite(hFile, var); 
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)