Emergency Uniform Pack|Client/Server Sided|Easy Install|UPDATE 5.0 Announcement

Got it, I havent touched Client Side in a long time Unlikely to be updated

It is NOT added Yet it will be in 5.0 which is still in testing phases. Having some issues with that mask in particular

Perhaps, anything is possible

Honestly over my head. Completely forgot all about it.

Did you activate your Code?

Okay ^^ any way i could help? never worked with that stuff tbh

I dont see anything inside the __resource file, please help

There isn’t supposed to be anything inside of it

Please do Sir, currently working on some NYSP Vehicles :))

would there ever be a guppe sech outfits involved with this?

They already is by default

What download includes the EUP files? I just want the mp freemode files that i can put in my server files

All of them lol

Ah yes, the retardism in my brain returns. thanks tho lol

1 Like

How do i add new clothes to the dlc.rpf. it doesnt let me launch my game when i try and put new clothes in

So i placed the stream folder inside my fivem resource folder, got the subscription, started eup-ui eup-stream and nativeui. When i click the uniform i want to wear nothing happens. nothing spawns, i hear a click like it clicked on it but that is it.

Hello, I have a problem friends, let’s see if someone can help me

I need to correct the NativeUI position, and I have changed the execution parameters to this

local menuPool = NativeUI.CreatePool()
local mainMenu = NativeUI.CreateMenu('EUP Menú', 'Elige tu atuendo!', 36, 16)

for name, list in pairs(categoryOutfits) do
    local subMenu = menuPool:AddSubMenu(mainMenu, name)

    for id, outfit in pairs(list) do
        outfit.item = NativeUI.CreateItem(id, 'Seleccione este atuendo.')
        subMenu:AddItem(outfit.item)
    end

    subMenu.OnItemSelect = function(sender, item, index)
        -- find the outfit
        for _, outfit in pairs(list) do
            if outfit.item == item then
                CreateThread(function()
                    setOutfit(outfit)
                end)
            end
        end
    end
end

ok, so far everything is fine

but, when I advance to the submenu, NativeUI scrolls back to its initial position

I thought that changing the string of the submenu to this could solve it, but it has not been possible

local subMenu = menuPool:AddSubMenu(mainMenu, name, '', 36, 16)

The result it´s this

Can someone tell me how I can solve this problem? I’m not very familiar with NativeUI, thanks in advance folks

Forgive me for my English, I am Spanish :kissing_heart:

Where are you trying to put it?

I just want to move it a few pixels down and to the right as in the first image, but when selecting the category, it returns to the initial position

Hey, i have issues with install EUP to server.

I do:

  1. download eup-stream
  2. download eup-ui
  3. place to server
  4. in cfg place:

ensure NativeUI
start eup-stream
start eup-ui

  1. On server when i get /eup
    image
    (not valid cmd)

And yes, i haved bought FiveM Element Club Argentum :cd: