09.05.2016, 18:54
Hello.
If you want to add some car in game, you need to use AddStaticCar(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2). Also, check this link.
You have to place this under OnGameModeInit(), a public function. :)
If you want to add some car in game, you need to use AddStaticCar(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2). Also, check this link.
You have to place this under OnGameModeInit(), a public function. :)