/vdk_call

Resource for FiveM

Primary LanguageLua

vdk_call

Resources for FiveM developers allowing them to to integrate a call system for services (police, emergency, taxi, ...)

If you want to support me and my work : 💰Paypal💰

Installation

Usage

  • Populate the inService and callActive variables like you want
  • Use "player:serviceOn" and "player:serviceOff" events with the name of the job taken when player take is service
  • Use "call:makeCall" event with the name of the service to trigger a call

Notes

The template.lua file show you how to use it ;)