[Release] [ESX] esx_nightclubjob (UPDATE)

Hi :slight_smile:

we are a small german community and also run a server on ESX base … over time we have some things on the server that I would like to share :slight_smile:

The first thing I did some time ago was to rewrite the esx_unicornjob so that it could be linked perfectly with the nightclub.

[Features]:

  • working teleporters in & on the roof

  • working helicopter spawn & delete

  • You can buy and process drinks and items directly at the nightclub

  • working Bossmenu, Safe, Cloakroom…

  • working Vehiclespawner & deleter in front of the Club

  • Add dancing NPCs , Guards & Djs (you need: PED/NPC Addon

  • Add working LCD/TvScreens

  • Add esx_phone Support & Support for (gcPhone)

[Requirements]

IPL Pack:
bob_74

You can customize the Nightclub in “esx_nightclub/scripts/nightclub.lua” see:
Wiki/After-Hours:-Nightclubs

[DOWNLOAD]
esx_nighclub








MORE STUFF/ADDONS:

For Itemeffects:

if you use the gcphone enter the following in: gcphone/html/static/config/config.json

"display": "NightClub",
      "backgroundColor": "purple",
      "subMenu": [
        {
          "title": "send message",
          "eventName": "esx_addons_gcphone:call",
          "type": {
          "number": "nightclub"
        }
      }
    ]
  },
  {

who uses esx_doorlock can add the following to make the doors for the back rooms lockable for unauthorized persons: esx_doorlock / config.lua

-- Nightclub Office
	{
		objName = 'ba_prop_door_club_glass',
		objCoords  = {x = -1621.93, y = -3015.99, z = -75.21},
		textCoords = {x = -1621.93, y = -3015.99, z = -75.21},
		authorizedJobs = { 'nightclub' },
		locked = true,
		distance = 5
	},
	{
		objName = 'ba_prop_door_club_glass',
		objCoords  = {x = -1614.40, y = -3008.41, z = -75.21},
		textCoords = {x = -1614.40, y = -3008.41, z = -75.21},
		authorizedJobs = { 'nightclub' },
		locked = true,
		distance = 5
	}

(i am using an older version maybe in the new the cords have to be changed like this)

-- Nightclub Office
	{
		objName = 'ba_prop_door_club_glass',
                objYaw = 0.0,
		objCoords = vector3(-1621.93, -3015.99, -75.21),
		textCoords = vector3(-1621.93, -3015.99, -75.21),
		authorizedJobs = { 'nightclub' },
		locked = true,
		distance = 5
	},
	{
		objName = 'ba_prop_door_club_glass',
                objYaw = 0.0,
		objCoords  = vector3(-1614.40, -3008.41, -75.21),
		textCoords = vector3(-1614.40, -3008.41, -75.21),
		authorizedJobs = { 'nightclub' },
		locked = true,
		distance = 5
	}
22 Likes

thx (Danke) :slight_smile:

I should use this resource with unicornjob or only this one?

Both jobs can be used :slight_smile:
the jobs are independent of each other, only the same table in the database is used for the Itmes

1 Like

Awesome, will use it.
Thanks!

1 Like

So does this use the actual nightclubs? The DLC ones?

Yes it does … However, the “interior” in the script is not included … so that one enters the club also a
corresponding IPL Loader is needed eg the DLC Interiors loads :slight_smile:

for example:
bob74IPL

Ah okay nice, I’ll load it up on my server in abit. Seems like a good release, thanks for your work mate!

1 Like

So this is a renamed esx_unicornjob?

Great release, thanks for posting it! Kind Regards

Yes, basically just any name teleporter and position were adjusted

How would I remove the Ped standing acting like the DJ?

ok lol

So, im using this script. Along with the nightclub script. And this is what my club is looking like. Its loaded but its very bright and has none of the flashing lights. What is going on here?

2 Likes

So, i ended up finding out how to get the lights and things streamed in, Im still not seeing how to make it darker :confused: or if its possible to stream in the fog effect, or dancing NPC’s

same, I checked with some of the things and I noticed the map was glitching out etc. I think its a conflicting open interiors script.

It does. But that’s an easy fix I could help you with if you need. I’m just trying to figure out how to make it darker inside cuz it’s super bright

Hello, have you found a solution to make the nightclub darker?

how can i make the items that are sold in the club usable?
there now just throwable and dropable.

i would like too add them that players can use the food like sausage to make hunger lvl go up. and the alcohol to let the thirst meter go up

i have not, I gave up for now and moved onto other things