16.04.2011, 13:25
OK, thank you.
Can you explain me how to add vehicle data like in my example:
Where to add modelid, positions, etc?
Can you explain me how to add vehicle data like in my example:
pawn Code:
new Float:RentACar[141][8] =
{
// model, x, y, z, a, color, price
{412, 2119.83203125, -1784.43359375, 13.31082916, 90.00000000, 119, 100}, //Voodoo
//rest of code
};
Where to add modelid, positions, etc?