14.05.2010, 23:23
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!
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!