Skip to content

renzuzu/guille_dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guille_dispatch

Contact me: https://discord.gg/eBpmkW6e5j

How to install


  • Download and extract the zip.
  • Put the script in the resources carpet from your server.
  • Add into server.cfg: ensure guille_dispatch

Configuration


To translate the script just edit the strings from client, index.html and js.

To add the rob trigger just add this where the rob is started (client-side):

local pedcoords = GetEntityCoords(PlayerPedId())
local id = GetPlayerServerId(PlayerId())
TriggerServerEvent("guille_dispatch:sendRobaAlert", "247", pedcoords, id)
                                             (the rob name where 247)

By default the photos are taken from a website, but if you want to do the photos localy just do this:

in fxmanifest.lua

Uncomment the line 27, removing the double -- where ui/vehicles/*.webp

go to app.js and replace the line 45 to this

const htmlString = `<img class="vehicle" id="vehicle" src="vehicles/${model}.webp" alt="${model}"></img>`

License


N|Solid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published