25.01.2015, 02:18
(
Последний раз редактировалось Flokx; 25.01.2015 в 03:30.
)
So when I am on a vehicle and my vehicle has objects. I wan't them to go right where I am facing with my car with /move cmd. I have tried and failed hardly. Please help me somehow +rep
Here:
The object is in my position and I am in a vehicle. I want it to go right where I am facing. But it's moving randomly anywhere.
Here:
Код:
new Float:x, Float:y, Float:z; GetObjectPos(objectid, x, y, z); new movetime = MoveObject(objectid, x+100, y, z, 4.00);