forked from ZionDevelopers/sui-scoreboard
Updated README
This commit is contained in:
parent
9964ff2b5b
commit
2e868bfc82
5
.gitignore
vendored
5
.gitignore
vendored
@ -41,4 +41,7 @@ Thumbs.db
|
||||
###########
|
||||
.buildpath
|
||||
.project
|
||||
.settings
|
||||
.settings
|
||||
/nbproject/private/
|
||||
*.xml
|
||||
nbproject/project.properties
|
21
README.md
21
README.md
@ -1,10 +1,7 @@
|
||||
[][workshop]
|
||||
|
||||
SUI Scoreboard V2.6 is a [Garry's Mod][] addon which is based on the original SUI Scoreboard v2 developed by suicidal.banana.
|
||||
|
||||
### Setup
|
||||
|
||||
Just download this addon by clicking on Download ZIP and extract the addon in ````Steam\SteamApps\common\GarrysMod\garrysmod\addons\```` as usual.
|
||||
This is a game addon for [Garry's Mod][] servers, NOT FOR SINGLEPLAYER!
|
||||
|
||||
### Features
|
||||
|
||||
@ -14,21 +11,27 @@ Just download this addon by clicking on Download ZIP and extract the addon in ``
|
||||
* Fixed the Admin buttons like: Kick, permaban and ban.
|
||||
* Lots of bugs fixed and lots of improvements since SUI Scoreboard v2.
|
||||
|
||||
### Setup
|
||||
|
||||
Just download this addon by clicking on Download ZIP and extract the addon in ````Steam\SteamApps\common\GarrysMod\garrysmod\addons\```` as usual.
|
||||
|
||||
### Workshop Ready!
|
||||
|
||||
SUI Scoreboard v2.6 is now available via the Steam Workshop! Go to [its Workshop page][workshop] and press `Subscribe`, and it will automatically appear in Garry's Mod.
|
||||
SUI Scoreboard is now available via the Steam Workshop! Go to [its Workshop page][workshop] and press `Subscribe`, and it will automatically appear in Garry's Mod.
|
||||
|
||||
### Manual Installation
|
||||
|
||||
Simply clone this repository into your `addons` folder:
|
||||
|
||||
cd "%programfiles(x86)%/Steam/SteamApps/common/GarrysMod/garrysmod/addons"
|
||||
git clone https://github.com/ZionDevelopers/sui-scoreboard.git sui-scoreboard
|
||||
git clone https://github.com/ZionDevelopers/SUI Scoreboard.git SUI Scoreboard
|
||||
|
||||
#### License
|
||||
### License
|
||||
|
||||
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
|
||||
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_US.
|
||||
To view a copy of this license, visit [Common Creative's Website][License].
|
||||
|
||||
[Garry's Mod]: <http://garrysmod.com/>
|
||||
[workshop]: <http://steamcommunity.com/sharedfiles/filedetails/?id=160121673>
|
||||
[workshop]: <http://steamcommunity.com/sharedfiles/filedetails/?id=160121673>
|
||||
[Exsto]: <https://github.com/prefanatic/exsto>
|
||||
[License]: <https://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
Loading…
Reference in New Issue
Block a user