> For the complete documentation index, see [llms.txt](https://spectroscripts.gitbook.io/spectroscripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spectroscripts.gitbook.io/spectroscripts/getting-started/quickstart.md).

# FiveM Asset Deposit System

{% hint style="info" %}
Aquí documentaremos todos los errores que pueda encontrar al usar este sistema. Por favor, revise cada uno detenidamente para identificar su problema y facilitar una pronta solución.
{% endhint %}

### FiveM Escrow Protection System

The FiveM Escrow protection system offers a robust solution for safeguarding content assets on the platform. By encrypting the majority of acquired assets, it provides strong protection against various forms of unauthorized access or bypass attempts. This system ensures the security and integrity of exclusive and valuable assets from the SpectroScripts Store.

## Protected Resource Verification Error

### Resource Authentication Failed: **SpectroScripts**\_resourceName

The system was unable to authenticate the protected resource. This issue typically occurs due to file integrity problems during the transfer process.

#### Possible Causes and Solutions

**File Transfer Integrity Issues**

Protected resources require all encrypted files to be transferred completely, including the critical `.fxap` file. Some FTP clients may inadvertently omit or modify these essential files during upload.

**Recommended Transfer Methods**

For optimal results and to maintain file integrity, we strongly recommend:

* **WinSCP** as your primary file transfer client, which offers superior handling of specialized file types
* Avoid using FileZilla for transferring protected resources, as it may not properly preserve all required file attributes

**Verification Process**

To ensure successful deployment:

1. Confirm that all files were transferred, with special attention to the `.fxap` file
2. Verify file permissions are correctly set on your server
3. Restart your server after completing the transfer
4. Check server console for additional diagnostic information

**Support Resources**

If you continue experiencing difficulties with resource verification, please contact our support team through our official Discord channel for personalized assistance.

***

*SpectroScripts — Professional FiveM Development Solutions*

***

## License Authorization Error

### Access Denied: SpectroScript&#x73;**\_resourceName**

The system has detected an authorization discrepancy for this protected resource. Your server lacks the necessary permissions to utilize this resource.

#### Diagnostic Information

**License Key Mismatch**

The FiveM server key currently in use does not correspond to the license associated with the original purchase of this resource. This suggests a potential account mismatch between:

* The FiveM account used for resource purchase
* The FiveM account linked to your current server deployment

**Installation Protocol Verification**

If you recently installed this resource, please note that a complete server restart is required to properly register new license authorizations with the FiveM licensing system.

**Recommended Actions**

1. **Verify Purchase Account**
   * Confirm the resource was purchased under the same FiveM account that your server is registered with
   * Check your Tebex purchase history to verify the correct account was used
2. **Server Authentication Reset**
   * Perform a complete server restart to refresh license validation protocols
   * After restarting, check if the authorization issue has been resolved
3. **License Management**
   * If persistent issues occur, review your license management through the FiveM KeyMaster system
   * Ensure your server's license key is properly linked to your resource purchases

**Additional Support**

Should this issue persist after following the recommended steps, please contact our technical support team via our official Discord with your purchase confirmation details for further assistance.

***

## Syntax Error: `</1>` Detected

### Diagnostic Analysis

The system has encountered a critical syntax error which is preventing proper execution. This specific error pattern typically indicates a compatibility issue between your current implementation and the required runtime environment.

#### Technical Assessment

**Version Compatibility Issue**

Our diagnostic analysis indicates this error is commonly associated with artifact versions prior to **+4960**. Your current installation appears to be using an outdated artifact version that lacks essential syntax processing capabilities required by modern resources.

**System Requirements**

| Component | Minimum Version | Recommended Version |
| --------- | --------------- | ------------------- |
| Artifact  | +4960           | Latest Release      |
| FiveM     | Current         | Latest Release      |

#### Resolution Protocol

**Step 1: Update Artifact Package**

Download and install the latest artifact release for your operating system:

* **Windows Environment**: Obtain the current Windows artifact package through the official distribution channel
* **Linux Environment**: Implement the latest Linux artifact build via the authorized repository

**Step 2: Implementation Procedure**

1. Stop your FiveM server instance
2. Back up your current configuration files
3. Replace the existing artifact with the updated version
4. Verify file permissions and ownership
5. Restart your server environment

**Step 3: Verification**

After updating, monitor your server console for continued syntax errors. The updated parsing engine should resolve the `</1>` syntax interpretation issue.

**Advanced Troubleshooting**

If the error persists after updating to artifact version +4960 or higher:

* Review custom resources for potential syntax conflicts
* Examine server configuration for deprecated settings
* Check for interaction issues between multiple resources

***

*SpectroScripts Technical Support —* [*https://discord.gg/yUJMSRhaE3*](https://discord.gg/yUJMSRhaE3)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://spectroscripts.gitbook.io/spectroscripts/getting-started/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
