Got a problem with CreateVehicle
#4

Delete a car when a player exits it? then you can use this

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    new car;
    car = GetPlayerVehicleID(playerid);
    DestroyVehicle(car);
    return 1;
}
I wrote this without any wiki or something (except for the callback lol) So errors may occur.

To respawn it... I wouldnt know xD
Reply


Messages In This Thread
Got a problem with CreateVehicle - by Libra_PL - 26.02.2011, 18:01
Re: Got a problem with CreateVehicle - by Libra_PL - 26.02.2011, 19:51
Re: Got a problem with CreateVehicle - by Lethaal - 26.02.2011, 19:52
Re: Got a problem with CreateVehicle - by alpha500delta - 26.02.2011, 20:05

Forum Jump:


Users browsing this thread: 1 Guest(s)