/guf1ck-login

A Login System for FiveM

Primary LanguageTypeScriptMIT LicenseMIT

Login System using Typescript for FiveM

image

An easy Login System for FiveM using Typescript

Installation

  1. Download the resource.
  2. Drag and drop to resources folder.
  3. Install all node modules, using the command "npm i" next "npm run build"
  4. Just ensure it on your server.cfg

Usage

Use startLockpick export to start lockpicking.

RegisterCommand('login', function()
    SetNuiFocus(true, true)
    SendNUIMessage({ action = 'open' })
end)

Contribution

Suggestions and pull request are welcome!