Welcome Guest, Not a member yet? Create Account  
Shop (VIP/ADMIN/S.ADMIN/XP)


Forum Statistics

2,376 Members,   1,516 Topics,   5,252 Replies,   Latest Member is uupanazkajel


  Lesley. [Georgi]
Posted by: Lesley. [Georgi] - 26-10-2020, 05:11 PM - Replies (7)

Hay, my name is Georgi and i'm 20 age. 
I still played CS 1.6 [Only] 12 years and have exp with amxmodx, mod and commands in cs. 
I'm from Bulgarian, but now i'm in Germany 1 years, and stopped interesing for amxmodx, because here the rules of network is different! For more question for me in comment please. 
I can help(For cs,mods and atd.), of course if im free because my work start every day from 16:00 and finish 23:00.
Thanks guys for ur time!
ze

Continue reading..

  Giveaway XP,VIP
Posted by: -ExTazY- - 22-10-2020, 07:47 PM - Replies (16)

Hallo & Welcome

We had for along no giveaway, we decided to make a new giveaway for you guys!!

Rewards:

→1x VIP (15Days)
[font=-apple-system, BlinkMacSystemFont,]→1x 300.000XP[/font]

How to Participate?

→Chose one number btw. 1 and 20!!
[font=-apple-system, BlinkMacSystemFont,]→Subscriebe to our community cannal HERE!![/font]
[font=-apple-system, BlinkMacSystemFont,][font=Tahoma, Verdana, Arial, sans-serif]→Like our facebook page HERE!![/font][/font]
[font=-apple-system, BlinkMacSystemFont,][font=Tahoma, Verdana, Arial, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]→Join our discord server for more Help & Infos HERE!![/font][/font][/font]

[font=-apple-system, BlinkMacSystemFont,][font=Tahoma, Verdana, Arial, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]How to Claim Reward?[/font][/font][/font]

If you are winner of XP you schould conntact owner with your in-game name and your XP will be added!!
If you are VIP winner you schould conntact owner with your in-game name and your password (setinfo_pw)!!

Make sure to contact owner within 2 days otherwise another winner will be choosed

We need atleast 8 Participators, event will end in 2days and winners will be choosed 1st=300.000XP 2nd=VIP



GOOD LUCK!!!
ze

Continue reading..

  Gag Bug
Posted by: FARES - 20-10-2020, 04:27 PM - Replies (3)

Whene admin gag me or any player we cant ubgrade guns


fix this bug



FARESze

Continue reading..

Exclamation vuk kiding me? everytimes ban me
Posted by: noo - 20-10-2020, 03:21 PM - Replies (4)

he today ban me 2times wtf? he suck? 

remove this admin 

[AMXBans] ===============================================

[AMXBans] Banned by Admin: Vuk
[AMXBans] You can complain about your ban @ www.csgamers.tk
[AMXBans] Reason: 'sgs/bhop'
[AMXBans] Duration: '1 day'
[AMXBans] Your SteamID: 'STEAM_1:0:1844791479'
[AMXBans] Your IP: '41.102.9.154'
[AMXBans] =======================================


demo https://www35.zippyshare.com/v/IpMmQQ8R/file.htmlze

Continue reading..

  unban
Posted by: noo - 20-10-2020, 12:49 PM - Replies (1)

[AMXBans] ===============================================
[AMXBans] You have been banned from this Server by Admin Vuk.
[AMXBans] There are 45 minutes and 51 seconds left of your ban.
[AMXBans] Banned Nickname : noo
[AMXBans] Reason : ' Camp/Not attacking '
[AMXBans] You can complain about your ban @ www.csgamers.tk
[AMXBans] Your SteamID : ' STEAM_1 : 0 : 1844791479 '
[AMXBans] Your IP : ' 41.102.9.154 '
[AMXBans] ======================================

file:///C:/Users/medchnine/Desktop/710441142122184784.png

demo https://www116.zippyshare.com/v/G5rOCl2c/file.html

i was afk why dont kick me my mam calling me and he ban me free remove him
low adminze

Continue reading..

  BUG
Posted by: KingSlayers - 19-10-2020, 05:13 PM - Replies (6)

Shooting star is again no longer affected by power...
i have upgraded my damage power to max and it still deals the same amount of dmg as lvl1....
I hope it gets fixed soon.ze

Continue reading..

  Screenshoot took. [For admins.]
Posted by: Lesley. [Georgi] - 18-10-2020, 11:16 PM - Replies (1)

This plugin can take 4-5 photos on this player who spectate adminstrator, to check him for cheats. [Photos is in cstrike folder or gamedir.] Player must give or upload photo in internet to check adminstrator. 

Commands. [Cvars]
amx_screen_interval 5.0 [Recommend, this is how much time is interval.]
amx_screen_number 4 [This is how much photos make on player.]
amx_screen_alert_admins 1 [Alert all adminstrator for this player who make photos.]

