stock IsPlayerInInterior(playerid,interiorid){ if(GetPlayerInterior(playerid) == interiorid) { return 1; }}