All Projects → Parow → esx_menu_default

Parow / esx_menu_default

Licence: GPL-3.0 license
ESX Menu Style for FXSERVER gtaonline style

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
lua
6591 projects
HTML
75241 projects

Projects that are alternatives of or similar to esx menu default

chat
FiveM Chat System | Works off ESX Framework
Stars: ✭ 32 (+6.67%)
Mutual labels:  fivem, esx
esx extraitems
Extra Items for FiveM ESX Legacy
Stars: ✭ 44 (+46.67%)
Mutual labels:  fivem, esx
esx advancedvehicleshop
Advanced Vehicle Shops for FiveM ESX Legacy
Stars: ✭ 28 (-6.67%)
Mutual labels:  fivem, esx
esx advancedbanking
Advanced Banking for FiveM ESX Legacy
Stars: ✭ 18 (-40%)
Mutual labels:  fivem, esx
esx advancedweaponshop
Advanced Weapon Shop for FiveM ESX Legacy
Stars: ✭ 16 (-46.67%)
Mutual labels:  fivem, esx
esx scoreboard
esx - scoreboard | A user friendly scoreboard for your server ;)
Stars: ✭ 28 (-6.67%)
Mutual labels:  fivem, esx
esx repairkit
Simple repairkit script for FiveM ESX servers
Stars: ✭ 36 (+20%)
Mutual labels:  fivem, esx
krz personalmenu
🎓 ESX PersonalMenu by Korioz
Stars: ✭ 58 (+93.33%)
Mutual labels:  fivem, esx
ox inventory
Overextended Inventory for ESX Legacy
Stars: ✭ 149 (+396.67%)
Mutual labels:  fivem, esx
zAdmin
Powerfull admin menu that works with ESX.
Stars: ✭ 54 (+80%)
Mutual labels:  fivem, esx
natuna-fivem
Typescript/Javascript Bundled FiveM Framework with single module engine that runs on Javascript runtime. Powered with NodeJS.
Stars: ✭ 21 (-30%)
Mutual labels:  fivem, esx
altv-os-character-editor
alt:V Open Source Character Editor / Synchronization
Stars: ✭ 35 (+16.67%)
Mutual labels:  fivem, esx
menuv
FiveM menu library for creating menu's with NUI
Stars: ✭ 85 (+183.33%)
Mutual labels:  menu, fivem
ConsoleMenu
A simple, highly customizable, DOS-like console menu
Stars: ✭ 27 (-10%)
Mutual labels:  menu
fivem-react-boilerplate
FiveM + React 🐌
Stars: ✭ 21 (-30%)
Mutual labels:  fivem
JonContextMenu
A beautiful and minimalist arc menu like the Pinterest one, written in Swift
Stars: ✭ 60 (+100%)
Mutual labels:  menu
xdg-xmenu
Generate menu for xmenu
Stars: ✭ 31 (+3.33%)
Mutual labels:  menu
flutter fab dialer
Floating action button dialer
Stars: ✭ 66 (+120%)
Mutual labels:  menu
ember-right-click-menu
An easy and flexible addon to add context menus anywhere in your application
Stars: ✭ 14 (-53.33%)
Mutual labels:  menu
oc-menumanager-plugin
A Menu Management Plugin for October CMS
Stars: ✭ 29 (-3.33%)
Mutual labels:  menu

ESX MENU DEFAULT GTA ONLINE STYLE

How to use :

source : https://github.com/ESX-Org/esx_menu_default little exemple:

ESX.UI.Menu.Open(

'default', GetCurrentResourceName(), 'shop',

{

css =  'superete',

title =  'Magasin',

elements = elements

},

function(data, menu)

TriggerServerEvent('esx_shop:buyItem', data.current.value, data.current.price)

end,

function(data, menu)

  

menu.close()

  

CurrentAction =  'shop_menu'

CurrentActionMsg =  _U('press_menu')

CurrentActionData = {zone = zone}

end

)

css = 'superete' matches with

    .menu .head_superete{

font-family: SignPainter;

font-size: 59px;

  

background-image: url("../img/header/247.png");

text-align : center;

height : 90px;

line-height : 105px;

color : white;

font-style: oblique;

}

and it looks like this Menu esx_shops (not perfect)

everything is possible : Menu Exemple Exemple Exemple

To edit some header there is the template.psd but there is a lot of header in img folder

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].