Проблема с MxIni.
#8

А зачем везде "if(GetPlayerSkin(playerid) < 300)", или у вас были прецеденты когда данная функция возвращала что-то левое?
Тоже очень странная и не нужная проверка: if(GetPlayerScore(playerid) != 0)

А отлаживать пробовал:
pawn Код:
printf(
        "save(pCar_x: %.3f, pCar_y: %.3f, pCar_z: %.3f, pCar_x: pCar_f: %.3f,)",
        GetPVarFloat(playerid,"pCar_x"),
        GetPVarFloat(playerid,"pCar_y"),
        GetPVarFloat(playerid,"pCar_z"),
        GetPVarFloat(playerid,"pCar_f"),
    );
    ini_setFloat(iniFile, "Car_x",GetPVarFloat(playerid,"pCar_x"));
    ini_setFloat(iniFile, "Car_y",GetPVarFloat(playerid,"pCar_y"));
    ini_setFloat(iniFile, "Car_z",GetPVarFloat(playerid,"pCar_z"));
    ini_setFloat(iniFile, "Car_f",GetPVarFloat(playerid,"pCar_f"));
может проблема не в сохранении, а в переменных?
Reply


Messages In This Thread
Проблема с MxIni. - by Gettopro - 04.07.2012, 08:22
Re: Проблема с MxIni. - by Alexander_Petrov - 04.07.2012, 10:23
Re: Проблема с MxIni. - by Gettopro - 04.07.2012, 10:47
Re: Проблема с MxIni. - by ZiGGi - 04.07.2012, 12:16
Re: Проблема с MxIni. - by Gettopro - 04.07.2012, 12:29
Re: Проблема с MxIni. - by ZiGGi - 04.07.2012, 12:50
Re: Проблема с MxIni. - by Gettopro - 04.07.2012, 13:46
Re: Проблема с MxIni. - by Stepashka - 04.07.2012, 14:21
Re: Проблема с MxIni. - by Gettopro - 04.07.2012, 15:10
Re: Проблема с MxIni. - by stabker - 11.07.2012, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)