Usage & Installation
Installation Guide
Go to
is_lib/server/timezone.lua
and adjust your time zone.Navigate to
server.cfg
and paste the following code above the resource start section:
In the place of
""
, you should insert the script name exactly as it appears in Compatibility.The script startup order should be as follows:
If you skipped steps 3 and 4 or the resource you referenced in server.cfg
was not found, is_bridge will automatically search for the resource you are using.
For is_bridge to function correctly and locate your resource, make sure it retains the original name set by the script's author
Usage
To use is_lib, simply use our export in your script. It works on both the Client and Server side:
As for is_bridge, just import it into your script in the fxmanifest.lua
file:
Last updated