Problem In Going To Saved Positions.
#4

Why you make it like that??
pawn Код:
if(!dini_Exists(file2)) { // If the file exist
    }
    else {
        dini_FloatSet(file2, "PositionX", PX[playerid]); // Set's "Score"
        dini_FloatSet(file2, "PositionY", PY[playerid]); // Set's "Score"
        dini_FloatSet(file2, "PositionZ", PZ[playerid]); // Set's "Score"
    }
why didn't you make it like that??
pawn Код:
if(dini_Exists(file2)) { // If the file exist
        dini_FloatSet(file2, "PositionX", PX[playerid]); // Set's "Score"
        dini_FloatSet(file2, "PositionY", PY[playerid]); // Set's "Score"
        dini_FloatSet(file2, "PositionZ", PZ[playerid]); // Set's "Score"
    }
and is the score , cash , health and armor saved or just happen like the position??
Reply


Messages In This Thread
Problem In Going To Saved Positions. - by Youssef214 - 18.04.2014, 19:26
Re: Problem In Going To Saved Positions. - by AhmedMohamed - 18.04.2014, 19:30
Re: Problem In Going To Saved Positions. - by Youssef214 - 18.04.2014, 19:31
Re: Problem In Going To Saved Positions. - by AhmedMohamed - 18.04.2014, 19:37
Re: Problem In Going To Saved Positions. - by Youssef214 - 18.04.2014, 19:38
Re: Problem In Going To Saved Positions. - by AhmedMohamed - 18.04.2014, 19:42
Re: Problem In Going To Saved Positions. - by Youssef214 - 18.04.2014, 19:45
Re: Problem In Going To Saved Positions. - by Youssef214 - 18.04.2014, 19:54
Re: Problem In Going To Saved Positions. - by AhmedMohamed - 18.04.2014, 19:58

Forum Jump:


Users browsing this thread: 3 Guest(s)