67 lines
2.1 KiB
Lua
67 lines
2.1 KiB
Lua
--[[
|
|
Help blocks that will show in the help page.
|
|
Add more blocks as needed.
|
|
This is Markdown, so please take that into account when writing the content.
|
|
]]
|
|
|
|
return { {
|
|
["title"] = "Getting Started",
|
|
["description"] = "Learn how to use the panel",
|
|
["content"] = [[
|
|
The luxu_admin panel is a web application that allows you to manage your server. It is designed to be used by server owners and staff members.
|
|
|
|
The panel is designed to be used by server owners and staff members. It is a web application that allows you to manage your server.
|
|
|
|
The player will be kicked from the server and their character will be deleted
|
|
|
|
This will equip the outfit for either male or female staff members
|
|
|
|
This will update the current group's outfit to match your current outfit and ped model
|
|
|
|
This will update the current group's outfit to match your current outfit and ped model
|
|
]]
|
|
},
|
|
|
|
{
|
|
["title"] = "Quick Search",
|
|
["description"] = "Searching players is very easy",
|
|
["content"] = [[
|
|
<kbd>Ctrl + K</kbd> Press to open the search bar
|
|
|
|
<p class="font-semibold">Examples:</p>
|
|
|
|
- id:1 will search for a player with the server id 1.
|
|
- license:4551 will search for a player with the license identifier 4551.
|
|
- ip:127.0.0.1 will search for a player with the ip 127.0.0.1.
|
|
- name:John will search for a player with the name John.
|
|
- steam:123 will search for a player with the steam id 123.
|
|
]]
|
|
},
|
|
|
|
|
|
{
|
|
|
|
["title"] = "Staff Clothing",
|
|
["description"] = "How to create and use staff clothing",
|
|
["content"] = [[
|
|
Staff clothing is activated by toggling the duty switch, located in the top right corner of the this panel.
|
|
|
|
To create clothing for the staff groups, do the following:
|
|
|
|
- Open your clothing menu
|
|
- Equip your character how you would like it
|
|
- Open the panel and go to the staff menu
|
|
- Open the edit staff group menu
|
|
- Click on the Clone Yourself button
|
|
- Select the gender you would like to assign the clothing to
|
|
- Click on the save button
|
|
- Repeat the process for the other gender
|
|
- Now once you are on duty, you will have the clothing on
|
|
]]
|
|
},
|
|
|
|
|
|
|
|
|
|
}
|