En 🇬🇧 WIKI EN
☰ 1. How to disable the HUD?
Since the button Option in the menu:

☰ 2. I would like to change the time format 24h by 12AM/PM
From the panel, go in the option and made your choice.

☰ 3. How to create an Agenda for a job?
Follow the example I have created a agenda for the job,
Citizen
.

☰ 4. Can I use a command in chat to open the Jobs planning?
Yes, the command is
!agenda
☰ 5. You say that there is a system of cycle days, what is it?
In normal time on the server there is no schedule or day preset, and this system is not a simple planning, it is itself a system of cycle day of the week.
☰ 6. Is it possible to speed up or slow down the cycle of day?
Yes, as it is not a system based on hours real it is possible to choose how much time takes 1 hour virtual, in this example I have decided that 1 hour virtual is equal to 15 minutes real.

☰ 7. We have multiple admins can we all write at the same time in the schedule?
Yes.
☰ 8. Players can see the planning without the change?
The player will have to type in the chat: !agenda pour afficher l'agenda
☰ 9. Is it compatible with the SchoolRP?
Yes, all of the gamemodes running on the basis of the DARKRP
☰ 10. Where to find the configuration File?
nordahl_agenda_editor_darkrpjob/lua/autorun/nordahl_schoolrp_planning_config.lua
☰ 11. Turn off the alarm.
In the configuration file find the variable
Enable_Alarm=1
Enable_Alarm=1 (Notification sonor activé)
Enable_Alarm=0 (Notification sonor désactivé)
☰ 12. I would like that the new days don't begin at 00:00 but at 5: 00 in the morning.
In the configuration file, find the variable
Day_Hour_Star
And replace the number by the time that you want
Day_Hour_Star=0 (The new day begins at 00:00)
Day_Hour_Star=5 (The new day will start at 05:00 AM (du matin))
☰ 13. I would like the day ends at 17:00 not midnight.
In the configuration file find the variable
Day_Hour_End
And replace the number by the time that you want, 17 for your case.
☰ 14. We have changed the ringtone in the configuration file Alarmsound=ambient/alarms/alarm1.wav but we hear the new ringtone.
The only problem that might be is that the sound is sent on the server but you do not share it with the players, so either you create a content for the workshop of your server, or you configure your fastdl and insert the sound in.
☰ 15. Everyone can see the panel, I want it to be only admins, is it possible?
Yes in the config file find the variable Only_Admin_Access=0 and replaced by 1. Only administrators will be able to open the panel.
☰ 16. Is there a console command to change the time and day of your Agenda?
si c'est juste pour changer l'heure vous pouvez le faire depuis l'interface.
Sinon en commande pour un bot :

majtemps "heure" "jour"
Les heures doit être un chiffre, les jours aussi. Par exemple 5=5 heure,1 = Lundi.
☰ 17. How to have a single agenda for all jobs?
From the
version 3.7 (avril 2020) In the configuration file :
nordahl_schoolrp_planning_config.lua To do this, you must define the following variables.
config.default_agenda="test1"
config.one_agenda_for_all=1
-- default_agenda : Allows you to set a default agendaon your server when a user logs on. To do this, insert the name of the agenda you have created. default_agenda="" To disable it.
-- one_agenda_for_all : Allows you to configure the default job schedule as one and the same schedule for all jobs. 1=ON | 0=OFF
☰ 18. Is there a tutorial to understand and modify the basic HUD?
Fr 🇫🇷 WIKI FR
☰ 1. Comment désactiver l'HUD?
Depuis le boutton Option dans le menu:

☰ 2. Je voudrais changer le format de l'heure 24h par 12AM/PM
Depuis le panneau allez dans option et faite votre choix.

☰ 3. Comment créer un Agenda pour un job?
Suivez l'exemple j'ai crée un agenda pour le job,
Citizen
.

