03.01.2014, 18:18
Hello, I have been developing my own vehicle spawner menu, but i have come to a stop as I cannot find a way to spawn the player in the vehicle or destroy the vehicle that the player is already in.
Here is what I got already.
If you could please place the spawning in the vehicle code in a separate box than the destroy the vehicle the player is in code please, thanks.
Here is what I got already.
Код:
case 0: { CreateVehicle(417, X, Y+5, Z, Angle, random(255), random(255), -1); LinkVehicleToInterior(GetPlayerVehicleID(playerid), pInt); }