25.01.2015, 15:50
Hello, I recently so hard to load the objects and therefore the working machine which objects are placed on .. How to create machines that do not shine?
AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 ); (modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay)
This only happens when you re-start the server again, the vehicles could get bugged.
Try to change the co-ordinates of the cars, so that they float on spawn. So change it like: Код:
AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 ); (modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay) |