4・Common errors + About Guns

⭐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
Your server artifacts are outdated. Update your server to version 5181 or above. More information here: https://forum.cfx.re/t/introducing-asset-escrow-for-your-resources/4777151 (modifié)
⭐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 !
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://discord.gg/patamods
We hope you'll enjoy our PlasmaGame mod !
Last updated