Skip to content

Commit

Permalink
Merge pull request #4 from MichaelKheel/dev
Browse files Browse the repository at this point in the history
Adding a plugin and description.
  • Loading branch information
MichaelKheel committed Nov 10, 2020
2 parents 9170600 + f616a49 commit f608a6d
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 34 deletions.
67 changes: 61 additions & 6 deletions README.md
Expand Up @@ -25,7 +25,7 @@ The plugin was created for a specific server and was not expected to ever be mad

### Install Guide
Enter data from your base in the file (_your-compiler_/inc/sqlx.inc) or in a config (addons/amxmodx/configs/sql.ini)
```
```C#
stock Handle:SQL_MakeStdTuple(timeout = 0)
{
new host [] = "127.0.0.1"
Expand All @@ -34,6 +34,61 @@ stock Handle:SQL_MakeStdTuple(timeout = 0)
new db [] = "kz"
```

## Plugin functionality

### Timers

#### 1. TEXT (position lower left corner)
![sD6iPnBcNd](https://user-images.githubusercontent.com/26508094/98515441-acd85280-229d-11eb-855f-8b144eb41b69.gif)
#### 2. HUD (position centered)
![2XxYjEZur7](https://user-images.githubusercontent.com/26508094/98516459-1a38b300-229f-11eb-9a06-4e72ad199b0a.gif)
#### Timer if you hover over a user.
<img src="./docs/rd0JWscKUV.gif" width="400">

### Native function buttons

Key | Discription
--- | ---
`N` | NightVision

<img src="https://user-images.githubusercontent.com/26508094/98488534-69112900-225c-11eb-940f-6cd83c55ed7c.png" width="250"/> <img src="https://user-images.githubusercontent.com/26508094/98488533-67dffc00-225c-11eb-9e22-6550652a4814.jpg" width="250"/>

Key | Discription
--- | ---
`F` | Flashlight

<img src="https://user-images.githubusercontent.com/26508094/98488794-be9a0580-225d-11eb-892d-13c92f787067.png" width="250">

Key | Discription
--- | ---
`M` | Open main menu

### Show keys
Commands | Discription
--- | ---
`/showkeys` | show the hud keys

<img src="https://user-images.githubusercontent.com/26508094/98491061-2f452000-2266-11eb-8c9a-7d5ec2840472.png">

### Spectator mode
Commands | Discription
--- | ---
`/speclist` | remove spectators list

<img src="https://user-images.githubusercontent.com/26508094/98491062-31a77a00-2266-11eb-927a-650ade4437ef.png">

### Blocked functions
* Drop weapons
* Kill command
* All radio commands
* Vote commands
* Choose team
* Hud (hp,armor,radar)
* Scout impossible to get
* Pick up weapons

### Admin Commands
Commands | Discription
--- | ---
Expand All @@ -45,11 +100,11 @@ Commands | Discription
### Commands
Commands | Discription
--- | ---
`/menu` `/kz` | Server menu
`/top` `/top10` `/top15` | KZ Top menu
`/pro15` `/nub15` | open motd stats page
`/mystats` `/me` | open a menu with your records.
`/noclip` `/nc` | toggle noclip
`/menu` `/kz` | Server menu
`/top` `/top10` `/top15` | KZ Top menu
`/pro15` `/nub15` | open motd stats page
`/mystats` `/me` | open a menu with your records.
`/noclip` `/nc` | toggle noclip
`/usp` `/knife` | gives USP and knife
`/weapons` `/guns` | gives all weapons
`/start` `/respawn` | teleports to the start
Expand Down
Binary file added docs/rd0JWscKUV.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions resource/addons/amxmodx/data/lang/common.txt
@@ -0,0 +1,21 @@
[en]
BACK = Back
EXIT = Exit
MORE = More
NONE = None
ADMIN = ADMIN
PLAYER = PLAYER
ERROR = error
YES = Yes
NO = No
BAN = ban
KICK = kick
NO_ACC_COM = You have no access to that command
USAGE = Usage
MORE_CL_MATCHT = There is more than one client matching your argument
CL_NOT_FOUND = Client with that name or userid not found
CLIENT_IMM = Client "%s" has immunity
CANT_PERF_DEAD = That action can't be performed on dead client "%s"
CANT_PERF_BOT = That action can't be performed on bot "%s"
ON = On
OFF = Off

0 comments on commit f608a6d

Please sign in to comment.