new P_LastVeh[MAX_PLAYERS] = (-1);
if(GetPlayerState(playerid) == 2) { P_LastVeh[playerid] = GetPlayerVehicleID(playerid); return 1; }