28.03.2013, 18:54
remove
One question though? Why multidimensional array? If you won't add any new info, change it simply to one dimensional.
pawn Код:
new randomtrailer;
pawn Код:
//change
AttachTrailerToVehicle(CreateVehicle(randomtrailer, 0.0, 0.0, 0.0, 0.0, -1, -1, 60) , vehicleid);
//to
AttachTrailerToVehicle(CreateVehicle(Trailers[randtrailer][0], 0.0, 0.0, 0.0, 0.0, -1, -1, 60) , vehicleid);