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
- price_buy_sim = 100;
- price_offer_1 = 50;
- price_offer_2 = 100;
- price_offer_3 = 150;
- 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
- time_before_delete_dep_marker = 300; // in seconds
- display_online_contacts = true; // DISPLAY (with color) IF YOUR CONTACT IS ONLINE
- class almyra {
- class entreprise1 {
- number = 20;
- displayname = "almyra";
- license = "license_civ_al";
- };
- };
- class blackwater {
- class entreprise2 {
- number = 25;
- displayname = "blackwater";
- license = "license_civ_secu";
- };
- };
- class brinks {
- class entreprise3 {
- number = 30;
- displayname = "brinks";
- license = "license_civ_br";
- };
- };
- class Prison {
- class entreprise4 {
- number = 35;
- displayname = "Prison";
- license = "license_cop_ap";
- };
- };
- class NazarovMachina {
- class entreprise5 {
- number = 40;
- displayname = "NazarovMachina";
- license = "license_civ_NazarovMachina";
- };
- };
- class maire {
- class entreprise6 {
- number = 45;
- displayname = "maire";
- license = "license_civ_maire";
- };
- };
- class industrie {
- class entreprise7 {
- number = 50;
- displayname = "industrie";
- license = "license_civ_dr";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment