MoveDynamicObject to up
#1

Hey,
How can i do MoveDynamicObject to up
this is the code:
Код:
new LSPDGate;

ongamemodinit:
LSPDGate = CreateDynamicObject(968, 1544.70557, -1630.98364, 13.04230,   0.00000, 90.00000, 90.00000);

cmd:

CMD:lspdopeng(playerid, params[])
{
    //if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GRAD2, NOTADMIN);
    MoveDynamicObject(LSPDGate, 1544.70557, -1630.98364, 13.04230, 2.0);
	return 1;
}
thanks !
Reply
#2

//1544.70557, -1630.98364, 13.04230 in those you need to move the third one up so
// insted 13.04230 use 16.04230
so
CMD:lspdopeng(playerid, params[])
{
//if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GRAD2, NOTADMIN);
MoveDynamicObject(LSPDGate, 1544.70557, -1630.98364, 17.04230, 2.0);
return 1;
}
that will move it up
Reply
#3

Its moved it up but not what i want like this:
http://ibb.co/enZmPv
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)