28.11.2011, 01:34
when a player have a vehicle and they disconnect i want the car to get destroy how can i do that?
pls help....
pls help....
public OnPlayerDisconnect(playerid, reason)
{
new veh = GetPlayerVehicleID(playerid);
DestroyVehicle(playerid,veh);
return 1;
}