Skip to content

realistiqrp/qb-restarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-restarter

Restart Announces for the QBCore Framewok 🧑‍🤝‍🧑

License

QBCore Restarter
Copyright (C) 2022 Bart Verschuren

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>

Dependencies

Installation

Manual

  • Go to qb-core/html/css/style.css and add the following at line 26, you can change the colors if you want:
.restart {
    background-color: rgba(23, 23, 23, 90%); 
    border-radius: 10px;
    box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
    border-left: 5px solid #DA004E;
}
  • Go to qb-core/config.lua and add the following at line 69:
    restart = {
        classes = 'restart',
        icon = 'fas fa-clock'
    },
  • Add the .ogg file included this resource from sounds in [standalone]/interact-sound.

  • At least you ensure this resource in you resouces.cfg

ensure qb-restarter

About

Server Restart Announces for the QBCore Framewok

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages