[SOLVED]Assign Float:x to dini_Get ??
#1

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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)