17.10.2015, 22:02
(
Последний раз редактировалось NeverKnow; 18.10.2015 в 11:50.
)
As the title says i tried to add a siren to a vehicle with CreateVehicle and also tried with AddStaticVehicleEx.
The following Error i get on both:
Solved
pawn Код:
native CreateVehicle(vehicletype, Float:x, Float:y, Float:z, Float:rotation, color1, color2, respawndelay, addsiren=0);
native AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:z_angle, color1, color2, respawn_delay, addsiren=0);
pawn Код:
warning 202: number of arguments does not match definition