Giter Club home page Giter Club logo

gcphone's Introduction

Téléphone pour FiveM

Appel event

--==================================================================
-- Police
--==================================================================
-- Police [Signaler un vol]
TriggerEvent('police:callPolice', {type: 'Vole'})
-- Police [Signaler une agression]
TriggerEvent('police:callPolice', {type: 'Aggression'})
-- Police [Autre]
TriggerEvent('police:callPoliceCustom')
-- Police [Annuler l'appel en cour]
TriggerEvent('police:cancelCall')


--==================================================================
-- Ambulance
--==================================================================
-- Ambulance [Appel Coma]
TriggerEvent('ambulancier:callAmbulancier', {type: 'Vole'})
-- Ambulance [Appel ambulance]
TriggerEvent('ambulancier:callAmbulancier', {type: 'Aggression'})
-- Ambulance [Respawn]
TriggerEvent('ambulancier:selfRespawn')
-- Ambulance [Annuler l'appel en cour]
TriggerEvent('ambulancier:cancelCall')


--==================================================================
-- Taxi
--==================================================================
-- Taxi [1 personne]
TriggerEvent('taxi:callService', {type: '1 personne'})
-- Taxi [2 personnes]
TriggerEvent('taxi:callService', {type: '2 personnes'})
-- Taxi [3 personnes]
TriggerEvent('taxi:callService', {type: '3 personnes'})
-- Taxi [Annuler l'appel en cour]
TriggerEvent('taxi:cancelCall')


--==================================================================
-- Mecano
--==================================================================
-- Mecano [Moto]
TriggerEvent('mecano:callMecano', {type: 'Moto'})
-- Mecano [Voiture]
TriggerEvent('mecano:callMecano', {type: 'Voiture'})
-- Mecano [Camionnette]
TriggerEvent('mecano:callMecano', {type: 'Camionnette'})
-- Mecano [Camion]
TriggerEvent('mecano:callMecano', {type: 'Camion'})
-- Mecano [Annuler l'appel en cour]
TriggerEvent('mecano:cancelCall')

--==================================================================
-- Urgence
--==================================================================
-- Ambulance
TriggerEvent('ambulancier:callAmbulancier', {type: 'Coma'})
-- Police
TriggerEvent('police:callPolice', {type: 'Homme à terre'})
-- Hopital
TriggerEvent('ambulancier:selfRespawn')

gcphone's People

Contributors

frazzie avatar gannon001 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.