[FREE] 7even Identity [ESX]

7even Identity [ESX]

Information :grinning:

A great unique new Identity ressource. For every Roleplay Server a MUST HAVE. Complete open source and with a lot of functions.

Functions

  • Check if the Name already exists.
  • Socials Icons and Links.
  • Unique Design and perfect for all colors.
  • Very good Performance.
  • Smooth Animations.
  • OxMySQL and MySQL-Async Support (Change Exports needed).
  • ESX Support (QB-Core coming soon).
  • And more.

Preview

GitHub + Tebex Link

FOR FREE
GitHub Link

Support me with a Tip. Thank you <3
Tebex Store

Code is accessible Yes
Subscription-based No
Lines (approximately) +200
Requirements OxMySQL / MySQL-Async
Support Yes
2 Likes

IMPORTANT

Reselling this script is strictly forbidden!

Hello I have alittle issue. So when you’re on this screen it don’t show the mouse cursor. Also don’t put us into our skin menu

Maybe try to use the folder name esx_identity

Or maybe @7evenStudios forgot to set nuifocus

Hello Lennya94, Thank you to inform us. We will fix that as soon as possible :slight_smile:

We use Nuifocus and its active too.

both parameters on true?

Yes you can check github.

Seems like A JS issue try

const setCursorPosition = (input, pos) => {
input.focus();
input.setSelectionRange(pos, pos);
}

// Reset the cursor position after closing the UI
setCursorPosition(document.getElementById(‘inputFieldId’), 0);

You can add this code after the line $(‘body’).fadeOut(500); in the $(‘#submitBtn’).click event handler. This should reset the cursor position after the UI is closed, and the cursor should no longer be stuck.

1 Like

Hello Lennya94, We fixxed the problem with the skin menu. You can Redownload the script on github :slight_smile: For the Mouse Cursor we are looking into that soon too.

FiveM Makes that automatic on our test everything was fine

Hmm okay, I still always had that haha xD

Nice work :+1:

1 Like

Thanks BzZzi!

it didn’t work on my Server

can someone help me ?