if (strcmp("/return", cmdtext, true, 5) == 0) { new Float:x, Float:y,Float:z; GetPlayerPos(playerid, x, y, z); SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, x, y, z); }