GAMING STORE

Premium Gaming Assets • Instant Downloads • Pro Quality Designs

141+ Downloads
0 New This Week
4 Bestsellers

Search Products

Categories

Price Range

€0.00
€49.99

Gaming Stats

Total Products 20
New This Week 0
Bestsellers 4
Free Products 8
Total Downloads 141
Avg Price €9.99
Categories 6

Trending Now

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

Search Results for "reload"

Found 3 product(s)

Page 1 of 1
AMXX CS2 Reloading
Counter-Strike 1.6 Plugins
4.99

AMXX CS2 Reloading

CS2 Reloading PluginPlugin Name: ILLUSION PLUGINS: CS2 ReloadingVersion: 1.0Author: illusionLabs.devGame: Counter-Strike 1.6📋 DescriptionCS2 Reloading brings the Counter-Strike 2 fast reload mechanic to Counter-Strike 1.6. This plugin allows players to complete weapon reloads faster by quick-switching weapons during the reload animation, just like in CS2.✨ FeaturesCS2-Style Fast Reloading - Quick-switch weapons to complete reloads fasterSmart Threshold System - Reload completes at 55% of the animation24 Weapons Supported - Works with all CS 1.6 reloadable weaponsShotgun Protection - Automatically excludes M3 and XM1014 (shell-by-shell reload)Death/Team Change Safety - Cleans up reload states on player death or team changeZero Performance Impact - Optimized with safety checks to prevent crashes🎮 How It WorksThe CS2 Reload MechanicStart reloading your weapon (press R)Wait until ~55% of the reload animation completesQuick-switch to knife or another weapon (press Q or scroll wheel)Switch back to your reloading weapon✅ Reload completes instantly - bullets are loaded!Important NotesIf you switch too early (before 55%), the reload will NOT completeYou must switch back to the same weapon that was reloadingOnce you return to the weapon, the reload state is cleared (prevents exploits)Reload tracking is automatically cleared on death or team change🔫 Supported WeaponsPistols (6)Glock18, USP, P228, Desert Eagle, Five-Seven, Dual ElitesSMGs (5)MP5 Navy, TMP, MAC-10, UMP-45, P90Rifles (6)AK-47, M4A1, Galil, FAMAS, SG552, AUGSniper Rifles (4)AWP, Scout, SG550, G3SG1Machine Gun (1)M249❌ Not SupportedM3 & XM1014 (Shotguns) - These reload shell-by-shell and are excludedTotal: 24 weapons supported📦 InstallationRequirementsAMX Mod X 1.8.2 or newerCounter-Strike 1.6Dependencies#include #include #include #include #include ⚙️ ConfigurationReload ThresholdThe plugin uses a 55% threshold by default. This can be adjusted in the source code:#define RELOAD_THRESHOLD 0.55Adjustment Guide:0.50 (50%) - Easier, can switch earlier0.55 (55%) - Default, balanced0.60 (60%) - Harder, must wait longer0.70 (70%) - Very late, near completion🔧 Technical DetailsSafety FeaturesDivision by Zero Protection - Validates reload time before calculationsShotgun Exclusion - M3/XM1014 automatically excludedDeath Event Handler - Clears reload state on player deathTeam Change Handler - Clears reload state on team switchPlayer ID Validation - Checks valid player IDs (1-32)Entity Validation - Validates weapon entities before useHow It Works InternallyReload Start Tracking:Ham_Weapon_Reload hook captures when player starts reloadingStores: start time, reload duration, weapon ID, ammo countsWeapon Switch Detection:Ham_Item_Deploy hook captures when player switches weaponsChecks if returning to a weapon that was reloadingProgress Calculation:Calculates elapsed time vs. total reload timeIf progress ≥ 55%, completes the reload instantlyAmmo Application:Uses set_pdata_int to set weapon clip ammoUpdates backpack ammo via cs_set_user_bpammoSends AmmoX message to update HUDState Cleanup:Clears reload flag when switching back to weaponPrevents double-reload exploit🎯 Weapon Reload TimesThe plugin uses realistic reload times for accurate threshold calculation:Weapon Reload Time AK-472.5sM4A13.1sAWP2.5sDesert Eagle2.2sGlock182.2sUSP2.7sP903.4sMP5 Navy2.6sM2494.7sGalil3.3sFAMAS3.3sAUG3.8sFull list available in source code🐛 Known LimitationsShotguns (M3/XM1014) - Not supported due to shell-by-shell reload mechanicsThreshold Timing - Switching too early will cancel the reload completelyAnimation Visual - The reload animation will be interrupted, but bullets are added🔒 Anti-Exploit ProtectionSingle-Use Tracking - Reload state is cleared after one switch-backNo Double Reload - Prevents reloading twice from one reload animationDeath Cleanup - State is cleared on death to prevent abuseTeam Change Cleanup - State is cleared when changing teams💡 Tips for PlayersPractice the timing - Get familiar with the 55% point for each weaponUse Q for quick-switch - Bind a key for fast weapon switchingWatch the animation - Learn the visual cue for when to switchDon't switch too early - Wait for at least half the animationWorks in combat - Use during firefights to reload faster📞 SupportDeveloper: illusionLabs.devPlugin Version: 1.0For bug reports, suggestions, or support, contact the developer.📄 LicenseThis plugin is provided as-is. Feel free to modify and redistribute with proper credit.Enjoy faster reloads, just like in CS2! 🚀

