10.09.2012, 15:06
1:What means COrrectly 2: 1582 is a Model ID of a Object not the object id!
Example:
new Object;
Object = CreateObject(1234,.........);
1234: is the model id
Object is the object id
Example:
new Object;
Object = CreateObject(1234,.........);
1234: is the model id
Object is the object id
