=========================================================================================================
== FEATURES
• Integrated Hitlog: Track damage dealt and received directly in chat
• Smart Bomb Tracker: Real-time plant detection with site info (A/B)
• Defuse Alerts: Notifies when someone starts defusing and identifies the player
• 10-Second Warning: Automatic alert when the bomb is about to explode
=========================================================================================================
== INSTALLATION
1. Copy chatlog.lua to your Nixware scripts folder
2. Open Nixware menu and load the script
3. Enjoy the automated chat information!
=========================================================================================================
== CONFIGURATION
Edit the values in the 'settings' table to customize:
hit_log = 1 -- Enable/disable hit and harm logs
bomb_plant = 1 -- Enable/disable bomb plant messages
bomb_defuse = 1 -- Enable/disable defuse start alerts
bomb_ten_sec = 1 -- Enable/disable the 10-second warning
=========================================================================================================
-- == HOW IT WORKS
The script monitors game state using Nixware's API and memory offsets:
1. Polls for the C_PlantedC4 entity class for high reliability
2. Reads netvars directly from memory using optimized offsets
3. Tracks entity handles to prevent duplicate or bugged messages
4. Uses in-game color codes for premium visual feedback
Inspired by and developed from: https://nixware.cc/workshop/25/
=========================================================================================================
== FEATURES
• Integrated Hitlog: Track damage dealt and received directly in chat
• Smart Bomb Tracker: Real-time plant detection with site info (A/B)
• Defuse Alerts: Notifies when someone starts defusing and identifies the player
• 10-Second Warning: Automatic alert when the bomb is about to explode
=========================================================================================================
== INSTALLATION
1. Copy chatlog.lua to your Nixware scripts folder
2. Open Nixware menu and load the script
3. Enjoy the automated chat information!
=========================================================================================================
== CONFIGURATION
Edit the values in the 'settings' table to customize:
hit_log = 1 -- Enable/disable hit and harm logs
bomb_plant = 1 -- Enable/disable bomb plant messages
bomb_defuse = 1 -- Enable/disable defuse start alerts
bomb_ten_sec = 1 -- Enable/disable the 10-second warning
=========================================================================================================
-- == HOW IT WORKS
The script monitors game state using Nixware's API and memory offsets:
1. Polls for the C_PlantedC4 entity class for high reliability
2. Reads netvars directly from memory using optimized offsets
3. Tracks entity handles to prevent duplicate or bugged messages
4. Uses in-game color codes for premium visual feedback
Inspired by and developed from: https://nixware.cc/workshop/25/
=========================================================================================================