25.05.2010, 15:36
How can i do this?
Explanation:
In my MySQL table i have these:
VehName
XCoord
YCoord
ZCoord
Angle
Veh1
Veh2
Veh3
Veh4
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0000
0.0000
0.0000
0.0000
Theres models aswell but that was just a quick example, Anyways:
How would i get those coordinates and create the vehicles using them coords?
Explanation:
In my MySQL table i have these:
VehName
XCoord
YCoord
ZCoord
Angle
Veh1
Veh2
Veh3
Veh4
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0000
0.0000
0.0000
0.0000
Theres models aswell but that was just a quick example, Anyways:
How would i get those coordinates and create the vehicles using them coords?