29.08.2015, 17:25
Hi. I'm currenly having problem with creating a Bus Driver job for my server. Bassically what I want is, to make that when you drive with a Bus in the first checkpoint, I don't want it to disappear, but show the next checkpoint(bus stop), so that there would be like a route. I'm already having two classes - Trucker and Pilot, where you just have to go to load and then to unload checkpoint.
How looks the system:
Thanks in advance for the help!
How looks the system:
Код:
new MisLocationsCargo[][MisLocationsCargoEnum] = { {0, "Deliver Beer from Red County Brewery to Bone County Diner", -24.4073, -281.8898, 5.9985, -305.4319, 1315.6797,54.6189, 5980}, {2, "Deliver Plane Parts from SF Airport ATC to Wang Cars", -1268.8223, 13.6925, 14.8682, -1986.3477, 253.9728, 35.8985, 3155}, {2, "Deliver Plane Parts from Wang Cars to LS Airport", -1986.3477, 253.9728, 35.8985, 1889.10, -2625.49, 13.54, 7589}, {2, "Deliver Decorations from LV Mall to 4 Dragons Casino", 2867.25, 2586.0, 10.7,1903.75, 960.5, 10.9, 1500}, {2, "Deliver Paper from LS Papermill to LV Mall", 2331.5, -2071.5, 13.6, 2867.25, 2586.0, 10.7, 4650} }; new MisLocationsPilot[][MisLocationsPilotEnum] = { {0, "Deliver Electronics from Los Santos Int. Airport to Las Venturas Airport", 2108.7009,-2427.3357,14.4664, 1313.5742,1364.0791,11.7391, 5980}, {2, "Deliver Luxury Goods from SF Easter Bay International Airport to Los Santos Int. Airport", -1332.6991,-531.1112,15.0673, 2108.7009,-2427.3357,14.4664, 3155}, {2, "Deliver Passangers from Las Venturas Airport to Los Santos Int. Airport", 1568.3177,1481.8575,11.7479, 1684.0372,-2452.8191,14.4767, 7589}, {2, "Deliver Passangers from Los Santos Int. Airport to SF Easter Bay International Airport", 1684.0372,-2452.8191,14.4767,-1343.6783,-191.0569,15.0702, 1500}, {2, "Deliver Passangers from SF Easter Bay International Airport to Las Venturas Airport", -1343.6783,-191.0569,15.0702, 1568.3177,1481.8575,11.7479, 4650} };