Skip to content

vjota2/rflx_pdblips

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 28, 2021 11:59
July 21, 2021 21:08
May 2, 2021 21:52
May 3, 2021 18:32

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages