friquentin

Untitled

Nov 4th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 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
  22.  
  23. price_buy_sim = 100;
  24. price_offer_1 = 50;
  25. price_offer_2 = 100;
  26. price_offer_3 = 150;
  27.  
  28. phone_number_first_connexion = false; // CREATE PHONE NUMBER ON FIRST CONNEXION
  29.  
  30. messages_to_depanneurs = true; // AUTORISER L'ENVOIE DE MESSAGE AUX DEPANNEURS (true/false)
  31. calls_to_depanneurs = true; // AUTORISER L'APPEL VERS LES DEPANNEURS (true/false)
  32. licence_depanneurs = "license_civ_dep"; // LICENCE DES DEPANNEURS ("license_civ" + variable de la licence)
  33.  
  34. start_with_0 = true; // LE TOUT PREMIER NUMERO DU TELEPHONE EST UN 0
  35. first_numbers = 6; // PREMIERS NUMERO(S) D'UN NUMERO DE TELEPHONE APRES LE 0 SI ACTIVE
  36. numbers_after_first_numbers = 8; // NOMBRE DE NUMERO GENERES APRES LES NUMERO DE LA LIGNE DU DESSUS
  37.  
  38. num_cop = 17; // NUMERO POUR ENVOYER UN MESSAGE AUX GENDARMES
  39. num_med = 18; // NUMERO POUR ENVOYER UN MESSAGE AUX MEDECINS
  40. num_cop_med = 112; // NUMERO POUR ENVOYER UN MESSAGE AUX GENDARMES ET MEDECINS
  41. num_dep = 60; // NUMERO POUR ENVOYER UN MESSAGE AUX DEPANNEURS
  42.  
  43. time_before_delete_dep_marker = 300; // in seconds
  44.  
  45. display_online_contacts = true; // DISPLAY (with color) IF YOUR CONTACT IS ONLINE
  46.  
  47. class almyra {
  48. class entreprise1 {
  49. number = 20;
  50. displayname = "almyra";
  51. license = "license_civ_al";
  52. };
  53. };
  54. class blackwater {
  55. class entreprise2 {
  56. number = 25;
  57. displayname = "blackwater";
  58. license = "license_civ_secu";
  59. };
  60. };
  61. class brinks {
  62. class entreprise3 {
  63. number = 30;
  64. displayname = "brinks";
  65. license = "license_civ_br";
  66. };
  67. };
  68. class Prison {
  69. class entreprise4 {
  70. number = 35;
  71. displayname = "Prison";
  72. license = "license_cop_ap";
  73. };
  74. };
  75. class NazarovMachina {
  76. class entreprise5 {
  77. number = 40;
  78. displayname = "NazarovMachina";
  79. license = "license_civ_NazarovMachina";
  80. };
  81. };
  82. class maire {
  83. class entreprise6 {
  84. number = 45;
  85. displayname = "maire";
  86. license = "license_civ_maire";
  87. };
  88. };
  89. class industrie {
  90. class entreprise7 {
  91. number = 50;
  92. displayname = "industrie";
  93. license = "license_civ_dr";
  94. };
  95. };
  96. };
Advertisement
Add Comment
Please, Sign In to add comment