☰ 4. Puis-je utiliser une commande chat pour ouvrir le planning des jobs?
Oui, la commande est
!agenda
☰ 5. Vous dites qu'il y a un système de cycle des jours, c'est quoi??
En temps normal sur le serveur il n'y a pas d'horraire ni de jour prédéfini, et bien ce système n'est pas qu'un simple planning, il est lui même un système de cycle de jour de la semaine.
☰ 6. Est t'il possible d'accelerer ou de ralentir le cycle des jours?
Oui, comme il s'agit pas d'un système basé sur des heures réel il vous est possible de choisir combien de temps dure 1 heure virtuel, dans cette exemple j'ai décidé qu'1heure virtuel est égale à 15 minutes réel.

☰ 7. Nous somme plusieurs admins peut-on tous écrire en même temps dans le planning?
Oui.
☰ 8. Les joueurs peuvent t'il consulter le planning sans le modifier?
Le joueur devra taper dans le chat: !agenda pour afficher l'agenda
☰ 9. Est ce que c'est compatible avec le SchoolRP?
Oui, tous les gamemodes utilisants les bases du DARKRP
☰ 10. Où trouver le Fichier de configuration?
nordahl_agenda_editor_darkrpjob/lua/autorun/nordahl_schoolrp_planning_config.lua
☰ 11. Désactiver l'alarme.
Dans le fichier configuration trouvez la variable
Enable_Alarm=1
Enable_Alarm=1 (Notification sonor activé)
Enable_Alarm=0 (Notification sonor désactivé)
☰ 12. Je voudrais que les nouveaux jours ne commencent pas à 00:00 mais à 5h00 du matin.
Dans le fichier configuration trouvez la variable
Day_Hour_Star
Et remplacez le chiffre par l'heure que vous souhaitez
Day_Hour_Star=0 (Le nouveau jour commence à 00:00)
Day_Hour_Star=5 (Le nouveau jour commencera à 05:00 AM (du matin))
☰ 13. Je voudrais que les jours se termine à 17:00 pas à minuit.
Dans le fichier configuration trouvez la variable
Day_Hour_End
Et remplacez le chiffre par l'heure que vous souhaitez, 17 pour votre cas.
☰ 14. Nous avons modifié la sonnerie dans le fichier configuration Alarmsound="ambient/alarms/alarm1.wav" mais nous entendons pas la nouvelle sonnerie.
Le seul problème qui pourrait y avoir c'est que le son est bien envoyé sur le serveur mais vous ne le partagez pas avec les clients, donc soit vous créez un content pour le workshop de votre serveur ou vous configurez votre fastdl et insérez le son de dans.
☰ 15. Tout le monde peut voir le panneau, je voudrais que ça soit seulement les admins c'est possible?
Oui dans le fichier configuration trouvez la variable Only_Admin_Access=0 et remplacé le par 1. Seul les administrateurs pourront ouvrir le panneau.
☰ 16. Est ce qu'il existerait une commande console pour changer l'heure et le jour de votre agenda
Si c'est juste pour changer l'heure vous pouvez le faire depuis l'interface.
Sinon en commande pour un bot :

majtemps "heure" "jour"
Les heures doit être un chiffre, les jours aussi. Par exemple 5=5 heure,1 = Lundi.
☰ 17. Comment avoir un seul et unique agenda pour tous les jobs?
À partir de la
version 3.7 (avril 2020) Dans le fichier configuration :
nordahl_schoolrp_planning_config.lua Pour cela, vous devez définir les variables suivantes.
config.default_agenda="test1"
config.one_agenda_for_all=1
-- default_agenda : Vous permet de définir un agenda par défaut sur votre serveur lorsqu'un utilisateur se connecte. Pour ce faire, insérez le nom de l'agenda que vous avez créé. default_agenda="" Pour le désactiver.
-- one_agenda_for_all : Permet configurer l'agenda du job par défaut comme même et unique agenda pour tous les jobs. 1=ON | 0=OFF
☰ 18. Existe t'il un tutoriel pour comprendre et modifier le HUD de base