Add locks to esx_hashacters?

Hi. How do i add so people need to apply to make more characters?

You could create a new database field for each user, and make it an int, pass that int as the number of characters they can make, so then in your code you loop to the int, and just render X slots, server-sided check if user is forcing to create another character by checking when creating event gets triggered if user has X amount of free characters.

Validate server-side not client-side

Damn. Thanks. There is only one problem.
I’m not that good of at developer.
I dont know how to add all those things.