CR7_LM10_RVP20_SH1 Posted May 13, 2019 Share Posted May 13, 2019 (edited) I found the solution - use Function.Call(Hash.SET_STATE_OF_CLOSEST_DOOR_OF_TYPE, doorhash, xf, yf, zf, bool locked, heading, 0); (for heading use -1, 0 or 1; 0 means closed, 1 means opened into the interior, -1 out of the interior). For more info, seek out the GTAV Native DB: http://www.dev-c.com/nativedb/. If you don't know the hash of the door you're trying to unlock, use the following code (just replace the "v_ilev_cd_door3" with any other door you wish). int hash = Function.Call<int>(Hash.GET_HASH_KEY, "v_ilev_cd_door3"); UI.ShowSubtitle(hash.ToString()); Edited May 13, 2019 by CR7_LM10_RVP20_SH1 Found the solution, so i just edited the post so ppl with the same issue will be able to find a simple solution Link to comment Share on other sites More sharing options...