Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.04 KB

🌐 Browser Script for FiveM

A lightweight FiveM browser script that enhances your server with two essential utilities:
📋 Copy strings to the clipboard
🌍 Open URLs in the browser


🚀 Features

  • Open URLs: Seamlessly open any URL directly from your FiveM server.
  • Set Clipboard: Effortlessly copy text to the user's clipboard for convenience.

📥 Installation

  1. Clone or download this repository.
  2. Place the resource folder in your server's resources directory.
  3. Type ensure browser in your server console.

🛠️ Usage (LUA)

Set clipboard

exports.browser:setClipboard("foo")

Open URL

exports.browser:openURL("https://ohlson.dev")

📜 License

This project is licensed under the MIT License. Feel free to use, modify, and distribute this script in your projects.

🤝 Contributing

Contributions are welcome! If you find a bug, have a suggestion, or want to add a feature, open an issue or submit a pull request.