GAMING STORE

Premium Gaming Assets • Instant Downloads • Pro Quality Designs

85+ Downloads
0 New This Week
4 Bestsellers

Search Products

Categories

Price Range

€0.00
€49.99

Gaming Stats

Total Products 15
New This Week 0
Bestsellers 4
Free Products 5
Total Downloads 85
Avg Price €12.66
Categories 6

Trending Now

Most Downloaded
27 downloads
Hot Categories
Content Management Systems • Counter-Strike 1.6 Plugins • Extensions / Addons

Search Results for "cs1.6"

Found 2 product(s)

Page 1 of 1
Custom Shop Addon: Fast Rush AMXX
Counter-Strike 1.6 Plugins
FREE

Custom Shop Addon: Fast Rush AMXX

Fast Rush Item Plugin A custom AMXX plugin for Counter-Strike 1.6 that adds a "Fast Rush Teleport" item to the custom shop system, allowing players to perform smooth velocity-based dashes with visual effects. 📋 Overview The Fast Rush plugin integrates with the custom shop system to provide players with a purchasable item that enables fast horizontal movement. When activated, players perform a smooth dash in their facing direction with optional visual effects including screen fade and particle trails. ✨ Features Smooth Movement: Velocity-based dash system instead of instant teleportation E Key Activation: Primary activation using the E (USE) key Alternative Commands: Chat command /fastrush for activation Ground Check: Only works when player is on solid ground (prevents mid-air abuse) Cooldown System: 5-second cooldown with visual countdown timer Visual Effects: Cyan screen fade effect during dash Particle beam trail following the player Colored Messages: All chat notifications use colored text Death Handling: Item automatically removed on player death Custom Shop Integration: Seamless integration with existing shop system 🎮 How to Use Purchase: Buy "Fast Rush Teleport" from the custom shop for $5000 Activate: Press E key or type /fastrush in chat Requirements: Must be alive and standing on solid ground Cooldown: Wait 5 seconds between uses (countdown shown on screen) ⚙️ Configuration The plugin includes compile-time configuration options that can be modified before compilation: Visual Effects Settings #define ENABLE_TRAIL 1 // 1 = Enable trail effect, 0 = Disable #define ENABLE_SCREENFADE 1 // 1 = Enable screen fade, 0 = Disable Item Settings #define ITEM_PRICE 5000 // Price in shop currency #define RUSH_VELOCITY 1000.0 // Dash speed (units per second) #define COOLDOWN_TIME 5.0 // Cooldown duration in seconds 🔧 Installation Prerequisites AMX Mod X 1.8.2 or higher Custom Shop plugin installed and working Counter-Strike 1.6 server Installation Steps Place fast_rush_item.amxx in addons/amxmodx/plugins/ Add fast_rush_item.amxx to addons/amxmodx/configs/plugins.ini Ensure custom shop plugin is loaded before this plugin Restart server or change map 🛠️ Technical Details Dependencies - Core AMX Mod X functionality - Miscellaneous AMX functions - Engine manipulation functions - Fun module for entity manipulation - Fakemeta for key detection - Custom shop integration Key Functions E Key Detection: Uses FM_CmdStart forward to detect USE button presses Movement System: Applies horizontal velocity while preserving vertical momentum Trail System: Creates beam effects using TE_BEAMFOLLOW temporary entities Ground Check: Uses FL_ONGROUND flag to ensure valid usage conditions Performance Notes Minimal server impact when effects are disabled Trail effects use temporary entities (no permanent entities created) Conditional compilation eliminates unused code paths Efficient task management for trail cleanup 🎨 Visual Effects Details Screen Fade Color: Cyan (RGB: 0, 150, 255) Duration: Short fade-in effect Trigger: Activated during dash execution Trail Effect Type: Beam trail following player Color: Cyan matching screen fade Duration: 1.5 seconds Update Rate: 10 times per second for smooth appearance 🚫 Limitations & Restrictions Ground Only: Cannot be used while jumping or falling Alive Players: Only works for living players Cooldown: 5-second mandatory cooldown between uses Single Use: Item removed on death (must repurchase) Direction: Always dashes in player's facing direction 🐛 Troubleshooting Common Issues E Key Not Working Ensure no other plugins are blocking the USE key Check that fakemeta module is loaded Verify player has the item purchased No Trail Effect Confirm ENABLE_TRAIL is set to 1 Check that sprites/laserbeam.spr exists on server Verify client has downloaded the sprite file Item Not in Shop Ensure custom shop plugin is loaded first Check for item ID conflicts with other shop items Verify plugin compilation was successful Movement Issues Confirm player is on solid ground Check for velocity-limiting plugins Verify RUSH_VELOCITY setting is appropriate 📝 Changelog Version 1.0 Initial release with full feature set E key detection using fakemeta Smooth velocity-based movement Visual effects (trail and screen fade) Custom shop integration Ground check and cooldown system Colored chat messages Configurable visual effects 👨‍💻 Developer Information Author: illusionlabs.dev Version: 1.0 Plugin Name: CSHOP Item: Fast Rush Item Language: Pawn (AMX Mod X)

