Search results

  1. X

    Server Protection against DDOSERS and DOSERS.

    DESCRIPTION : Just put these IP-Tables in your server & your server will be 90% secure against ddos or dos attack. IPTABLES : Don't put the lines starting with #. # Allow local network connections iptables -A INPUT -i lo -j ACCEPT This allows local network to access this network (like bots...
  2. X

    Advanced Admin Chat

    XTreme killer submitted a new resource: Advanced Admin Chat - |Advanced Admin Chat| - contains many features over existing admin chat. Read more about this resource...
  3. X

    MVP plugin

    XTreme killer submitted a new resource: MVP plugin - Most Valuable Person Read more about this resource...
  4. X

    MVP - Most Valuable Person [Deleted]

    XTreme killer submitted a new resource: MVP - Most Valuable Person - Most Valuable Person Read more about this resource...
  5. X

    Solved Scripting Help: Hud message

    public void OnPluginStart() { RegConsoleCmd("sm_hud", Hud, "Hud check"); } public Action Hud(client, args) { for(new i = 1; i <= MaxClients; i++) { SetHudTextParams(0.37, -0.60, 1.0, 255, 0, 0, 200, 1); ShowHudText(i, 3, "MVP :"); SetHudTextParams(0.55...
  6. X

    [WARMOD] Strategic Timeout or Pause

    XTreme killer submitted a new resource: [WARMOD] Strategic Timeout or Pause - pauses next round for given amount of time Read more about this resource...
  7. X

    SM Text Replacer [Morecolors]

    XTreme killer submitted a new resource: SM Text Replacer [Morecolors] - This plugin replace default sourcemod prefix [SM] in chat. Read more about this resource...
  8. X

    Solved Scripting Help [Warmod Pause] : How to freeze players ?

    THANKS Can someone help me why i am not able to run this plugin???? @Vertigo
  9. X

    Solved How to freeze player movement ?

    SetEntPropFloat(client, Prop_Data, "m_flLaggedMovementValue", 0.0); I want to freeze player movement not his aim. Any alternative for this code??? @Vertigo
  10. X

    [Warmod] Score

    XTreme killer submitted a new resource: [Warmod] Score - Sets score on scoreboard as that of war score Read more about this resource...
  11. X

    Solved Sourcepawn Timers - Where am I wrong???

    public OnClientPutInServer(int client) { CreateTimer(5.0, Cheat_check, _,TIMER_REPEAT); } public Action Cheat_check (Handle:timer, int client, int args) { QueryClientConVar(client, "sv_cheats", GetClientVarCheats); QueryClientConVar(client, "r_drawothermodels", GetClientVarWalls)...
  12. X

    Solved Which plugin stores player's disconnect message in server ?

    Which plugin stores player's disconnect message in server ? I want to change the disconnect message in server. Please tell me in which plugin or translation file is this stored??? @Vertigo
  13. X

    Solved I don't know why smac is not kicking players who use rcon??

    I am not the owner in the server but when i use rcon it shows me this: autokick is disabled for LEGEND & NUCLEAR SON How to enable auto kick?? @Vertigo
  14. X

    Solved Help me with this in ubuntu 16.04

    @Vertigo I get this error : Unknown command "s" Unknown command "ementt" Unknown command "stuff" Unknown command "/" Unknown command "stuffcmdstuffcmds" Unknown command "s" Unknown command "cmds" Unknown command "cmdcmds" Unknown command "cmds"
  15. X

    Solved Is apache causing lag in my css server??

    @Vertigo I have my server running with: (UBUNTU 14.04) 1 Cpu and 1 gb Ram I run both apache as well as css running on same server. In linux these processes are running: [ + ] acpid [ + ] apache2 [ + ] apparmor [ ? ] apport [ + ] atd [ ? ] console-setup [ + ] cron [ ? ] cryptdisks [ ? ]...
  16. X

    Solved Can't access admin in servers??

    I type the password in console before entering but still can't access admin setinfo _pw <password> e.g. setinfo _pw test @Vertigo Please help me Either this code has been changed or server side issue......
  17. X

    Solved I am getting this error : libstdc++.so.6: cannot open shared object file: No such file or directory.

    I am getting this error in server <FAILED> file "geoipcity.ext.so": libstdc++.so.6: cannot open shared object file: No such file or directory
  18. X

    Solved How to enable root access in centos 7? [AWS]

    How to enable root access in aws in centos 7?
  19. X

    Solved SteamID changed everytime?

    my Steam ID flutuates between 1. STEAM_0:0:1579988047 (my old steam ID which I used to play with 1 year ago) 2. STEAM_0:0:649484612 (my new steam ID after installing game after 1 year) My adminship is on 1st ID please help me to fix this.
  20. X

    Solved Plugin codes needed?

    https://risserver.in/forum/resources/dos-protect-for-cssv34-windows-server.91/ My base plugin that i am going to use is the above one. I am making a plugin such that whenever someone ddos a server, any client in server can type !ddos and then the plugin automatically detects the attacker's ip...
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock