# Events

{% hint style="warning" %} <mark style="color:orange;">**INFO**</mark>: In order to use client side events, you need to have **`Config.UseClientEvents`** set to **`true`**
{% endhint %}

## Client Side

<details>

<summary>leafMachine</summary>

```lua
TriggerEvent('pls_mower:useLeafBlower')
```

***

Using this event will put you in the hands of a leafblower.

</details>

## Server side

{% hint style="danger" %} <mark style="color:red;">**WARNING**</mark>**:** All **`source`** params need to be defined
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**WARNING**</mark>**:** This event's is client sided, consider it as examples how to use on server side
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">**INFO**</mark>**:** All of this events has never been tested, use at own <mark style="color:red;">**risk**</mark>!
{% endhint %}
