26.09.2009, 16:23
Hello i have a problem with thomas conroys gate system
http://forum.sa-mp.com/index.php?topic=91301.45
This are my gates but the last one wont open plz help!
http://forum.sa-mp.com/index.php?topic=91301.45
This are my gates but the last one wont open plz help!
Код:
MiscObject[0] = CreateObject(976,-1643.446,694.249,6.662,0.0,0.0,270.000); // SFPD West MiscObject[1] = CreateObject(3092,-1572.638,657.451,7.727,190.795,0.0,-180.000); // Corpse MiscObject[2] = CreateObject(976,1539.658,-1622.827,12.545,0.0,0.0,90.000); // LSPD1NorthSpare MiscObject[3] = CreateObject(976,1539.658,-1640.456,12.545,0.0,0.0,90.000); // LSPD1SouthSpare MiscObject[4] = CreateObject(976,1539.758,-1640.556,12.545,0.0,0.0,0.0); // LSPD1EastSpare. MiscObject[5] = CreateObject(976,1584.6103515625,-1637.99609375,12.602820396423,0,358.99475097656,0); // ######################## ADD TO THESE ########################## // MakeGate(ObjectID, StartX, StarY, StartZ, FinishX, FinishY, FinishZ, CenterX, CenterY, CenterZ, Rotation, GateNumber); MakeGate(976, -1571.597,665.725,6.349, -1571.597,656.572,6.349, -1571.5579,661.2339,7.1875, -90.0, 0); // SFPD East MakeGate(976, -1643.446,676.774,6.662, -1643.446,685.551,6.662, -1643.4032,682.6055,7.4930, 90.0, 1); // SFPD West MakeGate(976, 2236.992,2448.932,9.848, 2236.992,2457.979,9.848, 2236.992,2453.1646,10.7047, 90.0, 2); // Las Venturas MakeGate(976, 1539.658,-1631.631,12.545, 1539.658,-1624.255,12.545, 1539.658,-1628.0244,13.3828, 90.0, 3); //Los Santos MakeGate(976, 1584.6103515625, -1637.99609375, 12.602820396423, 1591.6887207031, -1638.0458984375, 12.507758140564, 1588.3982,-1637.5835,13.4245, 90.0, 4);//autogatetest // ################################################################ return 1; }