Twisted-Development
GuidesCoreResourcesDiscord
  • 👋Introduction
  • 📀Rent a FiveM Server
  • Guides
    • 🪟Windows Installation
    • 🔓Setting Permissions
    • 🚀Script Optimization
    • 📑Miscellaneous Guides
    • 📝Visual Studio Code
    • 🔗Useful Links
  • Core
    • 📜Shared
    • ↗️Shared Exports
    • 💬DrawText
    • 📊Player Data
    • 🎮Client Event Reference
    • 🎮Client Function Reference
    • 🖥️Server Event Reference
    • 🖥️Server Function Reference
    • ❗Commands
  • Resources
    • 🔧qb-adminmenu
    • 🚑qb-ambulancejob
    • 🏨qb-apartments
    • 🏦qb-banking
    • 💰qb-bankrobbery
    • 🚌qb-busjob
    • 🏢qb-cityhall
    • 👕qb-clothing
    • 🔄qb-commandbinding
    • 🪙qb-crypto
    • 🤿qb-diving
    • 🚪qb-doorlock
    • 💊qb-drugs
    • 🕺qb-emotes
    • ⌚qb-fitbit
    • ⛽qb-fuel
    • 🚘qb-garages
    • 🚛qb-garbagejob
    • 🌭qb-hotdogjob
    • 🔫qb-houserobbery
    • 🏡qb-houses
    • ℹ️qb-hud
    • 📝qb-input
    • 🏠qb-interior
    • 🎒qb-inventory
    • 💎qb-jewelry
    • ⌨️qb-keyminigame
    • 🏁qb-lapraces
    • 🔃qb-loading
    • 🪛qb-lockpick
    • 👔qb-management
    • ↖️qb-menu
    • 🙋qb-multicharacter
    • 📰qb-newsjob
    • 🤑qb-pawnshop
    • 📱qb-phone
    • 👮qb-policejob
    • 🖨️qb-printer
    • 🔐qb-prison
    • 🔄qb-radialmenu
    • 📻qb-radio
    • ♻️qb-recyclejob
    • 📋qb-scoreboard
    • 🔋qb-scrapyard
    • 🏪qb-shops
    • 🙇qb-skillbar
    • 📚qb-smallresources
    • 🗺️qb-spawn
    • 🔫qb-storerobbery
    • 🏎️qb-streetraces
    • 🚕qb-taxijob
    • 🛻qb-towjob
    • 👁️qb-target
    • 🚛qb-truckerjob
    • 🔫qb-truckrobbery
    • 💻qb-tunerchip
    • 🔨qb-vehiclefailure
    • 🔑qb-vehiclekeys
    • 📄qb-vehiclesales
    • 🚗qb-vehicleshop
    • 🍇qb-vineyard
    • 🔫qb-weapons
    • 🌤️qb-weathersync
    • 🌿qb-weed
Powered by GitBook
On this page
  1. Guides

Useful Links

A list of helpful links relevant to developing on FiveM!

PreviousVisual Studio CodeNextShared

Last updated 2 years ago

Lua 5.4 Reference Manual:

CFX lua:

FiveM windows artifacts ****

FiveM docs: ****

Setting up fxmanifest.lua ****

Lua FiveM scripting guide: ****

C# FiveM Scripting Guide: ****

JavaScript FiveM Scripting Guide ****

FiveM Controls: ****

FiveM Blips ****

FiveM Markers ****

FiveM Ped Models ****

GTA V Props

GTA V Assests (clothing) ****

GTA V Vehicles

Stream Clothing:

Console Commands:

FiveM Input Map Keys:

Vehicle Meta File: ****

Vehicle Handling File:

Setting up a server: ****

Server commands/variables: ****

Introduction to resources: ****

Creating your first script in Lua: ****

Creating your first script in C#: ****

Creating your first script in JavaScript: ****

Working with events: ****

User interfaces with NUI: ****

Using scaleform: ****

Using the profiler: ****

Resource manifest: ****

Client functions: ****

Server functions: ****

Client events: ****

Server events: ****

Core events: ****

Convars: ****

Game references ie, controls, keys, blips, markers, etc: ****

Support/Issues/Debugging/FAQ: ****

Full native list:

🔗
https://www.lua.org/manual/5.4/
https://github.com/citizenfx/lua/blob/luaglm-dev/cfx/README.md
https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/
https://docs.fivem.net/docs/
https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/
https://docs.fivem.net/docs/scripting-manual/runtimes/lua/
https://docs.fivem.net/docs/scripting-manual/runtimes/csharp/
https://docs.fivem.net/docs/scripting-manual/runtimes/javascript/
https://docs.fivem.net/docs/game-references/controls/
https://docs.fivem.net/docs/game-references/blips/
https://docs.fivem.net/docs/game-references/markers/
https://docs.fivem.net/docs/game-references/ped-models/
https://forge.plebmasters.de/
https://tobii.space/
https://www.gtabase.com/grand-theft-auto-v/vehicles
https://forum.cfx.re/t/how-to-stream-custom-clothes/167805
https://docs.fivem.net/docs/client-manual/console-commands/
https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
https://forums.gta5-mods.com/topic/3850/tutorial-vehicles-meta
https://forums.gta5-mods.com/topic/3842/tutorial-handling-meta
https://docs.fivem.net/docs/server-manual/setting-up-a-server/
https://docs.fivem.net/docs/server-manual/server-commands/
https://docs.fivem.net/docs/scripting-manual/introduction/introduction-to-resources/
https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script/
https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script-csharp/
https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script-javascript/
https://docs.fivem.net/docs/scripting-manual/working-with-events
https://docs.fivem.net/docs/scripting-manual/nui-development
https://docs.fivem.net/docs/scripting-manual/using-scaleform
https://docs.fivem.net/docs/scripting-manual/debugging/using-profiler/
https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest
https://docs.fivem.net/docs/scripting-reference/client-functions
https://docs.fivem.net/docs/scripting-reference/server-functions
https://docs.fivem.net/docs/scripting-reference/events/client-events
https://docs.fivem.net/docs/scripting-reference/events/server-events
https://docs.fivem.net/docs/scripting-reference/events/list/
https://docs.fivem.net/docs/scripting-reference/convars
https://docs.fivem.net/docs/game-references/
https://docs.fivem.net/docs/support/
https://docs.fivem.net/natives/