What's new

Script [QBCore] NUI Doorlock - Improved (Supports Jobs, Gangs & Civilian ID)

SteffMet

Member
Joined
Mar 18, 2021
Messages
3
Reaction score
842
Points
291
I'm releasing the converted version of to QBCore. You may have seen others release this however this once includes support for Gang's and Civilian ID's to allow you to give 1/1 houses to specific people.


114383355-cbd26c00-9bd0-11eb-9079-8c341e6824b1.png


Features​

  • Easily add and configure new doors!
    Use the /newdoor command to automatically create a new entry on the DoorList.
  • No more SetEntityHeading and FreezeEntityPosition natives.
    Doors in range are assigned a doorHash, used with AddDoorToSystem.
    Doors are assigned a state depending on if they are unlocked, locked, or locking with DoorSystemSetDoorState.
  • Garage doors and gates can be locked and will properly move into the correct position.
    If a player comes into range of an unlocked automatic door like this, it will open appropriately.
  • The state of the door is drawn into the world using NUI, meaning full customisation of the appearance and content.
    By default, icons from font-awesome are being displayed; but there is support for images with this method.
    Customisable audio playback! Modify the lock and unlock sound on a door-by-door basic.
  • Improved performance by utilising threads and functions where appropriate.
    Instead of updating the door list every X seconds, your position will be compared to where the last update occured and update when appropriate.
    The state of doors is only checked while in range, and the number of checks per loop depends on the state of the door.
  • Persistent door states! Door states are saved when the resource stops, then loaded back up on start.
    States.json will auto-generate if the file does not exist.
  • Config for both Community MRPD and gabz_MRPD
    Just choose which config file to use and delete the one you are not using.
  • Set door access permissions
    Set multiple jobs or gangs to use a door, with the minimum required grade authorizedJobs = {['police']=0, ['vagos']=2} Restrict Doors to Specific Civilian Identifiers. Enter the Civilian ID in the Permission table e.g. authorizedJobs = {['CST24272']=0, ['police']=0 } Allow the door to be lockpicked with lockpick = true
 

kmshawn98

Member
Joined
Dec 9, 2021
Messages
1
Reaction score
0
Points
146
Location
America
lets say someone ( definately not me ) created two door locks next to each other through /newdoor ( I'm new to this, but my dev set it up ) and i wanted to delete the door lock, where would i go and what would i do to delete it?
 

TakayaUchxha

Member
Joined
Jan 17, 2022
Messages
2
Reaction score
7
Points
146
Location
Germany
Sry for asking here but its a question about the esx version and I cant comment on the original post.
How do I make myself a god/admin?
I am superadmin via the normal admin system and the fivem key is not mine, i am just co serverowner and i cant access it now.
Is there any adminmenus that i can get myself god/admin with?
 

Flash

Member
Joined
Mar 28, 2021
Messages
12
Reaction score
1
Points
156
Does this work with esx ? Or does anyone have the esx version with gangs and not just job
 

Greenszinho

Bronze Elite
Joined
May 14, 2022
Messages
13
Reaction score
90
Points
221
Location
Portugal
I'm releasing the converted version of to QBCore. You may have seen others release this however this once includes support for Gang's and Civilian ID's to allow you to give 1/1 houses to specific people.


114383355-cbd26c00-9bd0-11eb-9079-8c341e6824b1.png


Features​

  • Easily add and configure new doors!
    Use the /newdoor command to automatically create a new entry on the DoorList.
  • No more SetEntityHeading and FreezeEntityPosition natives.
    Doors in range are assigned a doorHash, used with AddDoorToSystem.
    Doors are assigned a state depending on if they are unlocked, locked, or locking with DoorSystemSetDoorState.
  • Garage doors and gates can be locked and will properly move into the correct position.
    If a player comes into range of an unlocked automatic door like this, it will open appropriately.
  • The state of the door is drawn into the world using NUI, meaning full customisation of the appearance and content.
    By default, icons from font-awesome are being displayed; but there is support for images with this method.
    Customisable audio playback! Modify the lock and unlock sound on a door-by-door basic.
  • Improved performance by utilising threads and functions where appropriate.
    Instead of updating the door list every X seconds, your position will be compared to where the last update occured and update when appropriate.
    The state of doors is only checked while in range, and the number of checks per loop depends on the state of the door.
  • Persistent door states! Door states are saved when the resource stops, then loaded back up on start.
    States.json will auto-generate if the file does not exist.
  • Config for both Community MRPD and gabz_MRPD
    Just choose which config file to use and delete the one you are not using.
  • Set door access permissions
    Set multiple jobs or gangs to use a door, with the minimum required grade authorizedJobs = {['police']=0, ['vagos']=2} Restrict Doors to Specific Civilian Identifiers. Enter the Civilian ID in the Permission table e.g. authorizedJobs = {['CST24272']=0, ['police']=0 } Allow the door to be lockpicked with lockpick = true
 

JFAGJFGAOUJ

Member
Joined
Jul 3, 2021
Messages
5
Reaction score
0
Points
146
I'm releasing the converted version of to QBCore. You may have seen others release this however this once includes support for Gang's and Civilian ID's to allow you to give 1/1 houses to specific people.


114383355-cbd26c00-9bd0-11eb-9079-8c341e6824b1.png


Features​

  • Easily add and configure new doors!
    Use the /newdoor command to automatically create a new entry on the DoorList.
  • No more SetEntityHeading and FreezeEntityPosition natives.
    Doors in range are assigned a doorHash, used with AddDoorToSystem.
    Doors are assigned a state depending on if they are unlocked, locked, or locking with DoorSystemSetDoorState.
  • Garage doors and gates can be locked and will properly move into the correct position.
    If a player comes into range of an unlocked automatic door like this, it will open appropriately.
  • The state of the door is drawn into the world using NUI, meaning full customisation of the appearance and content.
    By default, icons from font-awesome are being displayed; but there is support for images with this method.
    Customisable audio playback! Modify the lock and unlock sound on a door-by-door basic.
  • Improved performance by utilising threads and functions where appropriate.
    Instead of updating the door list every X seconds, your position will be compared to where the last update occured and update when appropriate.
    The state of doors is only checked while in range, and the number of checks per loop depends on the state of the door.
  • Persistent door states! Door states are saved when the resource stops, then loaded back up on start.
    States.json will auto-generate if the file does not exist.
  • Config for both Community MRPD and gabz_MRPD
    Just choose which config file to use and delete the one you are not using.
  • Set door access permissions
    Set multiple jobs or gangs to use a door, with the minimum required grade authorizedJobs = {['police']=0, ['vagos']=2} Restrict Doors to Specific Civilian Identifiers. Enter the Civilian ID in the Permission table e.g. authorizedJobs = {['CST24272']=0, ['police']=0 } Allow the door to be lockpicked with lockpick = true
yes
 
Top