·fivem-development
!

fivem-development

proelias7/fivem-skill

Develops resources for FiveM using vRP Creative Network with Lua. Covers resource creation, Proxy/Tunnel system, inventory, money, groups, identity, NUI, database (oxmysql), security, and performance. Use when the user works with FiveM, vRP, Lua scripts for GTA V servers, or mentions resources, client/server scripts, natives, NUI, or any system of the vRP Creative Network framework.

22Installs·2Trend·@proelias7

Installation

$npx skills add https://github.com/proelias7/fivem-skill --skill fivem-development

SKILL.md

vRP Creative Network is based on Lua 5.4 with communication via Proxy (server-to-server) and Tunnel (client-server).

Older versions maintain the same logic and best practices but change function and file names.

| Passport | Unique character ID (equivalent to userid in other vRPs) | | Source | Player connection ID on the server (changes on every reconnection) | | Datatable | In-memory table with character data (inventory, position, skin, etc.) | | Characters | Global server-side table indexed by source with character data |

Develops resources for FiveM using vRP Creative Network with Lua. Covers resource creation, Proxy/Tunnel system, inventory, money, groups, identity, NUI, database (oxmysql), security, and performance. Use when the user works with FiveM, vRP, Lua scripts for GTA V servers, or mentions resources, client/server scripts, natives, NUI, or any system of the vRP Creative Network framework. Source: proelias7/fivem-skill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/proelias7/fivem-skill --skill fivem-development
Category
!Security
Verified
First Seen
2026-02-07
Updated
2026-02-18

Quick answers

What is fivem-development?

Develops resources for FiveM using vRP Creative Network with Lua. Covers resource creation, Proxy/Tunnel system, inventory, money, groups, identity, NUI, database (oxmysql), security, and performance. Use when the user works with FiveM, vRP, Lua scripts for GTA V servers, or mentions resources, client/server scripts, natives, NUI, or any system of the vRP Creative Network framework. Source: proelias7/fivem-skill.

How do I install fivem-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/proelias7/fivem-skill --skill fivem-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/proelias7/fivem-skill

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-07