Is it possible?
#4

pawn Код:
public OnPlayerExitVehicle( playerid, vehicleid )
{
    SetTimerEx( "PlsDeleteVehicle", 15000, 0, "d", vehicleid );
    return true;
}

forward PlsDeleteVehicle( vehicleid );
public PlsDeleteVehicle( vehicleid )
{
    DestroyVehicle( vehicleid );
    return true;
}
That's just a basic example, use

https://sampwiki.blast.hk/wiki/OnPlayerExitVehicle

for more info.
Reply


Messages In This Thread
Is it possible? - by yoan103 - 03.03.2011, 16:55
Re: Is it possible? - by tuuker - 03.03.2011, 16:58
Re: Is it possible? - by Mean - 03.03.2011, 17:00
Re: Is it possible? - by thiaZ_ - 03.03.2011, 17:00
Re: Is it possible? - by yoan103 - 03.03.2011, 17:01
Re: Is it possible? - by iggy1 - 03.03.2011, 17:03

Forum Jump:


Users browsing this thread: 2 Guest(s)