28.11.2011, 02:42
You can try this
Not tested, just wrote it down real fast, but try it and if it doesn't work i'll edit it..
PHP код:
public OnPlayerDisconnect(playerid, reason)
{
new veh = GetPlayerVehicleID(playerid);
DestroyVehicle(playerid,veh);
return 1;
}