Skip to content

Morningstar-Productions/brazzers-fakeplates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brazzers Development Discord

Important Links

GitHub

GitHub

Installation steps

General Setup

Very simple persistent fake plate script. I didn't see one made so here you go

Preview: https://www.youtube.com/watch?v=PsGh2FnSM1o

Exports Usage

This gets the original plate from the fake plate. Input the fake plate number in the plate param

    local originalPlate = exports['brazzers-fakeplates']:getPlateFromFakePlate(plate)
    if originalPlate then plate = originalPlate end

This gets the fake plate from the original plate. Input the original plate number in the plate param

    local fakePlate = exports['brazzers-fakeplates']:getFakePlateFromPlate(plate)
    if fakePlate then plate = fakePlate end

Features

  1. Persistent Fake Plates ( Saves through garages )
  2. Synced Plate Changing
  3. Multi-Language Support using QBCore Locales
  4. 24/7 Support in discord

Dependencies

  1. ox_target
  2. oxmysql
  3. qbx_vehiclekeys
  4. qbx_core
  5. ox_inventory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%