SA-MP Forums Archive
[SOLVED]Assign Float:x to dini_Get ?? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [SOLVED]Assign Float:x to dini_Get ?? (/showthread.php?tid=147904)



[SOLVED]Assign Float:x to dini_Get ?? - Faith - 14.05.2010

How can i assign Float; to dini_Get?


My first thought was:

new Float;
new Float:y;
new Float:z;
x = dini_Get(file, name, xpos);
y = dini_Get(file, name, xpos);
z = dini_Get(file, name, xpos);
createobject(,objectid, x,y,z);

but that doesnt quite work as intended.

any ideas?


Nevermind!