db_get_field_assoc server crash.
#3

As far as I know, Everything is correct in my code... for me :/
I have all in string, And then I actually convert them here :
pawn Код:
//Converting :
        BizInfo[idx][bType]   = strval(type);
        BizInfo[idx][bExtX]   = floatstr(Ext[0]);
        BizInfo[idx][bExtY]   = floatstr(Ext[1]);
        BizInfo[idx][bExtZ]   = floatstr(Ext[2]);
        BizInfo[idx][bExtInt] = strval(Ext[3]);
        BizInfo[idx][bExtVW]  = strval(Ext[4]);
        BizInfo[idx][bIntX]   = floatstr(Int[0]);
        BizInfo[idx][bIntY]   = floatstr(Int[1]);
        BizInfo[idx][bIntZ]   = floatstr(Int[2]);
        BizInfo[idx][bIntInt] = strval(Int[3]);
        BizInfo[idx][bIntVW]  = strval(Int[4]);
        BizInfo[idx][bName]   = strval(name);
        BizInfo[idx][bMoney]  = strval(money);
Reply


Messages In This Thread
db_get_field_assoc server crash. - by Ahmad45123 - 05.10.2014, 18:51
Re: db_get_field_assoc server crash. - by Chenko - 05.10.2014, 21:44
Re: db_get_field_assoc server crash. - by Ahmad45123 - 05.10.2014, 21:49
Re: db_get_field_assoc server crash. - by Ahmad45123 - 05.10.2014, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)