Skip to content

Redutzu-Scripts/redutzu-tablet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Information Tablet

Description: A helpful tablet script for beginners

Preview

Configuration

Config.Command = 'help'
Config.CommandDescription = 'Opens the information tablet'
Config.Keybind = true
Config.OpenKey = 'F2'
Config.AnimDict = 'amb@world_human_seat_wall_tablet@female@base'
Config.Prop = 'prop_cs_tablet'
Config.Bone = 28422

How to add a new page?

  • Go to nui/index.js at line 21 and add a new object to the array
Applications: [
    ...,
    { name: 'Page name', icon: 'img/page_icon.svg', href: 'page_name' }
]
  • Go to nui/index.html at line 73 and add the following template
<div class='page' id='page_name' v-if='currentPage == "page_name"'>
    <div class='content'>
        <!-- HTML Content -->
    </div>
</div>

About

A helpful tablet script for beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published