How can I delete vehicles that created in [SERVER SIDE]?
Thanks for the helpers.
You can’t create vehicles server side; therefore, you cannot delete vehicles server side.
As salty said you can’t, however you don’t need to. Deleting vehicles doesn’t require anything server sided.
But the command CreateVehicle works on server side
That is executed client side to create a vehicle.
Nevertheless, you can use DeleteVehicle to delete a vehicle.
Ok i created the vehicle on CLIENT SIDE
It succeeded to create him
But if someone in my stream then the vehicle isn’t delete
How can i to fix it?