22.12.2009, 04:06
for adding vehicle in the server :
or you can get tutorial from
https://sampwiki.blast.hk/wiki/PAWN_tutorial
pawn Код:
AddStaticVehicle(modelid, Float:x, Float:y, Float:z, Float:z_angle, color1, color2);
pawn Код:
AddStaticVehicleEx(modelid, Float:x, Float:y, Float:z, Float:z_angle, color1, color2, respawn_time);
https://sampwiki.blast.hk/wiki/PAWN_tutorial