Skip to content

belomaxorka/ResetScore-ReAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ResetScore-ReAPI

[ReAPI] Reset score plugin - A plugin for resetting player scores in Counter-Strike 1.6

Description

A simple and convenient plugin that allows players to reset their score (frags and deaths) at any time during the game. Uses modern ReAPI for maximum performance and stability.

Features

  • ✅ Complete statistics reset (frags and deaths)
  • ✅ Multiple activation commands
  • ✅ Localization support (Russian/English)
  • ✅ Audio confirmation
  • ✅ Real-time scoreboard updates
  • ✅ Built on ReAPI for better performance

Commands

The plugin supports the following commands:

  • resetscore - reset score via console
  • rs - short version of the command
  • say /rs - command in global chat
  • say_team /rs - command in team chat

Installation

  1. Requirements:

    • AMX Mod X 1.9.0 or higher
    • ReAPI module
  2. Files to install:

    addons/amxmodx/plugins/resetscore_reapi.amxx
    addons/amxmodx/data/lang/resetscore.txt
    
  3. Add to plugins.ini:

    resetscore_reapi.amxx
    

Language Files

The plugin supports multilanguage functionality. Required language files:

resetscore.txt (place in addons/amxmodx/data/lang/)

How it works

  1. Player enters one of the available commands
  2. Plugin checks player connection
  3. Resets frags (var_frags) and deaths (m_iDeaths) to 0
  4. Sends a success message to the player
  5. Plays confirmation sound
  6. Updates scoreboard for all players

Compilation

To compile the source code you need:

  • AMX Mod X 1.9.0+ SDK
  • ReAPI include files
amxxpc resetscore_reapi.sma

Compatibility

  • ✅ Counter-Strike 1.6
  • ✅ AMX Mod X 1.9.0+
  • ✅ ReAPI 5.0+
  • ✅ All popular server builds

Support

If you have questions or issues with the plugin:

  1. Check AMX Mod X logs for errors
  2. Make sure ReAPI is properly installed
  3. Verify language files are present

Developed by community for community 🎮