04.01.2010, 08:36
How to put cars to GM and they save forver here
AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2)
AddStaticVehicle(603,-1955.4165,263.0145,40.8844,271.2151,75,77); // phoenix
Originally Posted by Nakki
You have to use
Код:
AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2) Код:
AddStaticVehicle(603,-1955.4165,263.0145,40.8844,271.2151,75,77); // phoenix Put that AddStaticVehicle Thing under public OnGameModeInit() And Compile it.. |