# no-newspaper

FiveM resource for newspaper. [Tebex Page](https://nonefivem.tebex.io/package/6030899).

{% hint style="warning" %}
This resource requires [supported interact (target) resource](/nonem/resources/no-base/supported-resources.md#interact-target) or [configuration](/nonem/resources/no-base/configuration/interact-target.md).
{% endhint %}

## Features

***

* DUI for newspaper.
* Create & manage multiple newspapers.
  * You can create as many newspapers as you want.
  * You can specify who has permissions for actions.
  * See [registering papers](/nonem/resources/no-newspaper/configuration/registering-papers.md).
* Article editor.
* Newspaper camera.
* Newspaper aging.
  * Newspaper start to wear out after 3 days.
  * Aging is reflected visually.
* Animations & props.
* Newspaper item.
  * Newspapers are kept in inventory as items. Articles are displayed according to the date of purchase and the newspaper company.
* API with examples.
  * See [exports](/nonem/resources/no-newspaper/exports-and-events.md). Examples of how to use them are included with purchase.
* Sync with other players.

## Installation

***

* Make sure you've installed [no-base](/nonem/resources/no-base.md#installation) correctly.
* Download your resource from [CFX.re portal](https://portal.cfx.re/assets/granted-assets).
* Drag & drop your resource to `resources/[none]`
* Add `ensure no-newspaper` to your server.cfg after no-base.


---

# Agent Instructions: 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:

```
GET https://none-fivem.gitbook.io/nonem/resources/no-newspaper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
