> For the complete documentation index, see [llms.txt](https://patamods.gitbook.io/patamods-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://patamods.gitbook.io/patamods-documentation/scripts/plasmagame-and-capture-the-orb-dlc/4-common-errors-+-about-guns.md).

# 4・Common errors + About Guns

<figure><img src="/files/6Q58KpVlLPli0yg6jRUI" alt=""><figcaption></figcaption></figure>

###

### ⭐**Failed to verify protected resource**&#x20;

* 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)*&#x20;

### ⭐**You lack the required entitlement to use \<resource>** &#x20;

* 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.&#x20;

### ⭐**Error parsing script / Failed to load script**&#x20;

* 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)**\ <br>
* **If they don't show up or Blink,** you need to add them in your `init.lua`, in the **ignoreweapon** part from **ox\_inventory**<br>

  <figure><img src="/files/OWc8OM5dCtBmz4kPGU9Z" alt=""><figcaption></figcaption></figure>

Here's the copy/past

```lua
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:**

<figure><img src="/files/1mtWRNJ18QuQzvQYzMCZ" alt=""><figcaption></figcaption></figure>

<br>

<figure><img src="/files/5pk1wswjvqRafmFah9xN" alt=""><figcaption></figcaption></figure>

## **That's all !**&#x20;

* 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>

## &#x20;We hope you'll enjoy our PlasmaGame mod !
