29.03.2016, 08:37
try this, remove the previous CreateObject code and try this.
Read about MoveObject, here: https://sampwiki.blast.hk/wiki/MoveObject
pawn Код:
new object = CreateObject(985,1545.1000000,-1627.6000000,14.1000000,0.0000000,0.0000000,90.000 0000);
CMD:movegate(playerid, params[])
{
//MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed);
MoveObject(object, 1545.1000000, -1620.1000000, 14.1000000, 1.0);
return 1;
}