26.05.2014, 17:36
I didn't knew if you needed them or I missed it.
Just check the link.
Edit: I saw one more thing:
You shouldn't have the object id you should
have it from that you declare.
Like:
new Object;
Object = CreateObject(id, x, y, z, stream distance);
MoveObject(Object, blababla);
It's explained on the Wiki though
Just check the link.
Edit: I saw one more thing:
You shouldn't have the object id you should
have it from that you declare.
Like:
new Object;
Object = CreateObject(id, x, y, z, stream distance);
MoveObject(Object, blababla);
It's explained on the Wiki though