This is a plugin for Counter-Strike 1.6 servers that adds Bunny Hop (Bhop) and Speedrun functionalities, along with other utilities for players. The plugin was developed by MrShark45 and provides commands to save positions, reset spawns, give weapons, and more.
- Save Starting Position: Players can save a starting position to respawn there later.
- Reset Spawn: Reset the saved position and respawn at the initial point.
- Save Menu: An interactive menu to save, delete, or use saved positions.
- Give Weapons: Command to give specific weapons to players (USP and knife).
- Spectator Mode: Switch between spectator mode and the CT team.
- Block Radio and Spray: Blocks the use of radio commands and sprays.
- Native Support: Natives for integration with other plugins, such as mainmenu.
- /start or start: Respawn the player at the saved position. If no position is saved, the player respawns at the map's initial point.
- /reset or reset: Reset the saved position and respawn the player at the initial point.
- /save or /savemenu or /sm: Open the save position menu.
- savepos: Save the player's current position directly through the console, without needing to interact with the menu.
- /respawn: Respawn the player at the map's initial point, ignoring any saved position.
- /spec or /back: Switch between spectator mode and the CT team.
- /usp: Give the player a USP and a knife.
-
Save a Position:
- Use the
/saveorsaveposcommand to save your current position. - The
saveposcommand can be used directly in the console, without needing to interact with the menu. - The save menu can also be accessed with
/savemenuor/sm.
- Use the
-
Respawn at the Saved Position:
- Use the
/startcommand to respawn at the saved position. - If no position is saved, the player respawns at the map's initial point.
- Use the
-
Reset the Saved Position:
- Use the
/resetcommand to reset the saved position and respawn at the initial point.
- Use the
-
Respawn at the Initial Point:
- Use the
/respawncommand to respawn at the map's initial point, ignoring any saved position.
- Use the
-
Save Menu:
- The menu allows you to save, delete, or use the saved position.
-
Give Weapons:
- Use the
/uspcommand to receive a USP and a knife.
- Use the
-
Switch to Spectator Mode:
- Use the
/speccommand to switch between spectator mode and the CT team. - You can also use
/ctto switch between spectator mode and the CT team.
- Use the
The Main plugin was developed to integrate with another plugin called mainmenu, which is in the same repository. The mainmenu.sma allows players to interact with other server plugins in a centralized way.
The main.sma exposes the following natives for integration with mainmenu.sma:
- native_spawn_player(id): Respawn the player at the saved position.
- native_save_player(id): Reset the player's saved position.
- native_open_save_menu(id): Open the save menu for the player.
These natives are used by mainmenu to provide additional functionalities to players.
In the same repository, there is a plugin called help.sma, which displays an HTML page (MOTD) with the list of commands available on the server. This plugin can be accessed directly through mainmenu (case 8) or via the following commands:
- /comandos: Opens the help page with the list of commands.
- /help: Also opens the help page.
- MrShark45
- ftl~ツ