21.08.2018, 10:10
Hey. I have code:
Now I need to move this object. How to get the position of created object, because here object is creating with random pos.
Код:
new Random = random(MAX_HPSPAWNS); objid=CreateObject(19315 ,Spawns[Random][cX],Spawns[Random][cY],Spawns[Random][cZ],0.0000000,0.0000000,0.9866943);