21.10.2009, 13:17
i try to read from a file: i made the public but it wont show the variable out of the file. here i read out of the file:
and here is the code out of the public:
why doesnt it -read the file/-shows the right val?
Код:
CurrentVal = dini_Int(file, "Val");
Код:
valCalc = (CurrentVal/5); if(Valcalc == 100) { TextDrawSetString(ValBar[playerid],".........."); return 1; }