Spawning modded cars with SHV.N
-
Hye guys!
I just can't seem to figure out how to spawn added cars with SHV.N.
The CreateVechile function asks for a hash, which I don't have.Thanks!
-
Use a string.
World.CreateVehicle("model_name", Game.Player.Character.Position);
-
@Jitnaught Thanks a lot!