Top part not covert has nothing to do with the design its a fivem issue ill try to find out what the problem is tomorrow.
awesome cant wait for fix cuz honestly I love it
Glad a lot of people are happy with the script.
do you have any idea on how I can change color on button? tried lines
in the css look for this
button {
display: block;
margin-top: 5px;
padding: 10px;
border-radius: 3px;
background-color: #1E9BF7;
border: 0;
color: #fff;
height: 50px;
width: 65%;
}
change the background-color
in style.css? right?
Yup In the style.css
That should do it
got it imam test it now
I believe @Luzox is working on removing that and coming out with an update to V1.0 soon we both work on the script so updates will come from both of us.
Where can i change this grey background?
.auth-body {
padding: 3% 20px 5px;
float: center;
height: 100%;
background: rgba(29, 29, 27, 0.93);
width: 30%;
}
In the style.css
And how can i change it to my own image with url?
Come on man its easy stuff just google CSS man Im not going to hand you every portion of the script and a how to guide on EVERYTHING bro its in front of your face bro lol in the style.css you can change it again… background-image:
a quick google search would of told you, I understand your new and you want help and stuff but I can only spoon feed people so much No hard feelings for asking man just make sure when you ask its all in one post so I can answer it all at once.
You can find the logo URL at line 726 of style.css.
ahh okay looking forward to that
Update coming soon:
- Top bar Fix
- First letter is capital letter.
- Height input only numbers allowed.
- Male/Female instead of input you now have a checkbox
@KrizFrost will update the github as soon as he can
You gotta block people from pressing ESC or ENTER if empty, it can be abused and can fill the SQL table with shit.
we did in client.lua. but somehow you still can use it.
i will check later if i can fix it.
How can i put it on the middle of the screen?