Skip to content

Fake plate resource for FiveM that allows players to apply plates to vehicles.

Notifications You must be signed in to change notification settings

project-error/pe-fake-plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Error Discord

  • Join the Discord to follow current development of the project and seek support.

Description

Pe-Fake-Plate is a standalone resource and is not dependent on any framework. This was made due to the absence of a free reliable fake plate system that was optimized and didn't contain any exploits. There is no database changes within this resource. Players will have to set their old plate on their vehicle before storing. If requested, I can add an additional config option for this, but it defeats the purpose of a "Fake Plate". Resource currently runs at 0.0 ms.

image

Preview

Click Me!

Features

  • Standalone resource with optional ESX integration (Usuable item and item removal/adding).
  • Distance check server side to prevent exploiting.
  • Changing of plate with animation.
  • Fake plate contains a string of 8 letters/numbers so it looks authentic and not XXXXXXXX/blank plate like some resources chose to do. (See here)
  • Debug prints to help with any issues you may have.
  • Version checker to ensure you're on the latest version.

Any configuration is set within ether the cl_config.lua or the sv_config.lua.

Dependencies (Optional)

  • Mysql-Async or Ghmattisql You will need to set the config to true/false within the sv_config.lua. If using Ghmattisql, be sure to comment out '@mysql-async/lib/MySQL.lua', within the fxmanifest.

Supported Notifications

Pe-Fake-Plate supports the following notification resources by default:

  • T-Notify (Recomended) T-Notify offers numerous advantages over any other notification system and has well written Docs. This is the suggested notification system to be used. Please ensure you're on the latest version.
  • Mythic-Notify This resource uses SendAlert and not the old way of DoHudText so this version is required if you want to use Mythic-Notify.
  • pNotify GTA Online styled notification system.
  • ESX Notifications Basic ESX notifications.

Supported Progress Bars (Optional)

Pe-Fake-Plate supports the following prgress bar resources by default:

If you would like more supported please follow the same code style and PR it.

How it works

  • Player gets inside the vehicle they want to change and gets out.
  • Player does /fakePlate to apply the fake plate and /returnPlate to reset it back to the original plate.
  • If esx is being used then the player can use the item instead. The config option has to be set to true first.

Contributing

Please make all pull request towards the Dev Branch. If you have any suggestions for improvements please contact ROCKY_southpaw#6771 on Discord or in the Project Error Discord or open an issue.