11.10.2012, 09:13
FIRST
SECOND
Код:
new Float:gShipAttachmentPos[NUM_SHIP_ATTACHMENTS][3] = { // these are world space positions used on the original cargo ship in the game // they will be converted to model space before attaching {2543.50000000, -2685.00000000, 2.09999990}, {2542.39990234, -2687.00000000, 13.00000000}, {2543.39941406, -2666.00000000, 12.30000019} };
Код:
//This is our ship route points you can modify this as to your wish new Float:gShipRoutePoints[NUM_SHIP_ROUTE_POINTS][6] = { {-1982.57, 2052.56, 0.00, 0.00, 0.00, 144.84}, {-2178.63, 2103.67, 0.00, 0.00, 0.00, 189.24} };