Quote:
Originally Posted by BaubaS
Change
pawn Код:
if(dini_Int(file, "X") == 0 || dini_Int(file, "Y") == 0 || dini_Int(file, "Z") == 0)
>
pawn Код:
if(dini_Float(file, "X") == 0 || dini_Float(file, "Y") == 0 || dini_Float(file, "Z") == 0)
Because you're updating lines in the file as float, and you're checking it as integers.
|
yo, thanks bro. +rep for you