Advertisement
Guest User

Untitled

a guest
Jun 17th, 2022
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. class Aka_CfgIbis {
  2. class 1 { //Numéro de ligne a entrer dans l'IBIS, (NOMBRE UNIQUEMENT)
  3. ligne = "1"; //Texte affiché dans l'IBIS une fois la ligne entrée
  4. routes[] = { //EX {"NUMERO ROUTE (NOMBRE UNIQUEMENT)","TEXT AFFICHÉ SUR GIROUETTE ET IBIS (ATTENTION 10 caractères max)"}
  5. {"01","TRINITE"},
  6. {"02","LE PORT"},
  7. {"03","LAPAGAN"},
  8. {"04","LA RIVIERE"}
  9. };
  10. };
  11. class 28 {
  12. ligne = "SCO"; //Exemple avec une ligne nommé par des lettres
  13. routes[] = {
  14. {"01","TRINITE"},
  15. {"02","LE PORT"},
  16. {"03","LAPAGAN"},
  17. {"04","LA RIVIERE"}
  18. };
  19. };
  20. class 2 {
  21. ligne = "12"; //Exemple d'une ligne classique
  22. routes[] = {
  23. {"01","TRINITE"},
  24. {"02","LE PORT"},
  25. {"03","LAPAGAN"},
  26. {"04","LA RIVIERE"}
  27. };
  28. };
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement