A big problem
#3

They are defined
look
PHP код:
stock ini_GetKey(line[])
{
    new 
keyRes[256];
    
keyRes[0] = 0;
    if(
strfind(line"=" true) == -1) return keyRes;
    
strmid(keyResline0strfind(line"="true),sizeof(keyRes));
    return 
keyRes;
}

stock ini_GetValueline[] )
{
    new 
valRes[256];
    
valRes[0]=0;
    if(
strfind(line"="true) == -1) return valRes;
    
strmid(valReslinestrfind(line"="true)+1,strlen(line),sizeof(valRes));
    return 
valRes;

Reply


Messages In This Thread
A big problem - by radiobizza - 14.01.2016, 14:18
Re: A big problem - by Eth - 14.01.2016, 14:25
Re: A big problem - by radiobizza - 14.01.2016, 14:49
Re: A big problem - by Eth - 14.01.2016, 16:28
Re: A big problem - by radiobizza - 14.01.2016, 16:43
Re: A big problem - by Eth - 14.01.2016, 17:05
Re: A big problem - by radiobizza - 14.01.2016, 17:17
Re: A big problem - by Eth - 14.01.2016, 17:22
Re: A big problem - by radiobizza - 14.01.2016, 17:24
Re: A big problem - by Eth - 14.01.2016, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)