Advertisement
Guest User

Untitled

a guest
May 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mp.events.add("client:police:akten", () => {
  2. if (akten == null) {
  3. akten = mp.browsers.new('https://www.betterlife-rp.de/home');
  4. mp.gui.cursor.show(true, true);
  5. }
  6. });
  7.  
  8. mp.events.add("client:Keybind:KeyF9"), () => {
  9. if (akten !== null) {
  10. mp.gui.cursor.show(false,false);
  11. akten.destroy();
  12. akten = null;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement