[HELP]Warnings
#7

Код:
dini_FloatSet(file,"CasaY",Float:8987,2382);
Remove that Float: thing first and I am sure it also requires "z" co-ordinate while you are just giving 2, X and Y.

Код:
warning 203: symbol is never used: "bancoa"
This means you have declared a variable "bancoa" but you are not using it, just remove it from the script.

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);
Reply


Messages In This Thread
[HELP]Warnings - by Dwlic - 05.02.2018, 16:34
Re: [HELP]Warnings - by jasperschellekens - 05.02.2018, 16:37
Re: [HELP]Warnings - by Dwlic - 05.02.2018, 16:47
Re: [HELP]Warnings - by RogueDrifter - 05.02.2018, 16:51
Re: [HELP]Warnings - by Dwlic - 05.02.2018, 17:09
Re: [HELP]Warnings - by Dwlic - 05.02.2018, 17:12
Re: [HELP]Warnings - by Inn0cent - 05.02.2018, 17:31

Forum Jump:


Users browsing this thread: 2 Guest(s)