Kraleemil / rflx_pdblips

FiveM(ESX) - Display players on map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rflx_pdblips

This resource adds configurable player blips onto your FiveM server with ESX framework!

Requirements

Optional

  • Baseevents !with client side event!
  • mysql-async when using character names

Forum thread with showcase

https://forum.cfx.re/t/free-esx-emergency-job-blips-onesync-infinity/2794233

Tutorials

Duty implementation

Onduty can be setted by:

exports['rflx_pdblips']:goOnDuty()

or

TriggerEvent('rflx_pdblips:goOnDuty')

Offduty can be setted by:

exports['rflx_pdblips']:goOffDuty()

or

TriggerEvent('rflx_pdblips:goOffDuty')

Or even toggling is possible

TriggerEvent('rflx_pdblips:toggleDuty, onDutyBoolean) -- true or false

More tutorials will be added upon requests!

About

FiveM(ESX) - Display players on map


Languages

Language:Lua 100.0%