06.07.2012, 22:55
Maybe try to format the variable before saving it and after loading it?
Untested, but should work.
pawn Код:
//Saving:
new Formatted_Variable = 0;
if(Variable == true) Formatted_Variable = 1;
//Loading:
if(Loaded_Variable == 1) Variable = true; else Variable = false;