K/D ratio
#11

pawn Код:
#define INI_String(%1,%2,%3) \
        if(!strcmp((%1),name,true)&&!sscanf(value,"s["#%3"]",%2))return;
        //if (!strcmp((%1), name, true)) return %2(value)
#else
    #define INI_Int(%1,%2) \
        if(!strcmp((%1),name,true))return %2=strval(value)
   
    #define INI_Float(%1,%2) \
        if(!strcmp((%1),name,true))return _:(%2=floatstr(value))
   
    #define INI_Hex(%1,%2) \
        if(!strcmp((%1),name,true))return %2=hexstr(value)
   
    #define INI_Bin(%1,%2) \
        if(!strcmp((%1),name,true))return %2=binstr(value)
   
    #define INI_Bool(%1,%2) \
        if(!strcmp((%1),name,true))return %2=boolstr(value)
   
    #define INI_String(%1,%2,%3) \
        if(!strcmp((%1),name,true))return strcpy(%2,value,%3)
#endif
Its in the include, i opened pawno the right way, it is up-to-date, and still saying undefined symbol
Reply


Messages In This Thread
K/D ratio - by Wesley221 - 20.08.2011, 14:58
Re: K/D ratio - by Lorenc_ - 20.08.2011, 15:01
Re: K/D ratio - by Wesley221 - 20.08.2011, 15:14
Re: K/D ratio - by Machida - 20.08.2011, 15:18
Re: K/D ratio - by Lorenc_ - 20.08.2011, 15:18
Re: K/D ratio - by Wesley221 - 20.08.2011, 15:27
Re: K/D ratio - by Lorenc_ - 20.08.2011, 15:30
Re: K/D ratio - by Pinguinn - 20.08.2011, 15:32
Re: K/D ratio - by Wesley221 - 20.08.2011, 16:39
Re: K/D ratio - by Pinguinn - 20.08.2011, 16:56
Re: K/D ratio - by Wesley221 - 20.08.2011, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)