05.12.2012, 19:33
i got my problem with ele
i want to change the world ID of it so i will need to use CreatDynamicObject
but when i change it to
the object just dont move, only move with CreateObject
what can i do ?
Код:
Ele = CreateObject(18769,-1299.58000000,-7.15000000,12.53000000,0.00000000,0.00000000,44.86000000);
but when i change it to
Код:
Ele = CreateDynamicObject(18769,-1299.58000000,-7.15000000,12.53000000,0.00000000,0.00000000,44.86000000);
what can i do ?