Skip to content

Commit

Permalink
AQS v8.0
Browse files Browse the repository at this point in the history
- Fixes
- More settings into the INI file
  • Loading branch information
ClaudiuHKS committed Dec 28, 2023
1 parent 59a1b53 commit 29645ca
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 25 deletions.
10 changes: 9 additions & 1 deletion AQS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// 'one.wav' AND 'ONE.WAV' CAN BE BOTH INTO THE SAME FOLDER, AS DIFFERENT FILES. SO, TAKE CARE ABOUT THE SOUND FILE NAMES,
/// IF YOUR GAME SERVER IS ON LINUX.
///
/// CONFIG VERSION: AQS 7.9
/// CONFIG VERSION: AQS 8.0
//

# ENABLES OR DISABLES THE PLUGIN.
Expand Down Expand Up @@ -64,10 +64,13 @@ HIDE CHAT CMD = 0
#
# 0 = AMX MOD X ( get_user_team ) => get_user_team(nPlayer, szTeamName, charsmax(szTeamName)) METHOD.
# 1 = FAKE META ( pev_team ) => pev(nPlayer, pev_team) METHOD.
# 2 = PRIVATE DATA ( pvPrivateData ) => get_pdata_int(nPlayer, g_nTeamMemberOffs, g_nTeamMemberOffsLinuxDiff) METHOD. YOU NEED TO SPECIFY THE TEAM MEMBER OFFSET FOR YOUR MOD.
#
# DEFAULT: 0
#
TEAM RETRIEVAL = 0
TEAM MEMBER OFFS = 114 # THIS IS THE CS/ CZ TEAM MEMBER OFFSET. OTHER MODS MIGHT USE A DIFFERENT VALUE.
TEAM OFFS LINUX DIFF = 5 # THIS IS THE AMX MOD X DEFAULT.

# HUD MESSAGES IN RGB [ RED, GREEN, BLUE ].
#
Expand Down Expand Up @@ -189,6 +192,10 @@ KILLSTREAK EVENT = 1
#
KSTREAK FRAG IGNORED ON TEAM KILL = 1

# IF 1, EVEN IF THE PLAYER HAS NOT DIED, THEIR K. STREAK KILLS WILL BE ERASED ON EVERY NEW ROUND SO THEY CAN START FROM SCRATCH.
#
KSTREAK ERASE EVERY NEW ROUND = 0 # (DEFAULT 0). ONLY FOR CS/ CZ/ DOD MODS.

; SOUND STRUCTURE
;
; SOUND = {soundnumber} REQUIREDKILLS {kills} = {sound}
Expand Down Expand Up @@ -349,6 +356,7 @@ NADE ON TEAM KILL = 0
TEAMKILL EVENT = 1
TEAMKILL SOUNDS = AQS/teamkiller.wav
TEAMKILL HUDMSG = %s IS SICK!
TEAMKILL HARD = 0 # HARD ENABLE THE TEAM KILL EVENT. THIS EVENT IS OFF FOR OTHER MODS BUT CS/ CZ/ DOD. IF YOU STILL NEED IT AND NOT USING CS/ CZ/ DOD ALREADY, CHANGE THIS TO 1. DEFAULT 0.

# KNIFE KILL.
#
Expand Down
Loading

0 comments on commit 29645ca

Please sign in to comment.