toddy617 / rgz_menu

Fivem rounded animated menu with images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgz_menu

Fivem rounded animated menu with images https://streamable.com/pcf9p

DO NOT REUPLOAD WITHOUT MY PREMISSION

CSS based on https://codepen.io/hadarweiss/pen/WvEXeK/

You have to add triggers in scripts that you will add in menu or use existing triggers like

TriggerEvent("gcphone:openPhone")

Rquire pNotify, or just change line 56 in rgz_meu.lua

    PATTERN FOR CLIENT
    RegisterNetEvent("esx_billing:openBillings")
    AddEventHandler("esx_billing:openBillings", function()
            ShowBillsMenu()
    end)

About

Fivem rounded animated menu with images


Languages

Language:CSS 46.7%Language:Lua 29.7%Language:HTML 23.6%