Skip to content

Commit

Permalink
Minor bug fixes and docs updates
Browse files Browse the repository at this point in the history
Closing #55
  • Loading branch information
ShadowsAdi committed Oct 3, 2024
1 parent bfca51c commit aa4e432
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions addons/amxmodx/configs/plugins-csgor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,29 @@ csgo_remake.amxx
; Optional:

; RankUp Bonus Plugin
;csgor_rankupbonus.amxx
csgor_rankupbonus.amxx

; Registration Bonus Plugin
;csgor_regbonus.amxx
csgor_regbonus.amxx

; Advanced WarmUp with weapons
csgor_warmweapons.amxx

; GiveAway System
; GiveAway System.
csgor_giveaway.amxx

; Save player's active skins in database ( Only for MySQL Save )
;csgor_save_skin_names.amxx

; Adds custom games to mod
csgor_games.amxx

; Advanced MVP System with tracks
csgor_mvp.amxx

; CS:GO Like player sounds ( Headshot, footsteps, swim, ladded climbing, etc )
csgor_player_sounds.amxx

; Enables Weapons's Submodel rendering for "v_" models
; Note: This plugin can be disabled, resulting the mod to use standard one skin per model system
csgor_skins_rendering.amxx
2 changes: 1 addition & 1 deletion addons/amxmodx/scripting/csgo_remake.sma
Original file line number Diff line number Diff line change
Expand Up @@ -5718,7 +5718,7 @@ ProcessChat(id, szMessage[128], bool:bAllChat)
continue
}

CC_SendMessage(iPlayer, szMessage)
_CC_WriteMessage(iPlayer, szMessage)
}
}

Expand Down

0 comments on commit aa4e432

Please sign in to comment.