1
Oct 27
#cs16 #amxx #fast
AMXX Advanced HUD Advertisements
Counter-Strike 1.6 Plugins
FREE

AMXX Advanced HUD Advertisements

Advanced HUD Advertisements Plugin Version: 1.0Author: illusion @ eSportsDesignsPlugin Name: Advanced HUD Advertisements Description AdvertsNEW is an AMX Mod X plugin for Counter-Strike servers that displays customizable rotating advertisements to players using HUD messages. The plugin supports multiple display modes, random colors, and various visual effects to create eye-catching server announcements. Features ✅ Rotating Advertisements: Display multiple ads in sequence or random order ✅ HUD Message Display: Shows ads using colorful HUD messages on screen ✅ Random Colors: Each ad displays with randomly generated colors for visual variety ✅ Customizable Position: Configure X/Y position of HUD messages ✅ Visual Effects: Multiple fade-in/fade-out effects and display modes ✅ Dynamic Variables: Support for %map% and %newline% placeholders ✅ Live Reload: Reload advertisements without server restart ✅ Auto Config Creation: Automatically creates default config if missing Installation Compile the Plugin: amxxpc AdvertsNEW.sma Upload Files: Place AdvertsNEW.amxx in /addons/amxmodx/plugins/ Add AdvertsNEW.amxx to /addons/amxmodx/configs/plugins.ini Configuration: The plugin will automatically create /addons/amxmodx/configs/adverts_hud.ini Edit this file to add your custom advertisements Configuration File File: /addons/amxmodx/configs/adverts_hud.ini Format: ; Adverts HUD Configuration File ; Each line represents one advertisement ; Lines starting with ; are comments and will be ignored Welcome to our server! Join our community at www.example.com Type !menu to open server menu Current map: %map% Line 1%newline%Line 2 of same ad Special Variables: %map% - Replaced with current map name %newline% - Creates a line break in the HUD message Lines starting with ; or / are treated as comments CVars (Console Variables) CVar Default Description amx_adverts_enabled 1 Enable/disable the advertisement system amx_adverts_interval 60.0 Time interval between advertisements (seconds) amx_adverts_random 0 Random order (1) or sequential (0) amx_adverts_effect 2 HUD message effect type (0-3) amx_adverts_holdtime 5.0 How long to display each advertisement amx_adverts_fadein 0.1 Fade-in duration (seconds) amx_adverts_fadeout 0.2 Fade-out duration (seconds) amx_adverts_x -1.0 X position (-1.0 = center) amx_adverts_y 0.2 Y position (0.0 = top, 1.0 = bottom) Effect Types: 0 - No effect 1 - Fade in/out 2 - Flash/strobe effect 3 - Write-out effect Admin Commands Command Access Level Description amx_reloadadverts ADMIN_CVAR Reloads advertisement configuration without restart Usage Examples Basic Configuration: Welcome to [SERVER NAME]! Visit our website: www.yoursite.com Current map: %map% Join our Discord: discord.gg/yourserver Type !shop to open the store Multi-line Advertisement: === SERVER RULES ===%newline%1. No cheating%newline%2. No spam%newline%3. Have fun! Dynamic Content: You are playing on: %map% Server time: Check !time command Technical Details Dependencies: amxmodx, amxmisc, reapi, reapi_stocks Maximum Advertisements: 32 Maximum Message Length: 192 characters Array-based Storage: Uses dynamic arrays for efficient memory management Color System: Random RGB values generated for each display Configuration Tips Position Settings: X: -1.0 centers horizontally, 0.0 = left, 1.0 = right Y: 0.0 = top of screen, 1.0 = bottom of screen Timing Recommendations: Interval: 30-120 seconds (avoid spam) Hold time: 3-8 seconds (readable duration) Fade times: 0.1-0.5 seconds (smooth transitions) Message Guidelines: Keep messages concise and clear Use %newline% sparingly to avoid clutter Test different effect types for best visibility Troubleshooting Ads not showing? Check amx_adverts_enabled is set to 1 Verify config file exists and has valid content Ensure at least one non-comment line in config Position issues? Adjust amx_adverts_x and amx_adverts_y values Test with different screen resolutions Performance concerns? Increase interval time if server experiences lag Reduce number of advertisements if memory usage is high Support For issues or questions: Author: illusion @ eSportsDesigns Check AMX Mod X documentation for HUD message limitations Verify ReAPI installation for proper functionality Note: This plugin requires ReAPI for advanced HUD message functionality. Ensure ReAPI is properly installed and configured on your Counter-Strike server.

16
Aug 20
#cs16 #amxx #plugin
[ADDON] PanelSIX: Notifications
Extensions / Addons
4.99

[ADDON] PanelSIX: Notifications

PanelSIX ADDON - Notifications- Showing join/left messages- Showing kills (X killed X with X weapon)- Showing chat in your CS server + Team Chat- Updates immediately without the need to reload the page- Fully mobile responsive- Included .sma file + php files- Easy to install + install instructions- Modern design- Delete all notifications button- Pagination

9
May 7
#web #cms #addon