Giter Site home page Giter Site logo

masnana / xv-dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imxirvin/xv-dev

0.0 0.0 0.0 1.14 MB

A useful Development menu for FiveM

License: GNU General Public License v3.0

JavaScript 4.41% Lua 25.55% TypeScript 6.28% CSS 1.58% HTML 1.58% Svelte 60.60%

xv-dev's Introduction

XV-DEV

Development menu for FiveM

Removes the need to make temporary commands to test out some code, or however you test scripts.

Preview Video

Resource Manager Preview Video

Code Editor Themes

Note

StrictResEdit is true by default. This means the player must have atleast 1 valid identifier set. If false, anyone allowed to use the menu will be edit resources.

Features

  • Execute any code using the Lua Executor
  • Execute commonly used natives through the Quick Functions tab.
    • Declare variables to be passed in to the functions
    • Search through a predefined list of functions
    • See all global variables that was declared
    • Configure by adding/removing/editing functions
  • Console to show if code was executed or returned an error
  • Debug to show code that was executed
  • Auto Detection for QBCore/ESX/Ox_lib
  • Customisable Editor theme
  • Advanced Discord Webhooks
  • Advanced Resource Manager
    • Start/Stop/Restart Resources
    • Edit Files on the go with built-in Editor
    • Makes Backups in dedicated backups folder
  • Advanced Player Manager
    • Teleport to them
    • Teleport them to you
    • Teleport them to a coordinate
    • Freeze them
    • Unfreeze them
    • Spawn them a vehicle
    • Delete their vehicle
    • Execute code directly to their client

Future Features

  • Section for Player for quick Player Options
  • Section for Vehicle for quick Vehicle Options
  • Vehicle section is also planned to have a Vehicle Meta changer built in

Installation

Drag'N'Drop

DO NOT

Do not do while true do Instead declare a global variable to true and use that. Example:

runWhile = true

while runWhile do
    --run something
end

To turn it off

runWhile = false

DO

To return a value to the Output tab, you must return outside a function. This is because of a hacky solution to be able to execute the lua code.

return "This would be returned to the Output Tab"

License

GNU General Public License

xv-dev's People

Contributors

imxirvin avatar s1lentcodes avatar ihyajb avatar wobozkyng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.