Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Author: Maxence Lyon
- Altis DEV: https://altisdev.com/user/maxence-lyon
- Teamspeak 3: ts.familledeschats.ovh (Une Vache Sur CS)
- Web site: http://62.210.144.223/ (http://familledeschats.ovh)
- Steam: « Une Vache Sur CS – Maxence », please leave a message on my profile who says the exact reason before adding me.
- Terms of use:
- - This file is forbidden unless you have permission from the author. If you have this file without permission to use it please do not use it and do not share it.
- - If you have permission to use this file, you can use it on your server however it is strictly forbidden to share it.
- - Out of respect for the author please do not delete this information.
- License number:
- Server's name:
- Owner's name:
- */
- #define false 0
- #define true 1
- class Max_Settings_Phone {
- default_lang = "fr"; // fr / en / de / es
- price_buy_sim = 20;
- price_offer_1 = 30;
- price_offer_2 = 45;
- price_offer_3 = 55;
- calls_management_script_enable = false; // ONLY IF YOU HAVE INSTALLED OUR PRODUCT "DISPATCH SYSTEM"
- phone_number_first_connexion = false; // CREATE PHONE NUMBER ON FIRST CONNEXION
- messages_to_depanneurs = true; // AUTORISER L'ENVOIE DE MESSAGE AUX DEPANNEURS (true/false)
- calls_to_depanneurs = true; // AUTORISER L'APPEL VERS LES DEPANNEURS (true/false)
- licence_depanneurs = "license_civ_dep"; // LICENCE DES DEPANNEURS ("license_civ" + variable de la licence)
- start_with_0 = true; // LE TOUT PREMIER NUMERO DU TELEPHONE EST UN 0
- first_numbers = 6; // PREMIERS NUMERO(S) D'UN NUMERO DE TELEPHONE APRES LE 0 SI ACTIVE
- numbers_after_first_numbers = 8; // NOMBRE DE NUMERO GENERES APRES LES NUMERO DE LA LIGNE DU DESSUS
- num_cop = 17; // NUMERO POUR ENVOYER UN MESSAGE AUX GENDARMES
- num_med = 18; // NUMERO POUR ENVOYER UN MESSAGE AUX MEDECINS
- num_cop_med = 112; // NUMERO POUR ENVOYER UN MESSAGE AUX GENDARMES ET MEDECINS
- num_dep = 60; // NUMERO POUR ENVOYER UN MESSAGE AUX DEPANNEURS
- num_east = 80; // NUMERO POUR ENVOYER UN MESSAGE AUX ESAT (ADAC)
- time_before_delete_dep_marker = 300; // in seconds
- display_online_contacts = true; // DISPLAY (with color) IF YOUR CONTACT IS ONLINE
- class phone_contact_customization {
- police_contact = true;
- medic_contact = true;
- contact_cop_med = true;
- contact_dep = true;
- east_contact = true;
- customized_contact[] = {
- //{"DISPLAY NAME","NUMBER"}
- };
- };
- class special_numbers {
- class entreprise1 {
- number = 20;
- displayname = "almyra";
- license = "license_civ_al";
- };
- class entreprise2 {
- number = 25;
- displayname = "blackwater";
- license = "license_civ_secu";
- };
- class entreprise3 {
- number = 30;
- displayname = "brinks";
- license = "license_civ_br";
- };
- class entreprise4 {
- number = 35;
- displayname = "Prison";
- license = "license_cop_ap";
- };
- class entreprise5 {
- number = 40;
- displayname = "NazarovMachina";
- license = "license_civ_NazarovMachina";
- };
- class entreprise6 {
- number = 45;
- displayname = "maire";
- license = "license_civ_maire";
- };
- class entreprise7 {
- number = 50;
- displayname = "industrie";
- license = "license_civ_dr";
- };
- class entreprise8 {
- number = 55;
- displayname = "taxi";
- license = "license_civ_taxi";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment