Hey , i try to make a Vehicle
When in server Enter/Join a Vehicle or Player Dead = Server Console Crash !!!!!!!!!!!
Trying make by 2 Language (C#/JavaScript) ,
Log :
Code C# :
[Command("car")]
public void CreateCar(Client client, string type)
{
Vehicle newVehicle;
uint myCarType = NAPI.Util.GetHashKey(type);
newVehicle = NAPI.Vehicle.CreateVehicle(myCarType, client.Position.Around(5), 0,7,7);
}
or Code JavaScript :
mp.vehicles.new(mp.joaat("turismor"), new mp.Vector3(-424.54,1130.09,325.85),
{
numberPlate: "123",
color: [[0, 255, 0],[0, 255, 0]]
});
What happen? how can fix this crash ???
i try re-install RAGE MP not work ...
Please HELP !!!!!!!!!!!☹️