Hey,
How can i do MoveDynamicObject to up
this is the code:
thanks !
How can i do MoveDynamicObject to up
this is the code:
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;
}