[Y_INI] Compiler crash
#2

Change

PHP код:
stock RegisterUser(pidpass[] = "bleh)
{
    if(fexist(getini(pid))) return 0;
    if(!IsPlayerConnected(pid)) return 0;
    else
    {
        new INI:uh = INI_Open(getini(pid));
        INI_SetTag(uh, "
data");
        INI_WriteString(uh, "
Name", pname(pid) );
        INI_WriteString(uh, "
IP", pip(pid) );
        INI_WriteInt(uh, "
Password", pInfo[pid][Password]);
        INI_WriteInt(uh, "
Kills", pInfo[pid][Kills]);
        INI_WriteInt(uh, "
Deaths", pInfo[pid][Deaths]);
        INI_WriteInt(uh, "
Experience", pInfo[pid][Experience]);
        INI_WriteInt(uh, "
Helper", pInfo[pid][Helper]);
        INI_WriteInt(uh, "
AdminLevel", pInfo[pid][ALevel]);
    }
    return 1;

By

PHP код:
stock RegisterUser(pidpass[] = "bleh")
{
    if(
fexist(getini(pid))) return 0;
    if(!
IsPlayerConnected(pid)) return 0;
    else
    {
        new 
INI:uh INI_Open(getini(pid));
        
INI_SetTag(uh"data");
        
INI_WriteString(uh"Name"pname(pid) );
        
INI_WriteString(uh"IP"pip(pid) );
        
INI_WriteInt(uh"Password"pInfo[pid][Password]);
        
INI_WriteInt(uh"Kills"pInfo[pid][Kills]);
        
INI_WriteInt(uh"Deaths"pInfo[pid][Deaths]);
        
INI_WriteInt(uh"Experience"pInfo[pid][Experience]);
        
INI_WriteInt(uh"Helper"pInfo[pid][Helper]);
        
INI_WriteInt(uh"AdminLevel"pInfo[pid][ALevel]);
    }
    return 
1;

Reply


Messages In This Thread
[Y_INI] Compiler crash - by CreativityLacker - 10.01.2013, 17:31
Re : [Y_INI] Compiler crash - by yusei - 10.01.2013, 18:13
Re: Re : [Y_INI] Compiler crash - by CreativityLacker - 10.01.2013, 18:18
Re: Re : [Y_INI] Compiler crash - by u3ber - 10.01.2013, 18:21
Re: Re : [Y_INI] Compiler crash - by CreativityLacker - 10.01.2013, 18:26
Re: [Y_INI] Compiler crash - by CreativityLacker - 10.01.2013, 18:53

Forum Jump:


Users browsing this thread: 1 Guest(s)