[Release] EUP for FiveM (SERVER SIDED)

just use this one

dude all your ped files are corupt -.-

Yeah I’ve got it and still not working

check if they are named properly

Does anyone know how to bind /eup for only police? i didnt found it in the comments becuase there are nearly 1200 comments. hope for help thanks

1 Like

I have made an adjustment in eup-ui so that there is an ESX restriction on who can open and use EUP. This is now set for the police. You must be employed as an agent to do /eup.

Below the code and download.

eup-ui.lua

ESX = nil
local PlayerData = {}

Citizen.CreateThread(function()
	while ESX == nil do
		TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
		Citizen.Wait(0)
	end
end)

then you need to add a code above the part where the command is:

RegisterNetEvent("esx:setJob")
AddEventHandler("esx:setJob", function(job)
PlayerData.job = job
end)

Then we will go into the heavy edit underneath the above-added part:

Go and find:

RegisterCommand('eup', function()
	mainMenu:Visible(not mainMenu:Visible())
end, false)

CreateThread(function()
    while true do
        Wait(0)

        menuPool:ProcessMenus()
    end
end)

and replace this with:

RegisterCommand('eup', function()
	if PlayerData.job ~= nil then
		if PlayerData.job.name == 'police' then
			mainMenu:Visible(not mainMenu:Visible())
		else
			ESX.ShowNotification("Sorry, but you aren't a cop, so you can't use this command!")
		end
	end
end, false)

CreateThread(function()
    while true do
        Wait(0)

        menuPool:ProcessMenus()
    end
end)

I’ve attached some screenshots with the correct code and place.
Remember to start EUP after es_extented, essentialmode etc because it needs ESX loaded in first!

For lazy people, here is the download:
eup-ui-for-esx.zip (5.5 KB)

You can download eup-stream (the needed EUP clothing) on the original topic, there’s also an installation-tutorial:

CREDITS:
Creator of EUP: @fendretti
Menu used: NativeLua

Thank you verry much.

1 Like

No problem @Stefan_dafuqe, here to help :slight_smile:

well let’s see if this works

I assure you: This works like a charm :wink:

anyone else using zap hosting? They say in the discord that " Any new and existing license keys will have these bonuses. If you are using ZAP hosting, you need to create a license key and enter this as “Custom license key” in the ZAP hosting control panel."

so my question is if i am using a license key via zap does that mean i still need to make a new key via keymaster???

i have paetron paid for it and all license key is in, now my server won’t start and i can’t even start the .bat file -_-

Then contact ZAP and don’t trash FiveM topics :wink: Thanks!

When will EUP be free, there is no way that it’s not reliable at this point.

can’t confirm. works absolutely fine.

Just wish he would update to a newer version

but the last time he was online was around the year 2018. so most likely hes gone.

the eup stream download doesnt work :frowning:

Are you subscribed to FiveM Patreons Element Club?

Nonono i mean like. the download part on the page

Cause it doesnt let me download it when i press on the eup-stream download

Then use mine.