Easytime
Step-by-step installation guide, common issues & solutions, code snippets, error codes, config previews, locales previews and changelogs; all in 1 easily accessible place.
Translate
INSTALLATION GUIDE
Step 1 - Download
Step 2 - Fxmanifest
Step 3 - Configure Resource
Step 4 - How Do I Use It?
COMMON ISSUES
Please check out our Troubleshooting Guide before contacting our support.
🔔 Folder Name Make sure the name of the folder is cd_easytime
.
🔔 Encrypted Files Do not edit the encrypted files in any way.
Screen Flickering?
eg., if your screen is flickering while using cd_easytime.
✔️ This issue is caused by having multiple time or weather synchronization scripts running simultaneously, which conflict with each other (e.g., vSync or vMenu). To resolve this, please disable the other time or weather synchronization script that is causing the conflict.
Permission Checks Error?
eg., if you are having errors related to the permission checks for the /easytime command.
✔️ If you are experiencing errors related to permission checks for the /easytime command, ensure that the appropriate permission groups are correctly configured in the Config.Command.Perms in the config.lua file. Or check the PermissionsCheck function in the server.lua.
Footprints?
eg., if players are seeing footprints when the weather is not snowing (e.g., during summer or clear weather).
✔️ This is due to a conflict with a script you are using called fanox-hunting. To resolve this issue, remove the following two lines from the client-side of the script: if Config.EnableFootprints then SetForcePedFootstepsTracks(true) end
CHANGELOG
Files Changed
Not every update requires replacing the entire folder, as we understand it’s a hassle to redo configs for each update.
All Files: Delete the old
cd_easytime
folder, download the latest version, reconfigure the configs folder, and restart your server.All Files Except config.lua: Follow the steps above, but first back up your existing
config.lua
file. After downloading, replace the newconfig.lua
with your backup.Specific Files: Simply copy and paste the specific updated files over the old ones, then restart your server.
Update Type
Occasionally, updates are mandatory due to changes like authentication updates, which make older versions obsolete.
Mandatory - You must update to the latest version; older versions will stop working.
Optional - Updating is your choice, but we don’t support outdated versions.
Skipping Updates
If you’ve skipped previous updates, it’s best to update all files to ensure compatibility. For example, if you're on v4.0.1, skipped v4.0.2, and now want to update to v4.0.3, use the "All Files" method for safety.
20/03/2021 - 22/03/2021
v1.1.4 - v1.1.7
Files Changed:
Changelog:
Add
Added a version check to ensure you stay updated with the progress.
Fix
Fixed a typo in causing the time cycle to speed up.
Fixed a small issue which would cause the weather to change to clear Instantly when entering a shell due to the pervious updates.
File clean-up, removed the old client file which was renamed.
Fixed a typo in the client.lua causing a error.
Last updated
Was this helpful?