15.06.2018, 17:02
if its PVars, they get deleted automatically upon Disconnect. If they are normal variables, for vehicle you can use PlayerVariable[playerid] = INVALID_VEHICLE_ID; to set its vaule to invalid, or you could set the value to -1. not 0, but -1

