01.09.2010, 14:02
No you do it wrong,
Look at your code, then look at the right syntaxes.
You filled in
You forgot color, other than that it should work
Edit, although I think it should work as it would probaly fill the missing numbers in with zero.
Look at your code, then look at the right syntaxes.
pawn Код:
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay);
pawn Код:
CreateVehicle(modelid, posX, posY, posZ, Angle, ?respawn?);
Edit, although I think it should work as it would probaly fill the missing numbers in with zero.