18.07.2011, 18:22
I found another way:
And then you gotta to create cars, you do like this:
But thanks for help anyway. Appreciate.
Код:
new const Float:BuyableCars[][5] = { { integer as float ( ex: 411.0 ), float, float, float, float }, { integer as float ( ex: 411.0 ), float, float, float, float } };
Код:
CreateVehicle(floatround(BuyableCars[0][0]),BuyableCars[0][1],BuyableCars[0][2],BuyableCars[0][3],BuyableCars[0][4],-1,-1,-1);