15.02.2015, 08:34
wait a minute
so you are using "vcount" as subscript for ResVehicle and subscript "i" for rest vehicle info?
This dosent seem right to me.
Код:
ResVehicle[vcount] = AddStaticVehicleEx(vInfo[i][vModel],vInfo[i][vLastX],vInfo[i][vLastY],vInfo[i][vLastZ],vInfo[i][vLastA],vInfo[i][vColor1],vInfo[i][vColor2],-1);
This dosent seem right to me.