11.08.2017, 14:42
//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
// 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