Jump to content

alex

Founders
  • Posts

    358
  • Joined

  • Last visited

  • Days Won

    18

alex last won the day on December 1 2025

alex had the most liked content!

4 Followers

About alex

  • Birthday 12/22/1982

Contact Methods

  • Website URL
    https://forum.steams.ro
  • Discord
    alecsutzuu.

Profile Information

  • Gender
    Male
  • Game Nick
    al3x
  • City
    București

Recent Profile Visitors

12069 profile views

alex's Achievements

Membru

Membru (2/3)

72

Reputation

  1. Salut, Vreau să vă prezint un proiect la care lucrez: SEO Force AI - un plugin WordPress care generează automat SEO complet pentru produsele din WooCommerce, folosind inteligență artificială. Ce face concret: - Generează automat titlul SEO, meta descrierea, focus keyword-ul, slug-ul URL-ului - Injectează headinguri H2/H3 optimizate în descrierea produsului - Generează alt text pentru imaginile produsului - Scoruri reale de 90+ în Rank Math sau Yoast SEO, fără nicio editare manuală Cum funcționează: Se conectează la AI-ul ales de tine (Claude, DeepSeek, OpenAI, Gemini sau Mistral - cu cheia ta de API), și scrie totul automat. Există 4 moduri de generare: automat la publicarea produsului, direct din editorul de produs, din lista de produse, sau bulk pentru tot catalogul existent. Există în două variante dedicate: una integrată nativ cu Rank Math, alta cu Yoast SEO - fiecare cu suport complet pentru câmpurile specifice ale pluginului de SEO respectiv. Pentru cine e util: proprietari de magazine WooCommerce cu multe produse, unde scrierea manuală de SEO pentru fiecare produs în parte devine consumatoare de timp. Demo video (5 minute): https://youtu.be/j967ZIrKHZM Există și o versiune gratuită de testare: https://euro-hosting.net/seo-force-ai/ Documentație completă: https://euro-hosting.net/seo-force-ai-documentation/ Aștept cu interes păreri și întrebări!
  2. Salut! Înțeleg exact frustrarea — documentația seacă și tutorialele fără direcție sunt un coșmar când ești la început. Recomandarea principală: „100 Days of Code" (Angela Yu, Udemy) E un curs 100% project-based — construiești ceva nou în fiecare zi, de la jocuri simple până la automatizare și aplicații web. Structura seamănă cu un sistem de quest-uri: fiecare zi = un proiect mic, un obiectiv clar, feedback imediat. Prețul e ~15–20€ la reducerile Udemy. → 100 Days of Code pe Udemy Alternativă gratuită: Codecademy – Learn Python 3 Funcționează similar cu Duolingo — exerciții interactive în loc de prelegeri pasive. Bun ca punct de pornire înainte să investești bani. → Learn Python 3 pe Codecademy Pentru Pygame specific: Tech With Tim (YouTube) Serii dedicate Pygame structurate ca mini-proiecte (Snake, Space Invaders, platformere) — exact logica unui skill tree. → Tech With Tim pe YouTube Ordinea recomandată: Codecademy gratuit (2–3 săptămâni) — sintaxă de bază 100 Days of Code — proiecte reale + automatizare Excel/CSV Tech With Tim — Pygame și game dev Evită să cauți „cursul perfect" la nesfârșit — tutorial hell e real. Alege unul și du-l până la capăt. Succes!
  3. alex

    Salut

    Bine ai venit!
  4. Salut, de acord, ti-am creat adminul pe steamid
  5. Pro si de la mine, iti fac acum adminul
  6. 🔥 1. Creezi scriptul universal anti-flood sudo nano /usr/local/bin/flood_guard_universal.sh Lipești: #!/usr/bin/env bash UDP_THRESHOLD=200 TCP_THRESHOLD=150 INTERFACE=$(ip route get 1 | awk '{print $5; exit}') LOGFILE="/var/log/flood_guard_universal.log" echo "[START] Universal Flood Guard pornit pe interfata $INTERFACE" | tee -a "$LOGFILE" # -U = Unbuffered output (important!) sudo tcpdump -U -i "$INTERFACE" -nn -l 2>/dev/null \ | awk -v udp_threshold="$UDP_THRESHOLD" \ -v tcp_threshold="$TCP_THRESHOLD" \ -v logfile="$LOGFILE" ' { now = systime() # extrage IP sursa ip = $3 sub(/\.[0-9]+:$/, "", ip) # UDP sau TCP? if ($0 ~ /UDP/) { udp_count[ip]++ } else if ($0 ~ /TCP/) { tcp_count[ip]++ } # verificare pe secunde if (last_time != now) { # UDP flood for (i in udp_count) { if (udp_count > udp_threshold) { print "[BAN] UDP Flood de la " i " cu " udp_count " pachete/sec" | tee -a logfile system("iptables -A INPUT -s " i " -j DROP") } delete udp_count } # TCP flood for (i in tcp_count) { if (tcp_count > tcp_threshold) { print "[BAN] TCP Flood de la " i " cu " tcp_count " pachete/sec" | tee -a logfile system("iptables -A INPUT -s " i " -j DROP") } delete tcp_count } last_time = now } }' Salvezi: CTRL+O → Enter → CTRL+X 🔥 2. Permisiuni și executabil sudo chmod +x /usr/local/bin/flood_guard_universal.sh 🔥 3. Creezi serviciul systemd sudo nano /etc/systemd/system/flood_guard.service Lipești: [Unit] Description=Universal Flood Guard for CS and VPS After=network.target [Service] Type=simple ExecStart=/usr/local/bin/flood_guard_universal.sh Restart=always RestartSec=3 StandardOutput=append:/var/log/flood_guard_universal.log StandardError=append:/var/log/flood_guard_universal.log [Install] WantedBy=multi-user.target Salvezi. 🔥 4. Activezi serviciul sudo systemctl daemon-reload sudo systemctl enable flood_guard.service sudo systemctl start flood_guard.service 🔥 5. Verifici dacă rulează sudo systemctl status flood_guard.service Ar trebui să vezi active (running). 🔥 6. Vezi atacurile și IP-urile blocate sudo tail -f /var/log/flood_guard_universal.log Când apare flood, vei vedea instant: [BAN] UDP Flood de la 170.64.137.95 cu 840 pachete/sec [BAN] TCP Flood de la 128.1.40.110 cu 367 pachete/sec 🔥 Gata, de acum ești protejat 24/7 Flood-ul nu te mai lasă fără SSH. Serverul cs1.6 nu mai intră în frame-uri. Nu mai pierzi jucători. Nu mai ai lag.
      • 2
      • Thanks
  7. Bine ai venit !
  8. Bine ai venit!
  9. Aprobat
  10. acceptat, da-mi mesaj pe privat cu steamid sau user si parola pentru admin
  11. Aprobat, Grad Elf
  12. Overview This plugin replaces the standard white smoke grenades with colorful smoke effects in Counter-Strike 1.6. It adds visual variety to the game by allowing smoke grenades to produce smoke in different colors - either randomly or based on team affiliation. Plugin Information Name: Colored Smoke Grenades Version: 1.2 Author: steams.ro Original Concept: xPaw Game: Counter-Strike 1.6 Required Modules: engine, fakemeta Features 🎨 Six vibrant smoke colors: Yellow Red Blue Green Magenta Orange 🎯 Three operating modes: Disabled (standard white smoke) Random colors Team-based colors (T=Red, CT=Blue, Spectators=Green) ⚙️ Realistic physics: Grenades bounce realistically on surfaces Bounce sound effects Proper gravity and friction simulation Auto-removal after 21.5 seconds Installation Step 1: Required Files Make sure you have the following sprite files in your server: cstrike/sprites/gas_puff_01y.spr (Yellow) cstrike/sprites/gas_puff_01r.spr (Red) cstrike/sprites/gas_puff_01b.spr (Blue) cstrike/sprites/gas_puff_01g.spr (Green) cstrike/sprites/gas_puff_01m.spr (Magenta) cstrike/sprites/gas_puff_01o.spr (Orange) Step 2: Plugin Installation Place colored_smoke.sma in addons/amxmodx/scripting/ Compile the plugin using AMX Mod X compiler Move compiled colored_smoke.amxx to addons/amxmodx/plugins/ Add colored_smoke.amxx to your plugins.ini file Restart server or change map Step 3: Configuration Add to your amxx.cfg or server.cfg: sv_colored_smoke 1 // Enable with random colors Configuration Console Variable (CVar) sv_colored_smoke <mode> Mode Description Effect 0 Disabled Standard white smoke (plugin inactive) 1 Random Colors Each smoke grenade gets a random color 2 Team-Based Colors Terrorist=Red, Counter-Terrorist=Blue, Spectators=Green Examples Enable random colored smoke: sv_colored_smoke 1 Enable team-based colored smoke: sv_colored_smoke 2 Disable plugin (use default smoke): sv_colored_smoke 0 How It Works Technical Process Interception: Plugin detects when a smoke grenade explodes (via weapons/sg_explode.wav sound) Entity Removal: Original smoke entity is moved off-map and flagged for removal Custom Entity: New entity is created with custom properties Physics Application: Entity receives random velocity for realistic bounce Color Assignment: Smoke color is determined based on current mode Visual Effects: Two-layer smoke effect is created for depth Ground Effect: Small smoke puffs appear when grenade settles Auto-Cleanup: Entity is automatically removed after 21.5 seconds Smoke Effect Layers The plugin creates a dual-layer smoke effect: Main Cloud: Large smoke cloud (100 units radius) centered 50 units above ground Secondary Layer: Wider diffusion effect (150 units radius) for visual depth Ground Smoke: Small smoke puffs (2 units radius) when grenade is stationary Color Distribution Random Mode (sv_colored_smoke 1) Each smoke grenade randomly selects from all 6 available colors with equal probability. Team-Based Mode (sv_colored_smoke 2) Team Color Sprite Terrorist Red gas_puff_01r.spr Counter-Terrorist Blue gas_puff_01b.spr Spectator Green gas_puff_01g.spr Performance Impact CPU Usage: Minimal (< 1% on modern hardware) Network Traffic: Slightly increased due to additional temp entities Memory Usage: Negligible (~50KB for sprite precaching) FPS Impact: None for most clients Server Performance: No noticeable impact Optimization Features Uses efficient Fakemeta natives (pev, set_pev) Proper entity cleanup prevents memory leaks Sprites are precached only once at map start Minimal forward hook overhead Compatibility ✅ Compatible with: AMX Mod X 1.8.2 or higher Metamod 1.21 or higher Counter-Strike 1.6 (all builds) Windows and Linux servers All game modes (Classic, Deathmatch, etc.) ⚠️ May conflict with: Other smoke modification plugins Plugins that hook FM_EmitSound for smoke grenades Custom smoke sprite replacements Troubleshooting Smoke appears white (not colored) Cause: Missing colored sprite files Solution: Download and install all 6 colored sprite files in the correct directory Plugin not working Cause: CVar set to 0 or plugin not loaded Solution: sv_colored_smoke 1 amx_plugins // Check if plugin is loaded Smoke grenades disappear instantly Cause: Entity limit reached or conflicting plugin Solution: Increase sv_maxents value Check for conflicting plugins with amx_plugins Colors don't match teams in team-based mode Cause: Plugin uses internal team IDs Solution: This is expected behavior; team colors are: Team 1 (T) = Red Team 2 (CT) = Blue Team 3 (Spec) = Green Use Cases 1. Visual Enhancement Add visual variety to standard gameplay without affecting balance. 2. Team Identification Use team-based mode to help players quickly identify which team threw a smoke. 3. Event Servers Create colorful and fun atmosphere for community events and casual play. 4. Training Servers Use colored smokes to mark different areas or strategies during practice sessions. 5. Fun Servers Enhance the visual appeal of fun/mod servers with random colored effects. Commands This plugin has no player commands. All configuration is done via server CVars. Admin Commands None required. Configuration is automatic based on CVar settings. Known Limitations Sprite Requirement: Requires custom sprite files (not included with default CS 1.6) Client Download: Clients must download sprite files on first connect No Mid-Air Color Change: Color is determined at explosion, not while grenade is in flight Team Color Override: In team mode, player cannot choose custom colors Changelog Version 1.2 (Current - steams.ro) Complete code refactoring and optimization Switched to modern Fakemeta natives (pev, set_pev) Added proper enums for colors and modes Improved entity validation Better code organization and comments Separated smoke effect creation into dedicated function Enhanced error handling Updated to modern AMXX coding standards Author credit updated to steams.ro Version 1.1 (xPaw) Fixed team-based color assignment Improved bounce physics Added ground smoke effect Version 1.0 (xPaw) Initial release Basic colored smoke functionality Random and team-based modes FAQ Q: Do clients need to download anything? A: Yes, clients will automatically download the 6 colored sprite files on first connect (if FastDL is configured). Q: Does this affect gameplay or provide any advantage? A: No, this is purely cosmetic. Smoke blocks vision equally regardless of color. Q: Can I add custom colors? A: Yes, you can add custom sprites and modify the plugin source code to include them. Q: Will this work with custom smoke mods? A: It may conflict with other smoke modification plugins. Test compatibility carefully. Q: Does this increase server lag? A: No, the performance impact is negligible on modern servers. Q: Can individual players choose colors? A: Not in the current version. Colors are determined by server settings. Support & Credits Support Website: steams.ro Community: AMX Mod X forums Issues: Report bugs through appropriate channels Credits Original Plugin: xPaw Optimization & Update: steams.ro Community: AMX Mod X developers and testers Special Thanks xPaw for the original colored smoke concept AMX Mod X development team Counter-Strike modding community License This plugin is free to use and modify for personal and commercial servers. Please maintain author credits when redistributing or modifying. Redistribution Terms Keep original author credits (xPaw) Keep updated version credits (steams.ro) Provide source code if distributing compiled version Don't claim original authorship Additional Resources Sprite Creation If you want to create custom colored sprites: Use Sprite Viewer/Creator tools Base your sprites on the original gas_puff_01.spr Modify the color palette Save with appropriate naming convention Performance Monitoring Monitor plugin performance with: amx_plugins // Check if plugin is active stats // View server performance Version History Summary Version Date Author Key Changes 1.0 Original xPaw Initial release 1.1 Update xPaw Physics improvements 1.2 2024 steams.ro Complete optimization Thank you for using Colored Smoke Grenades! 🎨💨 For questions, suggestions, or bug reports, visit steams.ro or the AMX Mod X community forums. ColoredSmoke.amxx ColoredSmoke.sma sprites.zip
  13. alex

    Show IP

    Overview The Show IP plugin provides administrators with a convenient way to view player IP addresses directly from the game console. This is useful for server management, detecting ban evaders, and monitoring player connections. Plugin Information Name: Show IP Version: 1.1 Author: steams.ro Required Access: ADMIN_KICK flag Installation Place showip.sma in your AMX Mod X scripting folder (addons/amxmodx/scripting/) Compile the plugin using the AMX Mod X compiler Move the compiled showip.amxx file to addons/amxmodx/plugins/ Add showip.amxx to your plugins.ini file Restart the server or change the map Commands Main Command amx_ip <target> Usage Examples 1. Check a specific player's IP amx_ip PlayerName Output: [AMXX] PlayerName's IP address: 192.168.1.100 2. Check all Counter-Terrorist team IPs amx_ip @CT Output: [AMXX] IP addresses for CT team: 1) Player1 - 192.168.1.100 2) Player2 - 192.168.1.101 3) Player3 - 192.168.1.102 3. Check all Terrorist team IPs amx_ip @T Output: [AMXX] IP addresses for T team: 1) Player4 - 192.168.1.103 2) Player5 - 192.168.1.104 4. Check all connected players' IPs amx_ip * Output: [AMXX] IP addresses for all players: 1) Player1 - 192.168.1.100 2) Player2 - 192.168.1.101 3) Player3 - 192.168.1.102 4) Player4 - 192.168.1.103 5) Player5 - 192.168.1.104 Target Options Target Description Example <playername> Specific player by name or partial name amx_ip John @CT All Counter-Terrorist players amx_ip @CT @T All Terrorist players amx_ip @T * All connected players amx_ip * Access Requirements Admins must have the ADMIN_KICK flag to use this command The plugin respects immunity settings when targeting specific players Features ✅ Display individual player IP addresses ✅ Display team-based IP lists (CT/T) ✅ Display all connected players' IPs ✅ Shows IPs without ports (cleaner display) ✅ Immunity system support ✅ Error handling for invalid targets ✅ Console output for easy copy/paste Error Messages Error Cause Solution Invalid team. Use @CT or @T Wrong team syntax Use @CT or @T only Command output shows no results Player/team not found Verify the target exists Access denied message Insufficient permissions Ensure you have ADMIN_KICK flag Technical Details IP Display Format IPs are shown without port numbers (using flag 1 in get_user_ip()) Format: xxx.xxx.xxx.xxx Performance Minimal server impact Instant execution No background processes Compatibility AMX Mod X: 1.8.2 or higher Game: Counter-Strike 1.6 Platform: Windows & Linux Common Use Cases 1. Ban Evasion Detection Check if a suspicious player is using the same IP as a previously banned player: amx_ip SuspiciousPlayer 2. Multi-Account Detection Compare IPs of different players to detect multiple accounts: amx_ip Player1 amx_ip Player2 3. Team Balance Monitoring Check all team IPs to detect friends playing together: amx_ip @CT amx_ip @T 4. Server Audit Get a complete list of all connected IPs for logging: amx_ip * Privacy & Legal Notice ⚠️ Important: This plugin displays personal information (IP addresses). Server operators should: Comply with local data protection laws (GDPR, CCPA, etc.) Inform players that their IPs may be logged Only use this data for legitimate server administration Secure admin access to prevent misuse Never share player IPs publicly Changelog Version 1.1 Fixed critical bug where player names were overwritten by IPs Improved code structure and removed duplicate code Added proper error handling for invalid targets Updated to use modern AMXX practices (charsmax()) Added team validation for @CT and @T commands Improved console output formatting Better immunity handling with cmd_target() flags Version 1.0 (Original) Initial release Basic IP display functionality Support For issues, suggestions, or contributions: Website: steams.ro Forum: AMX Mod X community forums Credits Original Concept: $uicid3 Fixed & Updated by: steams.ro Community: AMX Mod X developers License This plugin is free to use and modify for personal and commercial servers. Please maintain author credits when redistributing. amx_ip.amxx amx_ip.sma
  14. Overview A simple AMX Mod X plugin that allows players to toggle between first-person and third-person camera views in Counter-Strike. Author: steams.ro Version: 1.1 Features Toggle between normal (first-person) and third-person camera views Simple command interface (/cam) Works in both public and team chat Player state management (prevents camera change when dead) Automatic cleanup on player disconnect User feedback messages Commands say /cam - Toggle camera view (public chat) say_team /cam - Toggle camera view (team chat) Installation Compile the .sma file using AMX Mod X compiler Place the compiled .amxx file in addons/amxmodx/plugins/ Add the plugin name to addons/amxmodx/configs/plugins.ini Restart the server or change map Requirements AMX Mod X 1.8.2 or higher Engine module Improvements Made 1. Removed Unnecessary arrayset() Global boolean arrays are automatically initialized to false, making the manual reset redundant. 2. Added Connection Handlers client_connect() - Resets camera state when player joins client_disconnect() - Cleans up camera state when player leaves This prevents potential bugs where camera states persist incorrectly. 3. Added Alive Check The plugin now verifies if the player is alive before allowing camera changes, preventing issues with spectator mode or death states. 4. Simplified Toggle Logic Changed from verbose if-else to cleaner boolean negation: g_bEnabled[id] = !g_bEnabled[id]; 5. Added User Feedback Players now receive chat messages confirming their camera view changes. 6. Proper Return Values Added PLUGIN_HANDLED returns to properly signal that the command was processed. 7. Code Cleanup Removed AMXX-Studio auto-generated comments for cleaner code. Technical Details Global Variables g_bEnabled[33] - Boolean array tracking third-person state for each player (index 1-32) Functions plugin_init() - Registers plugin and commands plugin_precache() - Precaches required model for third-person view client_connect() - Initializes player camera state client_disconnected() - Cleans up player camera state setview() - Main command handler for camera toggling Usage Example Player types /cam in chat Plugin checks if player is alive If alive, toggles camera view Sends confirmation message to player Player can type /cam again to switch back Notes The plugin requires models/rpgrocket.mdl to be precached for third-person view functionality Camera state is per-player and persists until toggled or player disconnects Dead players cannot change camera view camera_view.sma camera_view.amxx
  15. 🎄 XMAS Sky Manager Day/Night v2.0 Automatic day/night sky rotation plugin for CS 1.6 servers 📖 Description XMAS Sky Manager Day/Night is an AMX Mod X plugin that automatically changes your server's skybox based on real-time hours. Set different skies for day and night, configure the transition hours, and let the plugin handle the rest! ✨ Features 🌤️ Separate day and night skies - Configure different skyboxes for daytime and nighttime ⏰ Customizable schedule - Set exact hours when day/night transitions occur 🔄 Automatic switching - Sky changes automatically every 60 seconds based on server time 📝 Detailed logging - All sky changes are logged in AMX logs 🎨 No downloads required - Uses built-in CS 1.6 skyboxes ⚙️ Easy configuration - Simple INI file with clear documentation 🚀 No map restart needed - Sky changes dynamically without changing maps 📥 Installation Compile the plugin: Upload xmas_sky_manager.sma to your web compiler or use AMX Mod X Studio Download the compiled .amxx file Upload the plugin: Place xmas_sky_manager.amxx in cstrike/addons/amxmodx/plugins/ Enable the plugin: Open cstrike/addons/amxmodx/configs/plugins.ini Add this line: xmas_sky_manager.amxx Restart your server or change map Configure (optional): Edit cstrike/addons/amxmodx/configs/sky_config.ini The file is auto-created with default settings on first run ⚙️ Configuration The plugin creates sky_config.ini in your configs folder with these settings: ; Sky to use during daytime day_sky snow ; Sky to use during nighttime night_sky space ; Hour when day starts (0-23, default: 7 = 7:00 AM) day_start_hour 7 ; Hour when night starts (0-23, default: 18 = 6:00 PM) night_start_hour 18 Default Schedule 07:00 - 18:00 (7 AM - 6 PM) = snow sky 18:00 - 07:00 (6 PM - 7 AM) = space sky 🎨 Available Skyboxes All these skyboxes are built into CS 1.6 - no additional downloads required! 🌞 Recommended for Daytime: snow - Cloudy/snowy sky (DEFAULT) desert - Clear desert sky 2desert - Alternate desert sky morningsnow - Morning with snow 🌙 Recommended for Nighttime: space - Cosmic space (DEFAULT) drksky - Dark cloudy sky black - Pitch black sky neb1 / neb6 - Colorful nebulas 🎭 Other Options: cliff - Rocky cliffs alien1 / alien2 / alien3 - Alien atmospheres xen9 / xen10 - Xen dimensions 📝 Configuration Examples Example 1: Extended Daylight (6 AM - 10 PM) day_sky desert night_sky drksky day_start_hour 6 night_start_hour 22 Example 2: Standard Business Hours (8 AM - 8 PM) day_sky snow night_sky space day_start_hour 8 night_start_hour 20 Example 3: Early Bird Schedule (5 AM - 11 PM) day_sky morningsnow night_sky neb6 day_start_hour 5 night_start_hour 23 Example 4: Always Night Theme day_sky drksky night_sky space day_start_hour 0 night_start_hour 0 🔧 How It Works On server start: Plugin reads sky_config.ini and applies the appropriate sky Every 60 seconds: Plugin checks current server time If time changed: Automatically switches between day/night sky Logging: Each sky change is recorded in AMX logs with timestamp Time Format Uses 24-hour format (0-23) Based on server's local time Hour 7 = 7:00 AM, Hour 18 = 6:00 PM 📊 Server Requirements ✅ AMX Mod X 1.8.2 or higher ✅ Counter-Strike 1.6 ✅ No additional files or dependencies 🐛 Troubleshooting Sky doesn't change Check that the plugin is loaded: amx_plugins in console Verify configuration file exists: configs/sky_config.ini Check AMX logs for errors: logs/L[date].log Sky changes but looks wrong Ensure sky names are spelled correctly (case-sensitive) Verify you're using valid CS 1.6 skybox names Check if custom skyboxes are properly installed (if using custom ones) Changes don't apply immediately Sky updates every 60 seconds, wait a moment Or change map/restart server for instant apply Check if hours are set correctly (0-23 range) 📜 Changelog Version 2.0 ✨ Added day/night sky rotation ⏰ Configurable transition hours 📝 Enhanced logging system 🌍 Full English documentation 🔄 Automatic sky switching without map restart Version 1.1 🎯 Initial release 🌤️ Single sky configuration 👨‍💻 Credits Author: alex - steams.ro Version: 2.0 License: Free to use and modify 💬 Support For issues, suggestions, or questions: Check the troubleshooting section above Review configuration examples Verify AMX logs for detailed error messages 📌 Quick Start Guide Install plugin → plugins/xmas_sky_manager.amxx Add to plugins.ini Restart server (config file auto-creates) Edit configs/sky_config.ini (optional) Enjoy automatic day/night skies! 🌅 Enjoy dynamic skies on your server! ☁️✨ xmas_sky_manager.amxx xmas_sky_manager.sma
×
×
  • Create New...