Jump to content
Facebook Twitter Youtube

Mr.PirattY

Members
  • Posts

    413
  • Joined

  • Last visited

  • Country

    Albania

Posts posted by Mr.PirattY

  1. First of all,the operation system is called Linux.

    Secondly,follow these steps to solve your problem:

    • Open an account at https://www.000webhost.com/ .
    • Create a free undedicated hosting with a free domain.
    • On the /public or /html path,import the downloadable resources of your server.
    • Type the host's link on server.cfg file of your cstrike server folder.

    Done!  checkmark.png

    PS: Noone will give you any link.

    4 hours ago, f1x!k said:

    ask your hoster for fastdll link -_-

     

    • Haha 1
  2. You just have to type in the console (~ button of your keyboard) :

    bind "key name" "usage"

    Examples:

    bind "F1" "say /lm"

    bind "p" "createlaser"

    bind "alt" "attack2" 

    Afterwards,during the gameplay,you just have to press the button to see if it works.

    If these don't work,show us the console's output.

    Otherwise,clean up your config.cfg file in your cs or reinstall you cs 1.6

     

  3. Plugin about.png : This plugin adds a non-playable-character on the server. A very liked plugin by the in-game players. It makes the server more well-configured and interesting.

    Non-playable-character about.pngThe clown has 3000 HP,and can take damage from humans and zombies. But,a single bullet to the clown,takes down 3 hp from the human/zombie,so 3 hp per shot.This makes the clown very special and only a random player can kill it. That's not all,it gives 50 Ammo Packs & a nice HUD Message to the killer!

    Author administrator-male.png: Mr.PirattY

    Screenshots unsplash.pngpSSOgy3.jpg

    Download download-from-cloud.png : Click!

  4. hello.png

    In this topic,i'm going to assume some tips on how to make CSBD Points quicker!  idea.png

    Zoom in the pictures,just by clicking on them! search.png

    key-security.pngParticipate in the Casino Category of the forum.

    PpwNja6.png   Don't put your joggers into it! ? 

    ------------------------------- Second step -------------------------------------------

    gHtzNOA.png  Click on Quick Bet and place your desired amount.

    ------------------------------- Third step ---------------------------------------------

    qiS0ZLq.png

    key-security.png Make well-thought statuses which require a general reply or leaves you a like. 

    k6STJr6.png

    key-security.png Compliment others and make worthy topics on the right place and right time!

    Well,these were the most efficent ways to make points.

    Greetings!

    • I love it 7
    • Like 3
  5. Someone joined Ev!l Zombie Plague and abused? Tell us right now,and we'll do our job.

    This's how you can report them.

    1) Make a new topic. 

    2) Follow the model. 

    3) Wait for Ev!l's STAFF review!

    MODEL

    • Player's nickname:
    • Date and time:
    • Information:
    • Proof (screenshots only) :                                                         

     

    And you see? It all just 'happens'. 

    As soon as we reply,we'll give your case an immediate solution.

    Greetings!

  6. Have your interests been shaken by an abusive administrator? Here's what you can do to report him.

    1) Make a new topic. 

    2) Follow the model. 

    3) Wait for Ev!l's STAFF review!

    MODEL

    • Admin nickname:
    • Date and time:
    • Information:
    • Proof (screenshots only) :                                                         

     

    And you see? It all just 'happens'. 

    As soon as we reply,we'll give your case an immediate solution.

    Greetings!

  7. 23 hours ago, Zayn. said:

    Name: @Zayn.

    Nickname: Meroune

     Age:22

    Country:Algeria

    Q-Do you have adminship experience? : ofc 5 years ftp

    Q-Why would you want to become administrator?: to help this sv and respect rules + give players

    Q-How much have you played in Ev!l Zombie Plague? (Gametracker.rs played  time link) in old i was Owner than i left bcz i was have school xD I Was have 15 years ? 

    I'm giving you a trial super admin.

    If all goes well for a week,you'll get promoted.

    Cheers @Zayn.!

    • Haha 2
  8. Hello there.

    I'm looking for some players who'd be corresponded the following grades : 

    • Co-Owner ( Great activity / payment )

    • Head Admin ( Great activity / helpful )

    • Super Admin 

    • Moderator 

    • Administrator

    • Helper

    • Slot

    Are you interested? Reply this topic with the correct form below: 

    Name:

    Nickname:

    Age:

    Country:

    Q-Do you have adminship experience? : 

    Q-Why would you want to become administrator?:

    Q-How much have you played in Ev!l Zombie Plague? (Gametracker.rs played  time link) :

     

     

    • I love it 1
  9. Description: This plugin gives X ammo packs to Steam Community Member Players when connecting to the server.

    Code: Surely needs to be compiled first.

    #include <amxmodx>
    #include <fakemeta> 
    
    #define PLUGIN    "STEAM Packs"
    #define AUTHOR    "Mr.PirattY"
    #define VERSION    "0.1"
    
    new name[32]
    
    public plugin_init()
    {
        register_plugin(PLUGIN, VERSION, AUTHOR)
    }
    
    public client_putinserver(id)
    {
        if(is_user_steam(id))
        	set_task(5.0, "hud", id)
    }
    
    public hud(id)
    {
        if(is_user_steam(id))
        {
    	new name[35], steamid[32];
    
    	get_user_name(id, name, sizeof(name) -1)
          	get_user_authid( id, steamid, sizeof(steamid) -1)  
    
    	static motd[2001], Linija;
    	Linija = format(motd, 2000,"<!DOCTYPE html><html><head><title>In-Game Steamer.</title></head><body bgcolor='#161513'>")
    	Linija += format(motd[Linija], 2000-Linija,"<center><h4 style='color:lightblue;opacity:0.7'>In-Game Steamer.</h1></center><font style='font-family:Arial, Helwetica, Sans-Serif;font-weight:Bold;font-size:15px;'>");
    	Linija += format(motd[Linija], 2000-Linija,"<small style='font-align:left;color:white;'>Hey %s! You've been detected as a Steam Community Player by the <span style='color:gold;'> system</span>!<br><hr><br>", name);
    	Linija += format(motd[Linija], 2000-Linija,"<br><span style='color:white;'>Your SteamID: <span style='color:lightblue;opacity:0.7;'>%s</span>.<br>", steamid);
    	Linija += format(motd[Linija], 2000-Linija,"<br><span style='color:white;'>Your Award: <span style='color:lightblue;opacity:0.7;'>100 Ammo Packs</span>.");
    	Linija += format(motd[Linija], 2000-Linija,"<hr/><br>");
    	Linija += format(motd[Linija], 2000-Linija,"<br><span style='color:white;'>Thank you for playing on <span style='color:lightblue;opacity:0.7;'>Ev!l Zombie Plague</span>,the proper place.");
    	Linija += format(motd[Linija], 2000-Linija,"<br><span style='color:white;'>Mr.PirattY: ^"<span style='color:lightblue;opacity:0.5;'>Welcome to the devil side.</span>^"");
    	Linija += format(motd[Linija], 2000-Linija,"<br></font></body></html>")
    	show_motd(id, motd, "In-Game Steamer.")
    	return 0
        }
    }
    
    stock bool:is_user_steam(id)
    {
    	static dp_pointer;
    	
    	if(dp_pointer || (dp_pointer = get_cvar_pointer("dp_r_id_provider")))
    	{
    		server_cmd("dp_clientinfo %d", id);
    		server_exec();
    		return (get_pcvar_num(dp_pointer) == 2) ? true : false;
    	}
    	
    	new szAuthid[34];
    	get_user_authid(id, szAuthid, charsmax(szAuthid));
    	
    	return (containi(szAuthid, "LAN") < 0);
    }

    Special Feature:  Apart from giving packs,it also shows a nicely done MOTD throughout scripting.

    Version: 1.0

    Installation: 1) Compile. 2) Place .amxx file to plugins foldier. 3) Write filename.amxx on zplague-plugins.ini 

    • I love it 1
  10. Description : This plugin gives +20 Armor (to Humans) | +1000 Health (to Zombies)

    Name : Night Time Features

    Version : 1.0

    Installation:

    1- night_time.amxx file, put it in addons / amxmodx / plugins

    2- Enter the file addons / amxmodx / configs / plugins-zplague.ini and add the following  in the last line :

    night_time.amxx
    

    Download Click

  11. Description : This plugin is used in Zombie Plague Mods expecially ZP 4.3 / 5.0

    Name : Zombies VS Humans Score

    Version : 1.1.5

    Photo :    20180118180411_1.jpg.3d5964eeb393935e3be63b769e691dee.jpg

    Installation:

    1- zp_score.amxx file, put it in addons / amxmodx / plugins

    2- Enter the file addons / amxmodx / configs / plugins-zplague.ini and add the following  in the last line :

    zp_score.amxx
    

    Download Click

  12. 6 minutes ago, ScareCrow said:

    Hello Sir..

    This Problem Often Occurs Due To Your Weak Connection Problem so In Order To Fix This Problem Follow These Steps

    • Go To The Counter Strike Folder That You have Saved In Your Drives
    • Then Create A Desktop Shortcut Of Counter Strike (CS 1.6)
    • After This Press CTRL + ALT + DEL to Open Task Manager
    • Go To Processes Tab And Find The Explorer.exe and Click On "End Process" (Make Sure When You Click On End Process You Must First Click On explorer.exe)
    • Then Go To The file "New Task (run)"
    • Select The Browse And Find The Countrer Strike Icon On Desktop And Click Run

    In This Way You Will Be Able To Play Servers Without Connection Issues ..
    Once You End Up Playing So For Retriveing The Desktop . Follow These Steps

    • CTRL + ALT + DEL to Open Tast Manager
    • Click On File Then " New Task (run)"
    • Type In Explorer.exe And Click Run

    And In This Way You Will Be Able To Retrive Your Desktop

    Note : If Above Steps Doesn't Work Then Open Up CS Then Console And Write These

    rate 7500
    cl_cmdrate 30
    cl_updaterate 20

    I Hope It Works Thanks

     

    Nope,didn`t work,thanks anyway.

    But guys,it can`t be the internet part,my internet is too fast. For more,i can join every server,except KROND Servers.

  13. Nickname : (random name)

    Problem : I cannot enter any server from CSBD ?! Before 2-3 days,i could join,but now,i can`t. I`d like to have fast support according to this problem. 

    Does there exist the possibility that i`m Blacklisted ?!  [ IP : 185.33.33.133 ] | I can enter other servers.

    Screenshot : 

     

    • I love it 1

WHO WE ARE?

CsBlackDevil Community [www.csblackdevil.com], a virtual world from May 1, 2012, which continues to grow in the gaming world. CSBD has over 70k members in continuous expansion, coming from different parts of the world.

 

 

Important Links