- Join the Discord to follow current development of the project and seek support.
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.
- 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.
- Config option to change the identifier that is being used easily.
- Config option for Mysql-Async or Ghmattisql.
- Config option for multiple notification systems. (T-Notify, Mythic-Notify, pNotify and ESX Notifications.)
- Config option for Mythic Progress Bar .
- Config option to restrict it to the vehicle owner. (Requires you to set Mysql-Async or Ghmattisql to true.)
- Config option to allow the player to apply multiple fake plates.
- Mysql-Async or Ghmattisql You will need to set the config to
true
/false
within the sv_config.lua. If usingGhmattisql
, be sure to comment out'@mysql-async/lib/MySQL.lua',
within the fxmanifest.
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 ofDoHudText
so this version is required if you want to useMythic-Notify
. - pNotify GTA Online styled notification system.
- ESX Notifications Basic ESX notifications.
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.
- 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.
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.