09.05.2009, 17:26
Umh the createobject thing is not even close by the parameters![Grin](images/smilies/biggrin.gif)
CreateObject(objectid,x,y,z,rX,rY,rZ);
and what the hell u got?
CreateObject(objectid,x,y,z,rX,rY,rZ,0,0,0,0); Why are those 4 nulls at the end?..
That should do it a half, cuz you don't got rY,rZ cordinates so i leave it a 0 , get the cordinates and write them..
![Grin](images/smilies/biggrin.gif)
CreateObject(objectid,x,y,z,rX,rY,rZ);
and what the hell u got?
CreateObject(objectid,x,y,z,rX,rY,rZ,0,0,0,0); Why are those 4 nulls at the end?..
Код:
gate1 = CreateObject(980, 1545.9384, -2539.4539, 18.5469, 349.3188,0,0);