18.07.2016, 16:58
I guess because your Z co-ordinate in MoveObject is higher than the one of CreateObject so obviously it w'd go up. Try this:
PHP код:
air = CreateObject(18849, 1130.25,-2037.98,110.05,0.00000, 0.00000, 0.00000);
MoveObject(air, 1133.23,-2037.46,69.01,3.0);
for(new i=0; i < MAX_PLAYERS; i++)
{
DisablePlayerCheckpoint(i);
SetPlayerCheckpoint(i, 1130.15,-2037.87, 49.01, 3);
}