How to remove vehicle

Started by value2k, Mar 04, 2016, 03:28 PM

Previous topic - Next topic

value2k

Hello, i got another question, how to remove vehicle from world?

KAKAN

Either by removing or by changing it's world.
For changing the world use vehicle.World = (int)World
For removing use: vehicle.Delete()
oh no

Striker

Quote from: value2k on Mar 04, 2016, 03:28 PMHello, i got another question, how to remove vehicle from world?
Quote from: vito on Mar 04, 2016, 03:36 PMSet Vehicle.World to 123 for example.
local veh = player.Vehicle; veh.World = Your_World;