05.02.2018, 17:31
Код:
dini_FloatSet(file,"CasaY",Float:8987,2382);
Код:
warning 203: symbol is never used: "bancoa"
Haven't used the Dini ever. But be sure to remove that Float: thing.
EDIT: Maybe you can only give 1 value to FloatSet. Since its "CasaY" Y co-ordinate, give it only y coordinates. Like
Код:
dini_FloatSet(file,"CasaY",YourValueHere);