Problem Errors
#3

https://sampforum.blast.hk/showthread.php?tid=570957
INI Writing
PHP код:
new
    
INI:ini INI_Open("myini.ini");
INI_WriteString(ini"NAME""******");
INI_WriteInt(ini"SCORE"gScore);
INI_WriteFloat(ini"HEALTH"health);
INI_Close(ini); 
so your code gotta be
PHP код:

new
    
INI:ini INI_Open(UserPath(playerid));
for(new 
s=0s<5s++)
{
    new 
v_pj[16];
    
format(v_pj,16,"V%d_pj",s);
    
INI_WriteInt(iniv_pj9999);
}
INI_Close(ini); 
I don't think there's anything like dini_Isset in INI, so you may gotta stick with this function.
Reply


Messages In This Thread
Problem Errors - by EmpireSk - 25.01.2018, 20:08
Re: Problem Errors - by EmpireSk - 26.01.2018, 04:29
Re: Problem Errors - by jlalt - 26.01.2018, 06:47
Re: Problem Errors - by EmpireSk - 26.01.2018, 15:04

Forum Jump:


Users browsing this thread: 4 Guest(s)