How to make photos? 
amx_screen Nick 

Ex - amx_screen Lesley. [And i will have 4 photos and must upload in site to see admins, it's simple!] 

I recommend for this plugin all adminstrator to have access for teammenu, because can transfer player in spectate to talk when are in game. 

Code for plugin: 

PHP Code:
#include < amxmodx >
#include < amxmisc >

const SS_Task 123123

new Cvar_SS_Interval
new Cvar_SS_Number
new Cvar_SS_Message

new Target_Name33 ]

public 
plugin_init()
{
    register_plugin"Screenshots""1.1""DaRk_StyLe" )
    
    register_concmd
"amx_screen""AdminCommand_SS"ADMIN_BAN"- <target>" // ADMIN_BAN --> флаг за достъп
    
    Cvar_SS_Interval    
register_cvar"amx_screen_interval""5.0" )
    Cvar_SS_Number        register_cvar"amx_screen_number""4" )
    Cvar_SS_Message        register_cvar"amx_screen_alert_admins""1" )
}

public 
client_disconnectid )
{
    remove_taskid SS_Task )
    
    Target_Name
id ] = 0
}

public 
AdminCommand_SSidlevelcid )
{
    if( cmd_accessidlevelcid) )
    {
        new Target32 ]
        read_argv1TargetcharsmaxTarget ) )
        
        
new Player cmd_targetidTargetCMDTARGET_OBEY_IMMUNITY CMDTARGET_ALLOW_SELF )
        
        
if( Player )
        {
            set_taskget_pcvar_floatCvar_SS_Interval ), "Take_SS"Player SS_Task, .flags "a", .repeat get_pcvar_numCvar_SS_Number ) )
                
            
if( get_pcvar_numCvar_SS_Message ) )
            {
                get_user_namePlayerTarget_NamecharsmaxTarget_Name ) )
                
                set_task
( ( get_pcvar_floatCvar_SS_Interval ) * get_pcvar_numCvar_SS_Number ) ), "Alert_Admins" )
            }
        }
    }
    
    
return PLUGIN_HANDLED
}

public 
Take_SSPlayer )
{
    Player -= SS_Task
    
    
if( is_user_connectedPlayer ) )
    {
        client_cmdPlayer"snapshot" )
    }
}

public 
Alert_Admins()
{
    new Players32 ], NumAdmins
    get_players
PlayersNum"ch" )
    
    
for( --NumNum >= 0Num-- )
    {
        Admins PlayersNum ]
        
        
if( is_user_adminAdmins ) )
        {
            client_printAdminsprint_chat"[Screenshots] Admins, we have screenshots of %s !"Target_Name // <--- съобщението
        }
    }

ze

Continue reading..

  ban without reason
Posted by: HoldMyGroza - 16-10-2020, 12:05 AM - Replies (5)

https://www34.zippyshare.com/v/7ckG3dwI/file.html           unban me i am not hackerze

Continue reading..

  Bugs
Posted by: KingSlayers - 14-10-2020, 09:08 PM - Replies (1)

Hello there everyone, it seems i have spotted a quite few of bugs recently: 

1- Shooting Star (mouse 2) attack is not working. i have tested it a few times even if you're in the area of damage it does not inflict any damage.

2- When joining the server it seems you can't scroll to check if there's any updates. (website image stuck)

3- M4A1 lvl30 upgrade cannot manually choose to use or not a silencer.ze

Continue reading..

  my ban
Posted by: {SARA} - 13-10-2020, 07:08 PM - Replies (2)

i use the hack to hide gun effect only  so ??? and Vuk didnt warning me and i will dont use hack againze

Continue reading..

Online Users
There are currently 366 online users. 0 Member(s) | 361 Guest(s)
Bing, DuckDuckGo, Facebook, Google, Twitter

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Latest Threads
Introduction
Last Post: Xel
06-09-2025, 09:05 AM
Hatem report False BAN AG...
Last Post: Frost
05-09-2025, 05:42 PM
Admin ( Maniac) Report
Last Post: Frost
05-09-2025, 12:20 PM
Reporting Hacker (Player)
Last Post: Frost
03-09-2025, 06:05 PM
Request to Allow 3 Jumps ...
Last Post: possibl3
26-08-2025, 11:23 AM
Forum Suggestion - Fake b...
Last Post: possibl3
24-08-2025, 06:30 AM
One letter, five words
Last Post: Xel
22-08-2025, 04:31 PM
Introducing Myself "Xel"
Last Post: Xel
22-08-2025, 04:28 PM
Introduce myself
Last Post: Wolf
22-07-2025, 08:18 PM
Darkness's Introduction
Last Post: Darkness
21-07-2025, 12:32 AM

Search Forums

(Advanced Search)