Problem Errors
#1

hi... I have problem

Code: Dini
PHP код:
                    if(!dini_Isset(way"V0_pj"))
                    {
                        for(new 
s=0s<5s++)
                        {
                            new 
v_pj[16];
                            
format(v_pj,16,"V%d_pj",s);
                            
dini_IntSet(way,v_pj,9999);
                        }
                    } 


Code: INI
PHP код:
                    if(!INI_WriteInt(UserPath(playerid), "V0_pj"))
                    {
                        for(new 
s=0s<5s++)
                        {
                            new 
v_pj[16];
                            
format(v_pj,16,"V%d_pj",s);
                            
INI_WriteString(UserPath(playerid),v_pj,9999);
                        }
                    } 
Errors: INI
PHP код:
if(!INI_WriteInt(UserPath(playerid), "V0_pj"))  =>  error 035argument type mismatch (argument 1)
INI_WriteString(UserPath(playerid),v_pj,9999); => error 035argument type mismatch (argument 1
I did it from DINI on the YSI
How do I fix it ...? I have it in Login...?
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: 2 Guest(s)