Skip to content

Marc85BPG/bubble-login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Add Login panel after enter in the server
  • Block the acces (can't move)
  • Ask correct and match Login / Password
  • Can disconnect by button
  • Display Error or successful in notification
  • Register by simple php script in website

Features to add

  • Add a SkyCam so you dont Spawn with a random Ped while logging in

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Author

@BubbleDude#1448

Installation

You need to do some Stuff to make it work!

General

DO NOT CHANGE THE NAME OF THE SCRIPT IF YOU DONT KNOW WHAT YOU ARE DOING!

No The PHP files are not a FiveM Script if you dont have a Webspace or Xampp on your Server this Script is useless!

  1. Insert the phplogin.sql into your FiveM Database!
  2. Place your Database data into all php files!

QBCore

We are going to start the Login script before Qb-Multicharacter because the UIs will overlap otherwise

  1. Go to QB-Multicharacter/main/main.lua and remove this

CreateThread(function() while true do Wait(0) if NetworkIsSessionStarted() then TriggerEvent('qb-multicharacter:client:chooseChar') return end end end)

  1. You are Done! Lol

ESX

Im Sorry but i didnt test it on ESX but ill will look into it asap!

MY DISCORD: https://discord.com/invite/D5tRtaJn9g

About

RageMP/AltV Style Login with website!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.3%
  • PHP 20.4%
  • HTML 5.1%
  • Lua 2.5%
  • JavaScript 1.7%