friquentin

Untitled

Nov 7th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. /*
  2. Author: Maxence Lyon
  3. Altis DEV: https://altisdev.com/user/maxence-lyon
  4. Teamspeak 3: ts.familledeschats.ovh (Une Vache Sur CS)
  5. Web site: http://62.210.144.223/ (http://familledeschats.ovh)
  6. Steam: « Une Vache Sur CS – Maxence », please leave a message on my profile who says the exact reason before adding me.
  7.  
  8. Terms of use:
  9. - 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.
  10. - If you have permission to use this file, you can use it on your server however it is strictly forbidden to share it.
  11. - Out of respect for the author please do not delete this information.
  12.  
  13. License number:
  14. Server's name:
  15. Owner's name:
  16. */
  17. #define false 0
  18. #define true 1
  19.  
  20. class Max_Settings_Phone {
  21. default_lang = "fr"; // fr / en / de / es
  22.  
  23. price_buy_sim = 20;
  24. price_offer_1 = 30;
  25. price_offer_2 = 45;
  26. price_offer_3 = 55;
  27.  
  28. calls_management_script_enable = false; // ONLY IF YOU HAVE INSTALLED OUR PRODUCT "DISPATCH SYSTEM"
  29.  
  30. phone_number_first_connexion = false; // CREATE PHONE NUMBER ON FIRST CONNEXION
  31.  
  32. messages_to_depanneurs = true; // AUTORISER L'ENVOIE DE MESSAGE AUX DEPANNEURS (true/false)
  33. calls_to_depanneurs = true; // AUTORISER L'APPEL VERS LES DEPANNEURS (true/false)
  34. licence_depanneurs = "license_civ_dep"; // LICENCE DES DEPANNEURS ("license_civ" + variable de la licence)
  35.  
  36. start_with_0 = true; // LE TOUT PREMIER NUMERO DU TELEPHONE EST UN 0
  37. first_numbers = 6; // PREMIERS NUMERO(S) D'UN NUMERO DE TELEPHONE APRES LE 0 SI ACTIVE
  38. numbers_after_first_numbers = 8; // NOMBRE DE NUMERO GENERES APRES LES NUMERO DE LA LIGNE DU DESSUS
  39.  
  40. num_cop = 17; // NUMERO POUR ENVOYER UN MESSAGE AUX GENDARMES
  41. num_med = 18; // NUMERO POUR ENVOYER UN MESSAGE AUX MEDECINS
  42. num_cop_med = 112; // NUMERO POUR ENVOYER UN MESSAGE AUX GENDARMES ET MEDECINS
  43. num_dep = 60; // NUMERO POUR ENVOYER UN MESSAGE AUX DEPANNEURS
  44. num_east = 80; // NUMERO POUR ENVOYER UN MESSAGE AUX ESAT (ADAC)
  45.  
  46. time_before_delete_dep_marker = 300; // in seconds
  47.  
  48. display_online_contacts = true; // DISPLAY (with color) IF YOUR CONTACT IS ONLINE
  49.  
  50. class phone_contact_customization {
  51. police_contact = true;
  52. medic_contact = true;
  53. contact_cop_med = true;
  54. contact_dep = true;
  55. east_contact = true;
  56.  
  57. customized_contact[] = {
  58. //{"DISPLAY NAME","NUMBER"}
  59. };
  60. };
  61.  
  62. class special_numbers {
  63. class entreprise1 {
  64. number = 20;
  65. displayname = "almyra";
  66. license = "license_civ_al";
  67. };
  68.  
  69. class entreprise2 {
  70. number = 25;
  71. displayname = "blackwater";
  72. license = "license_civ_secu";
  73. };
  74.  
  75. class entreprise3 {
  76. number = 30;
  77. displayname = "brinks";
  78. license = "license_civ_br";
  79. };
  80.  
  81. class entreprise4 {
  82. number = 35;
  83. displayname = "Prison";
  84. license = "license_cop_ap";
  85. };
  86.  
  87. class entreprise5 {
  88. number = 40;
  89. displayname = "NazarovMachina";
  90. license = "license_civ_NazarovMachina";
  91. };
  92.  
  93. class entreprise6 {
  94. number = 45;
  95. displayname = "maire";
  96. license = "license_civ_maire";
  97. };
  98.  
  99. class entreprise7 {
  100. number = 50;
  101. displayname = "industrie";
  102. license = "license_civ_dr";
  103. };
  104.  
  105. class entreprise8 {
  106. number = 55;
  107. displayname = "taxi";
  108. license = "license_civ_taxi";
  109. };
  110. };
  111. };
Advertisement
Add Comment
Please, Sign In to add comment