Gmod Job Agenda Editor - Script
DarkRP Job Agenda Editor is a job or team scheduling system for your Gmod servers, allowing you to plan your work schedules with complete peace of mind, so that every task knows what it has to do at all times. It includes a time system that scrolls through the days of the week and the time cycle. Compatible with all dakrp. And even without.
❮
❯
Description of Gmod Job Agenda Editor
๐ Presentation of Job Agenda Editor
Job Agenda Editor a real-time schedule by Job DarkRP / Team - combined with my time system to give a day cycle on a server. Days and hours will scroll in a loop and work with all gamemodes, it's a system inspired by what I had already done for my gmod server. It's been rewritten to manage certain DarkRP jobs and RP school student groups, and since 2019 it's compatible with job categories, so there's no need to create a schedule for each job thanks to the latest updates. Translated into 20 languages by the community. Hours of the day and days of the week are automatically updated from Monday to Sunday. Your current schedule is displayed on a HUD in the top right-hand corner, showing the time and what's planned for your job or team at that time. So it's perfect for SchoolRP, Hogwartsrp, HogwartsRP, MilitaryRP, StarwarsRP, SCPRP, ect.
๐ Important Points
-This is not a DLC, it is a fully complete system.
-Real-time editing, no need to reboot your server.
-It is instantaneous.
-Compatible with Atmos. (My script manage automatically the cycle of day/Night effect).
-This script works without DarkRP or any gamemode, and is compatible with all.
-Compatible with ULX and all other adminaddon using the same system.
-Compatible with ServerGuard Groups Since 21 january 2017.
-Work with Categories of Jobs Since 02 April 2019.
-In version 3.4 (June 2019) it is possible to configure a agenda by default. It is also possible to make a single agenda for everyone.
-No knowledge in scripting to know how to use it.
๐ถ๏ธ Features
Customization:
-Editing of the name of plans on the timetable (jobs and/or groups).
-Ability to create multiple plans per group.
-Working together on the same timetable.
-Cycle of hours, minutes, secondes and days.
-Option to show/hide the 3D model.
-Hide Groups Useless.
โ๏ธ Management Interface
-Management panel.
-The Panel is already translated into 20 languages (Bulgarian, Czech, English, Estonian, Finnish, French, German, Greek, Italian, Japanese, Korean, Latvian, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish).
-Disable or Enable F1 to Open the Planning.
โฐ Time
-[Automated] Week cycle from Monday to Sunday.
-Horraire cycle.
-Set the Day hour range (Choose hour the day start and finish).
โ๏ธ Option
-Planning - Option - [Admin]Set the days with hours.
-Planning - Option - HUD in the corner of the current activity.
-Planning - Option - [Admin]Select number of plans you want on your server.
-Planning - Option - [Admin]Set the names of plans - can be a group or a job.
-Planning - Option - HUD draw (ON / OFF).
-Planning - Option - [Admin]Give name of planning can be a Group or a Job.
-Planning - Option - Language Selection (Bulgarian, Czech, English, Estonian, Finnish, French, German, Greek, Italian, Japanese, Korean, Latvian, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish).
-Planning - Option - Time format (AM/PM or 24 hours format).
-Planning - Option - [Admin]Virtual Conversion Time.
๐พ Persistence
-Real-time backup that prevents data loss in case of a crash.
โ๏ธ Console COMMAND
-Tired of picking up commands here? Then use this new script(Scripts Command Center) All commands is pre configured in one unique customizable interface.
-To open, read or manage the planning and the set the time format option : planning.
-To stop the time : planning_time_stop.
-To play the time : planning_time_play.
๐ Chat COMMAND
-Open the Panel Youtube Music System: !planning.
โ Compatible
-Compatible with ULX Admin Groups Since 30 august 2015.
-Compatible with ServerGuard Groups Since 21 january 2017.
-Tired of typing commands for night and day? You don't have to, it is automatic. My script is compatible with Atmos on Gmod can be find in the workshop (weather, day and night addon).
Path: garrysmod/addons/nordahl_job_agenda_editor
- The AddWorkshop function is automatically added to the script server file and can be deactivated from the configuration file. : resource.AddWorkshop( 2513515661 )
- To add gmod workshop resources to your collection : Gmod Job Agenda Editor [Content Only] | Gmod Workshop
nordahl_agenda_editor_darkrpjob/lua/autorun/nordahl_schoolrp_planning_config.lua
Enable_Alarm=1
Enable_Alarm=1 (Notification sonor activรฉ)
Enable_Alarm=0 (Notification sonor dรฉsactivรฉ)
Day_Hour_Star
And replace the number by the time that you wantDay_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))
Day_Hour_End
And replace the number by the time that you want, 17 for your case.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.
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