Police alerted
Triggered when police is alerted server side (only 1 time per alert, instead of on each player for the client side one)
Event
Parameters
Name | Data Type | Description |
---|---|---|
| vector3 | Coordinates where a player tried to sell drugs |
| string | Message that would be displayed |
Example
Where to insert the code?
You can place it in the file integrations/sv_integrations.lua
of the script, at the bottom of the file on new lines
Last updated