> For the complete documentation index, see [llms.txt](https://mxxr.gitbook.io/mxxr-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mxxr.gitbook.io/mxxr-wiki/scripts/menu-facture-or-billing-system.md).

# Menu Facture | Billing System

* :flag\_fr: Trigger pour envoyer une facture de société&#x20;
* :england: Trigger to send a society bill

```lua
TriggerServerEvent("MXXR_SendBillSociety", 
        amount, -- Prix de la facture | Amount of the bill
        reason, -- Raison de la facture | Reason of the bill
        id, -- ID Server du joueur | Server ID of the player
        society, -- Nom de la société (ex : society_police) | Name of the society (ex : society_police)
        societyname, -- Label de la société (ex : Police) | Label of the society (ex : Police)
        notif -- Si vous souhaitez une notification (true ou false)
)
```
