[{"data":1,"prerenderedAt":359},["ShallowReactive",2],{"/docs/installation":3,"/docs/installation-surround":352,"/docs/installation-implemented-suggestions":358},{"id":4,"title":5,"body":6,"description":341,"extension":342,"head":343,"implementedSuggestions":343,"meta":344,"navigation":345,"path":347,"schemaOrg":343,"seo":348,"sitemap":349,"stem":350,"__hash__":351},"docs/1.docs/0.installation.md","Installation Guide",{"type":7,"value":8,"toc":332},"minimark",[9,14,18,212,216,261,264,268,271,275,282,305,309,312,316,319,328],[10,11,13],"h2",{"id":12},"installation-steps","Installation Steps",[15,16,17],"p",{},"Follow these steps to install a Sky-Systems script on your FiveM server:",[19,20,21,26,49,53,68,72,86,90,97,101,116,120,137,166,180,195,199,205,209],"steps",{},[22,23,25],"h3",{"id":24},"install-the-sky_base-resource","Install the sky_base resource",[15,27,28,29,33,34,41,42,44,45,48],{},"With the script, you will receive a ",[30,31,32],"code",{},"sky_base"," resource in your ",[35,36,40],"a",{"href":37,"rel":38},"https://keymaster.fivem.net/",[39],"nofollow","keymaster",". This is a library that our scripts use for better performance, faster configuration, and less setup. Install the ",[30,43,32],{}," first by uploading it to your ",[30,46,47],{},"resources"," folder.",[22,50,52],{"id":51},"configure-the-sky_base-resource","Configure the sky_base resource",[15,54,55,56,59,60,62,63,67],{},"Navigate to the ",[30,57,58],{},"config/config.lua"," file within the ",[30,61,32],{}," folder. Set your framework, sql system, and language in this file. This configuration applies global settings for all of our scripts. For more information, visit the ",[35,64,66],{"href":65},"./base/introduction","sky_base documentation page",".",[22,69,71],{"id":70},"download-the-script","Download the script",[15,73,74,75,78,79,81,82,85],{},"Download the script from ",[35,76,40],{"href":37,"rel":77},[39]," and upload it to your ",[30,80,47],{}," folder. Note that sometimes after downloading from keymaster, the resource folder is packed within another folder with the same name. Ensure you place the folder on your server that contains the ",[30,83,84],{},"fxmanifest"," file.",[22,87,89],{"id":88},"import-the-sql-file","Import the SQL file",[15,91,92,93,96],{},"Locate the ",[30,94,95],{},"import.sql"," file within the script folder and import it into your database system.",[22,98,100],{"id":99},"modify-the-server-configuration","Modify the server configuration",[15,102,103,104,107,108,111,112,115],{},"Open your ",[30,105,106],{},"server.cfg"," file and add the following line of code: ",[30,109,110],{},"ensure sky_scriptname",". Replace ",[30,113,114],{},"sky_scriptname"," with the name of the script you're installing.",[22,117,119],{"id":118},"permissions-bootstrap","Permissions bootstrap",[15,121,122,123,125,126,125,130,133,134,136],{},"Add the following three ACE entries to your ",[30,124,106],{}," ",[127,128,129],"strong",{},"before",[30,131,132],{},"ensure sky_base",". They give ",[30,135,32],{}," permission to wire admin commands to ACE principals automatically on server start:",[138,139,144],"pre",{"className":140,"code":141,"filename":106,"language":142,"meta":143,"style":143},"language-cfg shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","add_ace resource.sky_base command.add_ace allow\nadd_ace resource.sky_base command.add_principal allow\nadd_ace resource.sky_base command.remove_principal allow\n","cfg","",[30,145,146,154,160],{"__ignoreMap":143},[147,148,151],"span",{"class":149,"line":150},"line",1,[147,152,153],{},"add_ace resource.sky_base command.add_ace allow\n",[147,155,157],{"class":149,"line":156},2,[147,158,159],{},"add_ace resource.sky_base command.add_principal allow\n",[147,161,163],{"class":149,"line":162},3,[147,164,165],{},"add_ace resource.sky_base command.remove_principal allow\n",[15,167,168,169,172,173,172,176,179],{},"Without these lines admin commands like ",[30,170,171],{},"/setboss",", ",[30,174,175],{},"/revive",[30,177,178],{},"/stationcreator"," cannot be granted to any player and only the server console will be able to use them.",[15,181,182,183,186,187,190,191,194],{},"The actual per-command permissions are defined in each job's ",[30,184,185],{},"config.lua"," under ",[30,188,189],{},"Config.CommandPermissions",". sky_base reads those tables at boot and emits ",[30,192,193],{},"add_ace group.\u003Cg> sky_\u003Cresource>.\u003Ccommand> allow"," for every entry. See each job's permissions page for details.",[22,196,198],{"id":197},"customize-the-script-settings","Customize the script settings",[15,200,55,201,204],{},[30,202,203],{},"config"," folder within the script folder and configure the script to your liking. This is where you can customize the behavior and settings of the script.",[22,206,208],{"id":207},"save-changes-and-start-your-server","Save changes and start your server",[15,210,211],{},"Save your changes and start your FiveM server.",[10,213,215],{"id":214},"important-considerations","Important Considerations",[217,218,219,249,255],"ul",{},[220,221,222,225,226,229,230,172,233,172,236,172,239,125,242,245,246,248],"li",{},[127,223,224],{},"Remove Conflicting Resources:","\nOur scripts replace the default framework resources for the same job. For example, ",[30,227,228],{},"sky_ambulancejob"," replaces ",[30,231,232],{},"esx_ambulancejob",[30,234,235],{},"qb-ambulancejob",[30,237,238],{},"qbx-ambulancejob",[127,240,241],{},"and",[30,243,244],{},"qbx-medical",". Make sure to stop and remove the original resources from your ",[30,247,106],{}," before starting ours. The scripts will warn you in the server console if a conflict is detected.",[220,250,251,254],{},[127,252,253],{},"Keymaster Account:","\nEnsure that your server has a key from the same keymaster account the resource was purchased with. Otherwise, you will encounter the error: \"You lack the required entitlement to use ...\"",[220,256,257,260],{},[127,258,259],{},"Do Not Rename Scripts:","\nDo not rename the scripts. Renaming them will break their functionality.",[15,262,263],{},"That's it! You've successfully installed a Sky-Systems script on your FiveM server.",[10,265,267],{"id":266},"possible-issues","Possible Issues",[15,269,270],{},"If you encounter any issues during the installation process, here are some troubleshooting steps you can try:",[22,272,274],{"id":273},"failed-to-verify-protected-resource","Failed to verify protected resource ...",[15,276,277,278,281],{},"This error message indicates that the script files may have been corrupted during the download process or that the ",[30,279,280],{},".fxap"," file wasn't uploaded to your server. To resolve this issue, try the following steps:",[217,283,284,296,302],{},[220,285,286,287,289,290,292,293,295],{},"Verify that the ",[30,288,280],{}," file is present in the ",[30,291,114],{}," folder within the ",[30,294,47],{}," folder on your server.",[220,297,298,299,301],{},"Try deleting the ",[30,300,114],{}," folder from your server and uploading it again using your FTP client.",[220,303,304],{},"If the issue persists, try using a different FTP client to upload the script files to your server.",[22,306,308],{"id":307},"you-lack-the-required-entitlement-to-use","You lack the required entitlement to use ...",[15,310,311],{},"If you see this error message, it may indicate an issue with your keymaster account. Try restarting your FiveM server and verifying your keymaster account to resolve this issue.",[10,313,315],{"id":314},"support","Support",[15,317,318],{},"Need help? Our support team is always ready to assist",[320,321],"u-button",{"color":322,"icon":323,"label":324,"target":325,"to":326,"variant":327},"neutral","i-simple-icons-discord","Join Discord","_blank","https://discord.gg/sky-systems","subtle",[329,330,331],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":143,"searchDepth":150,"depth":156,"links":333},[334,335,336,340],{"id":12,"depth":156,"text":13},{"id":214,"depth":156,"text":215},{"id":266,"depth":156,"text":267,"children":337},[338,339],{"id":273,"depth":162,"text":274},{"id":307,"depth":162,"text":308},{"id":314,"depth":156,"text":315},"Sky-Systems offers a variety of high-quality FiveM scripts that can enhance the gameplay experience on your server. In this guide, we'll walk you through the process of installing a Sky-Systems script, step-by-step.","md",null,{},{"icon":346},"i-lucide-download","/docs/installation",{"title":5,"description":341},{"loc":347},"1.docs/0.installation","z3gEbIF7qd4SdEq_ZHCDdMWosga7VPIhozUbTAeGN-4",[343,353],{"title":354,"path":355,"stem":356,"description":357,"children":-1},"Overview","/docs/jobs/ambulancejob/overview","1.docs/0.jobs/0.ambulancejob/1.overview","Start here for an overview of Sky Ambulance Job, its main systems, setup path, and documentation sections.",[],1784131706134]