Delete-This Post Please

:memo: Changelogs [Version V1.4][2/8/2019]

✔️ Added Polish Translated Branch [Version V1.4] [2/8/2019]
✔️ Added Tutorial Video

I Used Google Translate if there is mistakes on the spelling I’m sorry just let me know and I’ll get someone to fix it

Download The Default Esx_identity and then watch the tutorial video on this post

I have been trying for some time now to remove Skin Menu which is automatically triggered from the code, but it is still open. Do you know how to do that?

Hey, how to change server logo?

Kriz, Im from Poland and i see here some mistakes:

Numer 1: “Wysokość” have to be change to “Wzrost”
Numer 2: “Backstory Postaci” have to be change to “Historia Postaci”
Number 3: “Backstory Postaci (minimum 100 postaci)” have to be change to “Historia Postaci (minimum 100 słów)”
And last one, sex: “Męski” have to be change to “Płeć Męska”

Thats all, I hope i help you! :smiley:

Hi, where i can change this style to look like this?

(This black background is image)

Modify The CSS

Fixed it thanks man appreciate it :slight_smile:

Anyone knows why do I have this error?

It doesn’t seems to have any negative impact, but you know, errors are never a good thing :stuck_out_tongue:

do I only have to replace the html?

You will need both the __resource.lua and the HTML Folder.

That is referring to the script in the HTML

    <script>
      $('input[type="checkbox"]').on('change', function() {
      $('input[type="checkbox"]').not(this).prop('checked', false);
      });
      function maxLengthCheck(object) {
              if (object.value.length > object.maxLength)
                object.value = object.value.slice(0, object.maxLength)
            }
              
            function isNumeric (evt) {
              var theEvent = evt || window.event;
              var key = theEvent.keyCode || theEvent.which;
              key = String.fromCharCode (key);
              var regex = /[0-9]|\./;
              if ( !regex.test(key) ) {
                theEvent.returnValue = false;
                if(theEvent.preventDefault) theEvent.preventDefault();
              }
            }
            dateInput.addEventListener('keydown', function(event) {
                if (event.keyIdentifier == "Down") {
                    event.preventDefault()
                }
            }, false);
    </script>

read it and you’ll understand.

Is it only for people who are new to the server (first time joining) or for /register too?

Because if its supposed to work on both its not working for me and I need help.

If u don’t mind…

Nick Robin#8121

I want to know where i can see backstory of my character or someone else :stuck_out_tongue: Somebody know how to check this :slight_smile: It will be great!

I was finally able to make it load right however, I still have the issue that the mouse and keyboard are still controlling the game and not the registration window.

Update: I finally got it working. In the __resource.lua file, I added 'client/main.lua' and mouse movement was achieved. I’m not sure if this is limited to my case due to ZapHosting, but this solved my issue.

How did you manage to have this menu, I try to make it work but it always puts me the old…

Good release

1 Like

It works perfectly, so it’s nice

1 Like

i’m probaly active this theme, but still not working for me… can you help?

hey i hate to do this here but i came up with this error trying to use the /register command and cant figure out how to fix it


[ERROR] [MySQL] An error happens on MySQL for query “INSERT INTO characters (identifier, firstname, lastname, dateofbirth, sex, height) VALUES (@identifier, @firstname, @lastname, @dateofbirth, @sex, @height) {@dateofbirth=1994/01/01;@firstname=John;@lastname=Black;@height=186;@sex=m}”: Column ‘identifier’ cannot be null
Error running system event handling function for resource esx_skin: citizen:/scripting/lua/scheduler.lua:41: Failed to execute thread: server/main.lua:12: attempt to index a nil value (local ‘xPlayer’)
stack traceback:
server/main.lua:12: in upvalue ‘handler’
citizen:/scripting/lua/scheduler.lua:219: in function <citizen:/scripting/lua/scheduler.lua:218>
stack traceback:
[C]: in function ‘error’
citizen:/scripting/lua/scheduler.lua:41: in field ‘CreateThreadNow’
citizen:/scripting/lua/scheduler.lua:218: in function <citizen:/scripting/lua/scheduler.lua:182>

can you help???