1
Sep 11
#cs16 #amxx #cs1.6
[ADDON] PanelSIX: Admins Per Server
Extensions / Addons
20.00

[ADDON] PanelSIX: Admins Per Server

PanelSIX Addon - Per-Server Admin Management This addon extends PanelSIX functionality to enable per-server admin management instead of only global admin assignments. With this addon, you can assign administrators to specific game servers rather than giving them access to all servers. 🚀 Features Per-Server Admin Assignment: Assign admins to specific servers instead of globally Server Identification: Each server has a unique identifier for easy management Backward Compatibility: Works alongside existing global admin system Web Interface: Manage admins through PanelSIX web panel Database Integration: Seamless integration with existing PanelSIX database 📁 Package Contents PanelSIX ADDON - Admins per server/ ├── Images/ # Screenshots and documentation images ├── PanelSIX Files/ # Web panel files │ ├── SQL/ │ │ └── admin_servers_update.sql # Database schema updates │ ├── admin/ │ │ ├── add_admin.php # Add new admin interface │ │ ├── control_admins.php # Admin management interface │ │ └── edit_admin.php # Edit admin interface │ └── admins_list.php # List all admins with server assignments ├── Server Plugin/ │ └── admin_sql.sma # AMX Mod X plugin source code ├── Important information.txt # Installation notes └── README.md # This file ⚠️ IMPORTANT INSTALLATION NOTICE CRITICAL: Before installing the plugin, you MUST modify the server identifier in the plugin source code. Open Server Plugin/admin_sql.sma in a text editor Find this line (around line 78): amx_server_identifier = register_cvar("amx_server_identifier", "main_server", FCVAR_PROTECTED) Change "main_server" to a unique, descriptive name for your server Use a different identifier for each server so you can distinguish them in the panel Example Server Identifiers: "dm_server_1" for Deathmatch Server 1 "jb_server_main" for Jailbreak Main Server "surf_server_eu" for Surf Server Europe "zombie_server_1" for Zombie Server 1 🛠️ Installation Instructions Step 1: Database Setup Import the SQL schema updates: -- Run the contents of PanelSIX Files/SQL/admin_servers_update.sql Step 2: Web Panel Files Upload all files from PanelSIX Files/ to your PanelSIX web directory Ensure proper file permissions are set Step 3: Server Plugin Installation IMPORTANT: Edit admin_sql.sma and change the server identifier (see above) Compile the plugin using AMX Mod X compiler: amxxpc admin_sql.sma Upload the compiled admin_sql.amxx to your server's addons/amxmodx/plugins/ directory Add the plugin to your plugins.ini file: admin_sql.amxx Restart your game server Step 4: Configuration Configure your database connection in addons/amxmodx/configs/sql.cfg Set the server identifier cvar in your server configuration: amx_server_identifier "your_unique_server_name" 🎮 How It Works Global vs Per-Server Admins Global Admins (server_specific = 0): Have access to ALL servers Per-Server Admins (server_specific = 1): Only have access to assigned servers Server Registration Servers automatically register themselves in the database when they start Each server is identified by its unique server_identifier The web panel shows which servers each admin has access to Admin Assignment Process Add a new admin through the web panel Choose whether the admin should be global or server-specific If server-specific, select which servers the admin should have access to The plugin automatically loads the correct admins for each server 🌐 Web Interface Features Admin List: View all admins with their server assignments Add Admin: Create new admin accounts with server selection Edit Admin: Modify existing admin permissions and server access Server Management: View and manage registered game servers 🔧 Technical Details Database Schema The addon adds the following tables/columns: game_servers: Stores server information and identifiers admin_game_servers: Links admins to specific servers diveban_admins.server_specific: Flag indicating if admin is server-specific Plugin Features Automatic server registration Per-server admin loading Backward compatibility with existing admin systems Support for both MySQL and SQLite databases 🐛 Troubleshooting Common Issues Admins not loading on server: Check that the server identifier is correctly set Verify database connection in sql.cfg Ensure the server is registered in the game_servers table Web panel not showing servers: Run the SQL update script Check file permissions on uploaded PHP files Verify database connection in PanelSIX configuration Plugin compilation errors: Ensure you have the latest AMX Mod X includes Check that all required modules are loaded 📞 Support If you encounter any issues: Check the server console for error messages Verify all installation steps were completed Ensure database permissions are correct Check that the server identifier is unique and properly set

0
Sep 2
#panelsix #addon #cs16
Special Offer
Use code SAVE10 to get 10% OFF
Promo code copied!