PataMods Documentation
  • Welcome to PataMods Doc !
    • 1️⃣First step
    • 💬Social Medias
    • ❗・Common errors・❗
  • 📖Scripts
    • 🛒SuperMarket
      • 1・Dependencies
      • 2・Installation
      • 3・Config
      • 4・Advanced configuration / Custom Framework
      • 5・How the SuperMarket Script works INGAME ? - ❗ HELP VIDEOS ❗
    • 🔫PlasmaGame (And Capture The Orb DLC)
      • 1・Installation & Dependecies
      • 2・Config
      • 3・Advanced configuration
      • 4・Common errors + About Guns
    • 🏎️PlasmaKart
      • 1・Installation & Dependecies
      • 2・Config
      • 3・Common errors
    • ✈️Airplane Script
      • 1・Dependencies
      • 2・Installation
      • 3・Config
      • 4・Advanced Configuration
      • 5・How to add point on UI map ?
      • 6・❗ About BUGS ❗ Airplane flying in circle, Airplane/ped didn't spawn etc
    • 🛼Roller & Ice Script
      • 1・Installation
      • 2・Config
    • 🍼Baby BEAR Script v2
      • 0・About FiveM's ToS
      • 1・Installation & Dependecies
      • 2・How it works + Baby Nursery/toddler props
    • 🌊Hottub Script
      • 1・Dependencies
      • 2・Installation
      • 3・Config
    • 📦Props/shells config for Housing Scripts
    • 🔃 Subscription
      • 1・Wedding Clothes package
      • 2・Screenshots & video texture
  • 🛠️Website in construction...
    • 🛵PlasmaTron
    • 🚗Rc Car Script
  • Tebex Store
Powered by GitBook
On this page
  • ⭐Failed to verify protected resource
  • ⭐You lack the required entitlement to use <resource>
  • ⭐Error parsing script / Failed to load script
  • ⭐Players don't get eliminated/die/tazzed from the round
  • ⭐I have an "Invalid Entity" type error.
  • ⭐The guns are buggy: They don't show up in game / they in and out fastly / Or they are blinking
  • That's all !
  • We hope you'll enjoy our PlasmaGame mod !
  1. Scripts
  2. PlasmaGame (And Capture The Orb DLC)

4・Common errors + About Guns

Previous3・Advanced configurationNextPlasmaKart

Last updated 1 year ago

⭐Failed to verify protected resource

  • It's probably a corrupted download. Please, donwload the file again on your keymaster account and be sure you use WINSCP instead of filezila to transfer your file to your server. (Filezila mess with the esscrow system)

⭐You lack the required entitlement to use <resource>

  • Make sure you are the owner of the CFX patreon key and have the file on your Keymaster account. (Obviously, you need to download the file from your keymaster account) Don't forget to restart your server.

⭐Error parsing script / Failed to load script

⭐Players don't get eliminated/die/tazzed from the round

  • First, be sure that you are up to date. It's very important to get our lastest update since we changed the way to detect our damage + all the guns are now differents.

Please, contact us in Discord if you have any problem like that.

⭐I have an "Invalid Entity" type error.

  • You restarted our PlasmaGame with the DLC without a restart server. Our DLC mess if you restart the script ingame (The Props won't spanw). Never restart the PlasmaGame when you are in your server ! (just restart your server)

⭐The guns are buggy: They don't show up in game / they in and out fastly / Or they are blinking

  • First, be sure that you are up to date. It's very important to get our lastest update since we changed the way to detect our damage + all the guns are now differents.

  • You probably use ox_inventory . We have snippet to correct this problem. (Available on discord too)

  • If they don't show up or Blink, you need to add them in your init.lua, in the ignoreweapon part from ox_inventory

Here's the copy/past

ignoreweapons[`WEAPON_PLASMAP_BLUE`] = true
ignoreweapons[`WEAPON_PLASMAP_RED`] = true

ignoreweapons[`WEAPON_RAZORBACK_BLUE`] = true
ignoreweapons[`WEAPON_RAZORBACK_RED`] = true

ignoreweapons[`WEAPON_NEEDLER2_BLUE`] = true
ignoreweapons[`WEAPON_NEEDLER2_RED`] = true

ignoreweapons[`WEAPON_RAYSHOTGUN_BLUE`] = true
ignoreweapons[`WEAPON_RAYSHOTGUN_RED`] = true

  • If they in&out fastly, then you aren't up to date from ox_inventory and this is the modification that you need to make:

Comment this part in your client.lua from ox_inventory:

That's all !

We hope you'll enjoy our PlasmaGame mod !

Your server artifacts are outdated. Update your server to version 5181 or above. More information here: (modifié)

Do not hesitate to contact us if you are in trouble or didn't understand our doc. Please, open a ticket in the right category on our Discord

https://forum.cfx.re/t/introducing-asset-escrow-for-your-resources/4777151
https://discord.gg/patamods
📖
🔫
Page cover image