+- +-

+-User

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - DON KHAN

Pages: [1] 2 3
1
General Discussion / Rules
« on: August 28, 2019, 01:50:29 pm »
Rules Of Counter Strike 1.6 Mod Helping.

Posting
  • Search Before Asking A Question.
  • Use A Better & Descriptive Topic Name.
  • Don't Bump Your Thread Until 24 Hours Passed.
  • Don't Abuse & Always Be Respective Otherwise You Can Be Banned Temporary / Permanent.
  • Don't Spam In Any Thread.
  • Don't Advertise Your Website/Forum/Hosting Or Such Types Of These Things Otherwise 1st Time You'll Be Warned & 2nd Time Will Be Banned.

General

  • Don't Create Multiples Account To Evade Ban.
  • Don't Use "Report Us" Or "Contact" For Anything Other More Than Forum Issues.
  • If You've Any Problem From The Decision Of Moderators Or Administrators So Send Them Private Message.
  • If You See Post In Wrong Section So Use Report Button To Move It To Right Place.

The Authority Of Counter Strike 1.6 Mod Helping Can Delete, Edit, Move Or Close Any Topic For Any Reason.

FounDeR & Developer Of Counter Strike 1.6 Mod Helping
DON KHAN

2
Approved Plugins / Advance VIP Menu [Public, CSDM & Furien]
« on: June 22, 2019, 11:50:05 am »
Hi.

As I Said I'm Working On The VIP Menu.

So Finally I've Created The VIP Menu Successfully...

Description:

Provides A Guns Menu To VIPS.

I've Added The VIP Menu Disable For awp_india Map And 35hp_2 Map Too.

I've Added 6 Items In The Menu...

Deagle

Famas

M4A1

AK47

AWP

Grenade Set

Gravity 500

You Can Take Open The Menu After 2 Rounds Of The Map Starts.

Command:

/vm : To Open VIP Menu.

Whats New:

Added 500 Gravity In Menu For VIP.

Versions:

Code: [Select]
Versions:
1.0 : Release The Plugin.
1.1 : Added Grenade Set.
1.2 : Added.
   register_event("HLTV", "round_start", "a", "1=0", "2=0")
   register_event("TextMsg", "EventRoundRestart", "a", "2&#Game_C", "2&#Game_w")
}

public round_start()
{
   for(new id = 0; id <= get_maxplayers(); id++)
   {
      Weapon1[id] = 0
      Weapon2[id] = 0
      Weapon3[id] = 0
      Weapon4[id] = 0
      Weapon5[id] = 0
      Weapon6[id] = 0
   }
   rounds++
}

public EventRoundRestart()
rounds = 1

& Added if(rounds > 2) In Cases.

1.3 Optimized The Code.

1.4 : Fixed VIP Connect Message.

1.5 Optimized Code.

1.6 Added Gravity For VIPS[attach=1].

Special Thanks To:

SHIELD755 To Help To Add Disable VIP Menu For awp_india Map & 35hp_2 Map.

I Hope You Guys Like My This Release.

If Have Any Question So Ask :D

Thanks...

3
Approved Plugins / [ZP] VIP Model
« on: June 17, 2019, 08:57:35 am »
Hello Guys.

I Saw Lot Of Request In Facebook For The VIP Model Working In ZP Mod.

So I Decided To Script The Plugin.

The Code Is Here.

Code: [Select]
#include < amxmodx >
#include < hamsandwich >
#include < zombieplague >
#include < zmvip >

new g_pluginInfo[][] =
{
"[ZP] Addon: VIP Model",
"1.2",
"DON KHAN"
};

#define IsPlayer(%0) ( 1 <= (%0) <= get_maxplayers() )

new const g_vipModelHuman[][] = { "vip" };

public plugin_precache()
{
register_plugin( g_pluginInfo[0], g_pluginInfo[1], g_pluginInfo[2] );
RegisterHam( Ham_Spawn, "player", "forwardClientSpawn_Post", 1 );

static index;
for (index = 0; index < sizeof g_vipModelHuman; index++ )
{
static patch[126];
formatex( patch, sizeof patch, "models/player/%s/%s.mdl", g_vipModelHuman[index], g_vipModelHuman[index] );
precache_model( patch );
}

}

public forwardClientSpawn_Post( client, attacker, gib )
{
if ( IsPlayer(client) && (zv_get_user_flags(client) & ZV_MAIN) )
zp_override_user_model( client, g_vipModelHuman[random_num(0, sizeof g_vipModelHuman  - 1)] );
}

public zp_user_humanized_post( client, survvior )
{
if ( zp_get_user_survivor(client) )
return ZP_PLUGIN_HANDLED;

if ( IsPlayer(client) && (zv_get_user_flags(client) & ZV_MAIN) )
zp_override_user_model( client, g_vipModelHuman[random_num(0, sizeof g_vipModelHuman  - 1)] );

return PLUGIN_CONTINUE;
}

You Can Change The VIP Skin Model Name By
Code: [Select]
new const g_vipModelHuman[][] = { "vip" };
>>>>

Code: [Select]
new const g_vipModelHuman[][] = { "Your_Skin_Name" };
Put Your Skin Name Without Space Like This VIPSkin Or VIP_Skin.

Well Hope You Guys Like My This Plugin.

Thank You

4
Approved Plugins / [ZP] SVIP Plugin
« on: June 13, 2019, 11:43:24 am »
Hello Guys.

I Saw In Many ZP Servers Having SVIP Plugin , But When I Searched For This Plugin Here So I Didn't Get But I Got The aaarnas VIP Plugins Then I Decided To Turned It Into SVIP Plugin.

I Got A SVIP Plugin But Its Was In Amxx File And When I Added It Into My Server The SVIP Plugin And VIP Plugin's Was Disturbing Each Other Due To Same Lang In The .txt File.

Credits:

aaarnas For The Real Plugin

Me: For Turning It To SVIP Plugin.


Description:

* SVIP Have SVIP Menu In Extra Items.

* Show A SVIP Connect Message When A SVIP Connects.

* Show The SVIP Player In /svips

* /svip For The SVIP Privilege.

* Same Cvars As aaarnas' ZM VIP Plugin But Some Changing.. You Can See All Cvars Bellow.

* It Has Damage, Jumps, Armor, Unlimited Ammo, Kill Ammo, Infect Health. (I Didn't Created This aaarnas Created This I Just Edited This).


Cvars:

//--------------------------------
//   ZM_SVIP v1.5 cvars file
//   Author: aaarnas and turned into svip by DON KHAN
//--------------------------------
// Changes loads only on server mapchange/restart/start.

// Base plugin cvars

zp_svip_jumps 3 // How many jumps can player do in air.
zp_svip_allow_jump ab // Allow multi-jump: a-human. b-zombie, c-survivor, d-nemesis. Write letters of classes witch you want to affect.
zp_svip_armor 200 // How much armour humans gets every spawn, [0-off]
zp_svip_killammo 2 // Extra ammo for kills [zombies and humans], [0-off]
zp_svip_infectammo 2 // Extra ammo for infecting humans [zombies], [0-off]
zp_svip_infecthealth 1000 // Extra health witch zombies gets when infecting humans [0-off]
zp_svip_nemextra 1 // 1 - ignore extra health (zp_svip_infecthealth) for nemesis [0-don't ignore]
zp_svip_show 1 // Show connecting svips (in chat) [0-off]
zp_svip_unlimited_ammo 1 // 1 - Give vips unlimited clip for all guns [0-off]
zp_svip_no_fall_damage 1 // 1 - Disables fall damage for vips [0-off]
zp_svip_damage_reward 1000 // Damage done to get 1 ammo pack [0-off]. IMPORTANT: ZP mod always givving ammo in this type(If enabled). This cvar is seperate from main mod, so vips gets x2 ammo packs. One from mod, other from this plugin.
zp_vip_damage_increase 1.0 // How much increase humans attack demage (damage*cvar). [1.0 - off]
zp_svip_happy_hour off // Enables Happy Hour. Example: (zp_vip_hour 03-13) from 3h night, to 13h day. ['off' - off]
zp_svip_happy_hour_frag 1 // Gives extra frag for kills and infect
zp_svip_happy_hour_ammo 1 // Gives extra ammo packet for infect and kills
zp_svip_nonvip_tease 1 // Let non vip player open /vm menu, but they can't buy anything.

// MODE 2 cvars (they will work only then MODE is set to 2 or 3)

zp_svip_register_in_zp_extra 1 // Show SVIP menu in Zombie Plague Extra items menu [0-off]
zp_svip_menu_close 1 // 1-will close menu, after extra item bought, 0 - don't
zp_svip_hour off // Gives vips for all players. Example: (zp_svip_hour 03-13) from 3h night, to 13h day all will get a free svip. ['off' - off]
zp_svip_hour_flags abe // Flags witch player gets (zp_svip_hour) active (check svips.ini)

// MODE 3 cvars (they will work only then MODE is set to 3)

zp_vip_cost_ammo 80000 // How much ammo will cost SVIP, if buying it from extra items menu [0-just opens menu, when select "SVIP Menu".]
zp_vip_buy_time 1 // days how long (days) players will have svip, when bought it for ammo. 0 - forever
zp_vip_buy_flags abcde // Flags witch player gets when buying svip (check svips.ini)

Versions:

1.0: Turned VIP Plugin To SVIP Plugin.

1.1: Changed Cvars Name.

1.2: Edited Lang File Of SVIP Plugin.

1.3: Edit SVIP Menu.

1.4: Fixed SVIP Menu From The Extra Items.

1.5: Fixed SVIP Menu Because SVIP Guns Wasn't Showing In The SVIP Plugin.


Now Lets Move Out From Here And Now I Will Teach You How Too Make A SVIP Plugin.

Cuz I Edited The zmvip.inc Too And Made It zmsvip.inc So There Are Some Changes.

To Turn A Gun To SVIP Gun Follow These Steps:

* Add #include <zmsvip> In The SMA File.

* Find zp_register_extra_item(const name[], const discription[], cost, team). For Example:
Code: [Select]
zp_register_extra_item("CrossBow", 150, ZP_TEAM_HUMAN)Now Change The Line Into. zsv_register_extra_item(const name[], const discription[], cost, team)
For Example:
Code: [Select]
zsv_register_extra_item("CrossBow", "3x Damage", 150, ZSV_TEAM_HUMAN)
* Now The Final Step: Find For
Code: [Select]
public zp_extra_item_selected(id, itemid)   And Make It:
Code: [Select]
public zsv_extra_item_selected(id, itemid)
For Compiling The Gun Plugin You Must Have To put zmsvip.inc To Include Folder.

Now Save And Compile The Plugin.


Hope You Guys Like My Effort.


If You Want Any Help So Feel Free To Ask :D

5
Hi Guys,

I Hope This Topic May Help You By Providing You Some Awesome BBC Codes.

There Will Be Updates Of Forum And BBC Codes Will Be Annouced :D


Updates:

* Added Prefix (AMXMODX -) Before All The Categories.
* Made Rules & Posted + Add As Announcement Too.
* Moved The Rules & Regulation Topics From Approved Plugins To New Plugin Submissions.
* Added News Category AMXMODX Discussion.
* Added (News) Board In The AMXMODX Discussion Category.
* Added (General) Board In AMXMODX Discussion Category.

More Updates Coming Soon.

BBC Codes:

* Added Link With Title System:

Description:

Now You Can Add Click Here System Easily By Adding This Code In Your Thread:

Code: [Select]
[url=Your URL Here]{Your File Title Like: Click Here, Get Source ETC...}[/url]
* Added Spoiler System:

Description:

Now You Can Add Spoiler By Adding This Code In Your Thread:

Code: [Select]
[spoiler]Anything[/spoiler]
* Added Name Of Spoiler System:

Description:

Now You Can Name Your Spoiler By Adding This Code In Your Thread:

Code: [Select]
[spoiler="TypeName"]Anything[/spoiler]

We Will Announce More Updates And Codes Also.

6
Helping Stuff / BHOP Script
« on: June 08, 2019, 01:40:41 pm »
Hey Guys.

Today I'm Here With New Topic.

As I Said That I Will Upload Bhop Script Also So Now I'm Uploading These Script Of BHOP.

Its A Good Script And You Can BHOP Fastly By It.

Video Will Be Uploaded Soon And I Will Add The Video Here.

You Gotta Follow Some Steps:

* Download userconfig.cfg

Or Paste This Script On Notepad:

Script:
Code: [Select]
//Bhop Script
alias +bhop "alias _special jump;jump"
alias -bhop "alias _special"
alias jump "+jump;wait;-jump;wait;special"
bind "v" "+bhop"

You Can Change The BHOP Button By V Button.

And Save It As userconfig.cfg

* Now Paste The CFG File At cstrike Folder.

* Open config.cfg & Check In The Last Line If There Is A Line exec userconfig.cfg, If Not So Type This

   Line And Save.

* Open Counter Strike 1.6 And Type In Console exec userconfig.cfg

* Now Join Any Server And Enjoy This Script + Don't Forget To Subscribe My Channel :D


Download CFG File: {userconfig.cfg}

I Will Upload Some Helpful Stuff Also Like Fast Sniper Switch Without Any Fast Sniper Switch

Plugin.

Cya Guys

7
Helping Stuff / Armor Bind Config
« on: June 06, 2019, 11:50:29 am »
Hi Guys,

Today I Will Show You How To Bind Armor In Any Zombie Server.

For It You Gotta Just Follow Some Easy Steps.

Watch This Video For Tutorial Help: https://youtu.be/ZGCQ0jZN934

Steps:-

* Download armor.cfg

* Close The Counter Strike 1.6 If Its Open Cuz It Will Remove The File From cstrike Folder.

* Place It To cstrike Folder, Follow Me How To Do It.

* Open config.cfg

* Type exec armor.cfg In The Last Line Of The CFG File Now Save The File.

* Now Open CS 1.6 And Type In Console exec armor.cfg And Do It When You Open CS Otherwise It Will Not Work If You Won't Type exec armor.cfg.

* Now Type bind c "zp_armor" To Bind The Armor Command By C Button.


And IF YOU WANT ANY HELP SO FEEL FREE TO ASK, I'LL REPLY ASAP.

Note: You Have To Change The Number In The Cfg File.

For Example... In The ZP Menu Armor IN M > 2 > 3 So

Put In The CFG

Code: [Select]
In The ZP Menu Armor IN M > 2 > 3 So
Example 1: alias zp_armor "chooseteam; menuselect 2; ...; menuselect 5_armor; "bind "c" "zp_armor
>>>
alias zp_armor "chooseteam; menuselect 2; ...; menuselect 3_armor; "bind "c" "zp_armor

In The ZP Menu Armor IN M > 2 > 8 So
Example 2: alias zp_armor "chooseteam; menuselect 2; ...; menuselect 5_armor; "bind "c" "zp_armor
>>>
alias zp_armor "chooseteam; menuselect 2; ...; menuselect 8_armor; "bind "c" "zp_armor

Download Armor.cfg : Click Here

8
New Plugin Submission / Must See This Post Before Posting A Plugin
« on: June 06, 2019, 11:47:11 am »
Hello Guys.

This Is The Sub Forum Where You Have To Upload Your New Plugin Don't Post Your Plugin On Approved Plugins Sub Forum Otherwise It Will Move To Trash And You Might Be Temporary Ban From The Forum.

This Post Trash Plugin Here.

Fix The Bugs Which You Will Get From Other People's Replies To Make Your Post Approved To Approved Plugins Sub Forum.

Give Some Introduction Of Your Plugins, For Example Commands, Cvars, Bind And Anything Else Which Is Important To Tell.

After Fixing Bug Update Your Plugin Version Like...


Code: [Select]
Versions:
1.0: Release The Plugin.
1.1: Fix A Bug

PLEASE READ THIS BEFORE POSTING :D

9
Helping Stuff / All Binds For Zombie Plague Mod
« on: June 06, 2019, 03:37:16 am »
Admins Binds

 

Bind "KEY" "say @@ Don't Shoot [LM] ====> Slay!!!"
Bind "KEY" "say @@ [ZM] Attack  ====> [3] Slap = Slay!!!"

Bind "KEY" "say @@ [sTOP] Block ====> Slay!!!"

Bind "KEY" " say @@ [DOWN] Of Map ====> Slay!!!"

Bind "KEY" " say @@ [ZM] Out Of Water ====> Freeze / Slay!!!"

Bind "KEY" "say @@ Don't Break Box Before Infection ====> Slay!!!"

 

 
How to change Key ??
 
EXAMPLE:
Bind "KEY" "say @@ Don't Shoot [LM] ====> Slay!!!"
 
To change the BIND change the KEY between " "
Old Key >> Bind "F7" "say @@ Don't Shoot [LM] ====> Slay!!!"
New Key >> Bind "F1" "say @@ Don't Shoot [LM] ====> Slay!!!"
 

 

---------------------------------------------------

 

Binds

Mod Binds

 

Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 9;menuselect 1;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Survivor

Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 9;menuselect 2;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Sniper
Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 9;menuselect 3;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Nemesis
Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 9;menuselect 4;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Assassin

 

 

Elements HUMAN

 

Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 3;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Unlimited Clip
Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 6;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // multi jump
Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 4;wait;wait;wait;wait;wait;wait;waitaQ253Bs0" // armor +100

Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 2;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // JetPack
Bind "KEY" "jointeam;menuselect 2;menuselect 9;menuselect 7;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Tryder

 

Bind "KEY" "say /lm"

Bind "p" "createlaser" [You can't change this binds]

Bind "v" "takelaser" [You can't change this binds]

 

 

Elements ZOMBIE

 

Bind "KEY" "jointeam;menuselect 2;menuselect 1;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // T-Virus Antidote || NGV ( Human )
Bind "KEY" "jointeam;menuselect 2;menuselect 2;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Zombie Madness
Bind "KEY" "jointeam;menuselect 2;menuselect 5;wait;wait;wait;wait;wait;wait;wait;wait;slot10" // Knife Blink

10
Approved Plugins / Admin Prefixes And Green Chat
« on: May 12, 2019, 01:59:04 pm »
Hello Guys.

Today I'm Gonna Show You A Plugin Admin Prefix And Green Chat.

I Was Working On A Plugin Admin Prefix And Green Chat.

I Have Added Some New Grades And New Script Also.

Code: [Select]
Plugin Versions:
Version 1.0:-
Added New Tags And Script

Version 1.1:-
Fixed Some Bugs.

Version 1.2:-
Fixed Some Bugs In Script.

Version 1.3:-
Fixed Compiling Error Bug

Version 1.4:-
Added Green Chat.

Version 1.5:-
Removed 2 Lines When Any Admin Types Any Word.

Version 1.6:-
Fixed Some Bugs In Script Of Green Chat.

Version 1.7:-
Added Color For Spectators Chat Also.

After My Lot Of Hard Working I Was Successfull To Make This Plugin.

Credits:-

Code: [Select]
ElectriX: For Idea To Make Plugin
Welcome Me: Idea To Add Green Chat
MaDtReXxX: Idea To Add Color Chat For Specators.
Pre[D]aToR: For Some Codes.
Prosox: Beta Tester.

Here Is Source Code Without Any Bug.

Code: [Select]
#include <amxmodx>
#include <amxmisc>

#define VERSION    "1.7"
#define MAX_PREFIXES 10

// Admin Prefix One
#define FLAGADMINONE ADMIN_RCON
#define PREFIXADMINONE "..::[Head Admin]:.."

// Admin Prefix Two
#define FLAGADMINTWO ADMIN_LEVEL_A
#define PREFIXADMINTWO ".::[MegA-Admin]::."

// Admin Prefix Three
#define FLAGADMINTHREE ADMIN_LEVEL_B
#define PREFIXADMINTHREE ".::[S.ADMIN]::."

// Admin Prefix Four
#define FLAGADMINFOUR ADMIN_LEVEL_D
#define PREFIXADMINFOUR ".::[ADMIN]::."

// JuniorAdmin Prefix
#define FLAGADMINSMS ADMIN_KICK
#define PREFIXADMINSMS ".::[S.VIP]::."

// VIP Prefix
#define FLAGADMINVIP ADMIN_CHAT
#define PREFIXADMINVIP ".::[V.I.P]::."

// FreeVIP Prefix
#define FLAGADMINFREEVIP ADMIN_USER
#define PREFIXADMINFREEVIP ".::[FreeVIP]::."

new AdminPrefixOne, AdminPrefixTwo,AdminPrefixThree,AdminPrefixFour, SmsPrefix ,VIPPrefix ,FREEVIPPrefix;
new SzMaxPlayers, SzSayText;

new SzGTeam[3][] = {
    "Spectator",
    "Terrorist",
    "Counter-Terrorist"
}

public plugin_init()
{
    register_plugin("Admin Prefix And Chat Color", VERSION, "FireCS, Edited By DON KHAN");
   
    // Cvars Plugins
    AdminPrefixOne = register_cvar("show_admin_prefix_one", "1");
    AdminPrefixTwo = register_cvar("show_admin_prefix_two", "1");
    AdminPrefixThree = register_cvar("show_admin_prefix_three", "1");
    AdminPrefixFour = register_cvar("show_admin_prefix_four", "1");
    SmsPrefix      = register_cvar("show_sms_admin_prefix", "1");
    VIPPrefix      = register_cvar("show_VIP_admin_prefix", "1");
    FREEVIPPrefix      = register_cvar("show_VIP_free_prefix", "1");
   
    register_cvar("admin_prefix_version",    VERSION, FCVAR_SERVER|FCVAR_SPONLY);
    set_cvar_string("admin_prefix_version",    VERSION);
    register_clcmd("say", "hook_say");
    register_clcmd("say_team", "hook_say_team");
   
    SzSayText = get_user_msgid ("SayText");
    SzMaxPlayers = get_maxplayers();
   
    register_message(SzSayText, "MsgDuplicate");
}

public MsgDuplicate(id){ return PLUGIN_HANDLED; }

public hook_say(id)
{
    new SzMessages[192], SzName[32];
    new SzAlive = is_user_alive(id);
    new SzGetFlag = get_user_flags(id);
   
    read_args(SzMessages, 191);
    remove_quotes(SzMessages);
    get_user_name(id, SzName, 31);
   
    if(!is_valid_msg(SzMessages))
        return PLUGIN_CONTINUE;
   
    if(get_pcvar_num(AdminPrefixOne) && SzGetFlag & FLAGADMINONE)(SzAlive ? format(SzMessages, 191, "^4[%s] ^3%s : ^4%s", PREFIXADMINONE, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4[%s] ^3%s : ^4%s", PREFIXADMINONE, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixTwo) && SzGetFlag & FLAGADMINTWO)(SzAlive ? format(SzMessages, 191, "^4[%s]^3%s : ^4%s", PREFIXADMINTWO, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4[%s] ^3%s : ^4%s", PREFIXADMINTWO, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixThree) && SzGetFlag & FLAGADMINTHREE)(SzAlive ? format(SzMessages, 191, "^4%s ^3%s : ^4%s", PREFIXADMINTHREE, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4%s ^3%s : ^4%s", PREFIXADMINTHREE, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixFour) && SzGetFlag & FLAGADMINFOUR)(SzAlive ? format(SzMessages, 191, "^4[%s] ^3%s : ^4%s", PREFIXADMINFOUR, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4[%s] ^3%s : ^4%s", PREFIXADMINFOUR, SzName, SzMessages));
    else if(get_pcvar_num(SmsPrefix) && SzGetFlag & FLAGADMINSMS)(SzAlive ? format(SzMessages, 191, "^4[%s] ^3%s : ^4%s", PREFIXADMINSMS, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4[%s] ^3%s : ^4%s", PREFIXADMINSMS, SzName, SzMessages));
    else if(get_pcvar_num(VIPPrefix) && SzGetFlag & FLAGADMINVIP)(SzAlive ? format(SzMessages, 191, "^4[%s] ^3%s : ^4%s", PREFIXADMINVIP, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4[%s] ^3%s : ^4%s", PREFIXADMINVIP, SzName, SzMessages));
    else if(get_pcvar_num(FREEVIPPrefix) && SzGetFlag & FLAGADMINFREEVIP)(SzAlive ? format(SzMessages, 191, "^4[%s] ^3%s : ^4%s", PREFIXADMINFREEVIP, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^4[%s] ^3%s : ^4%s", PREFIXADMINFREEVIP, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixOne) && !(SzGetFlag & FLAGADMINONE))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixTwo) && !(SzGetFlag & FLAGADMINTWO))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixThree) && !(SzGetFlag & FLAGADMINTHREE))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixFour) && !(SzGetFlag & FLAGADMINFOUR))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));
    else if(get_pcvar_num(SmsPrefix) && !(SzGetFlag & FLAGADMINSMS))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));
    else if(get_pcvar_num(VIPPrefix) && !(SzGetFlag & FLAGADMINVIP))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));
    else if(get_pcvar_num(FREEVIPPrefix) && !(SzGetFlag & FLAGADMINFREEVIP))(SzAlive ? format(SzMessages, 191, "^3%s : ^1%s", SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^3%s : ^1%s", SzName, SzMessages));


    for(new i = 1; i <= SzMaxPlayers; i++)
        {
            if(!is_user_connected(i))
                continue;
       
            if(SzAlive && is_user_alive(i) || !SzAlive && !is_user_alive(i))
                {
                    message_begin(MSG_ONE, get_user_msgid("SayText"), {0, 0, 0}, i);
                    write_byte(id);
                    write_string(SzMessages);
                    message_end();
                }
        }

    return PLUGIN_CONTINUE;
}

public hook_say_team(id){
    new SzMessages[192], SzName[32];
    new SzAlive = is_user_alive(id);
    new SzGetFlag = get_user_flags(id);
    new SzGetTeam = get_user_team(id);

    read_args(SzMessages, 191);
    remove_quotes(SzMessages);
    get_user_name(id, SzName, 31);
   
    if(!is_valid_msg(SzMessages))
        return PLUGIN_CONTINUE;
   
    if(get_pcvar_num(AdminPrefixOne) && SzGetFlag & FLAGADMINONE)(SzAlive ? format(SzMessages, 191, "^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINONE, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINONE, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixTwo) && SzGetFlag & FLAGADMINTWO)(SzAlive ? format(SzMessages, 191, "^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINTWO, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINTWO, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixThree) && SzGetFlag & FLAGADMINTHREE)(SzAlive ? format(SzMessages, 191, "^1(%s) ^4%s ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINTHREE, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^4%s ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINTHREE, SzName, SzMessages));
    else if(get_pcvar_num(SmsPrefix) && SzGetFlag & FLAGADMINSMS)(SzAlive ? format(SzMessages, 191, "^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINSMS, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINSMS, SzName, SzMessages));
    else if(get_pcvar_num(VIPPrefix) && SzGetFlag & FLAGADMINVIP)(SzAlive ? format(SzMessages, 191, "^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINVIP, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINSMS, SzName, SzMessages));
    else if(get_pcvar_num(VIPPrefix) && SzGetFlag & FLAGADMINFREEVIP)(SzAlive ? format(SzMessages, 191, "^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINVIP, SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^4[%s] ^3%s : ^4%s", SzGTeam[SzGetTeam], PREFIXADMINFREEVIP, SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixOne) && !(SzGetFlag & FLAGADMINONE))(SzAlive ? format(SzMessages, 191, "^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixTwo) && !(SzGetFlag & FLAGADMINTWO))(SzAlive ? format(SzMessages, 191, "^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages));
    else if(get_pcvar_num(AdminPrefixThree) && !(SzGetFlag & FLAGADMINTHREE))(SzAlive ? format(SzMessages, 191, "^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages));
    else if(get_pcvar_num(SmsPrefix) && !(SzGetFlag & FLAGADMINSMS))(SzAlive ? format(SzMessages, 191, "^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages));   
    else if(get_pcvar_num(VIPPrefix) && !(SzGetFlag & FLAGADMINVIP))(SzAlive ? format(SzMessages, 191, "^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages));   
    else if(get_pcvar_num(FREEVIPPrefix) && !(SzGetFlag & FLAGADMINFREEVIP))(SzAlive ? format(SzMessages, 191, "^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages) : format(SzMessages, 191, "^1*DEAD* ^1(%s) ^3%s : ^1%s", SzGTeam[SzGetTeam], SzName, SzMessages));   
   
    for(new i = 1; i <= SzMaxPlayers; i++)
        {
            if(!is_user_connected(i))
                continue;
           
            if(get_user_team(i) != SzGetTeam)
                continue;
           
            if(SzAlive && is_user_alive(i) || !SzAlive && !is_user_alive(i))
                {
                    message_begin(MSG_ONE, get_user_msgid("SayText"), {0, 0, 0}, i);
                    write_byte(id);
                    write_string(SzMessages);
                    message_end();
                }
        }

    return PLUGIN_CONTINUE;
}


bool:is_valid_msg(const SzMessages[]){
    if( SzMessages[0] == '@'
    || !strlen(SzMessages)){ return false; }
    return true;

/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/

Well If You Will Get Any Bug So Please Lemme Know :D

Download Plugin:- https://www.mediafire.com/file/f1w4awpftmi147f/Admin_Prefix_And_Chat_Color.amxx/file
Download Source:- https://www.mediafire.com/file/foa31rcha3k2x5o/Admin_Prefix_And_Chat_Color.sma/file

11
Mod For Counter Strike 1.6 / 5.0.8 Zombie Mod
« on: April 13, 2019, 01:19:02 pm »
Hello Guys.

There Is A Zombie Plague 5.0.8 Mod.

You Can See Video Here:- https://www.youtube.com/watch?v=Dsd8smlF8c0&t=109s

This Mod IS Originally Created By MeRcyLeZZ And Edited By Me (VIP Menu, Extra Items And Knife Menu ETC...)

Download Rar:- http://www.mediafire.com/file/2bw2lix8qbw2d5y/Mod+5.0.8+Mod+By+DON+KHAN.rar

12
Approved Plugins / ZP Knife Menu
« on: April 13, 2019, 09:23:28 am »
Hello GuyS

Today I Will Show You The Knife Menu.

Watch This Video:- https://www.youtube.com/watch?v=krB8V3z9OS4&t=107s

There Are 5 Knifes In This Menu

Real Plugin By BlaCkCat And Edited By Me (Added Katana Knife).

Code: [Select]
Credits:-
DON KHAN (Plugin Editer)
Prosox (For Idea)
ElectriC (For Helping To Find Models)
Haso Jano (For Helping To Find Sounds)

  • Combat Knife Speed
  • Strong Knife Damage
  • Axe Gravity
  • Katana Knockback
  • Hammer VIP|Boost

Download This Knife Menu From Here.

Download Rar:- http://www.mediafire.com/file/d1lg11jilnch3x0/Knife+Menu+By+DON+KHAN.rar

13
Hello Guys  ;)

Did You Ever See The Pubg And Fortnite Mod In Counter Strike 1.6???

Now In Topic I Will Give You This Mod.

Originally Mod Created By EFFx

Video Link:- https://www.youtube.com/watch?v=MaZdNA-PGLw

Subscribe To My Channel.

Updated 30/8/2019

Download Rar:- Click Here

Thank You

14
Approved Plugins / FakeFull Original
« on: April 10, 2019, 01:46:24 pm »
Hello GuyZ.

There Is A Plugin Which Is Created By JTP10181.

Plugin Name:-  FakeFull Original

Version:- v1.7.6

Author:- JTP10181.


Based on OLO's FakeFull metamod plugin. Fake clients connect to the server when its empty. Everytime someone joins and there is no more spots left for another person one fake client is removed. When the server is empty and FakeFull is on Automatic mode it will add a fake client. Once the # of fake clients and real players equals to ff_players it will stop.

Admin Commands:

amx_addfake <# | @FILL> - Add # of bots or fill the server

amx_removefake <# | @ALL> - Remove # of bots or remove all


CVARs: Paste the following into your amxx.cfg to change defaults. You must uncomment cvar lines for them to take effect
// ****************** FakeFull Settings ******************

//Turns Automatic mode on.
//ff_players must be set higher then 0.
//<1 = ON || 0 = OFF>
//ff_automode 0

//Minimal number of fake and real clients on the server.
//Fake clients will be kicked so that the total players on the
//Server equals this number. If there are more players than this
//All the fake players will be gone. Do NOT set this at or aboive
//your max player count or no one will be able to join
//REQUIRED to be above 0 for Automatic mode.
//ff_players 2

//Delay between each fake client joins/leaves.
//REQUIRED to be above 0 for Automatic mode and regular bot add.
//ff_delay 1

Setup for Automatic Mode:

Set ff_players to the number of fake clients you want in server at max. Turn on ff_automode.

Put fakefull_original.amxx In cstrike/addons/amxmodx/plugins
Put fakefull_original.sma In cstrike/addons/amxmodx/scripting
Put botnames.txt In cstrike/addons/amxmodx/configs

Then Register This Plugin In Plugin.ini.

Download Rar:- https://www.mediafire.com/file/74fx8p0oyqy7yxl/bots_name.rar/file

15
Approved Plugins / Health And Armor Display
« on: March 28, 2019, 10:23:39 pm »
Hello Guys  ;D ;D

There Was A Request About Health And Armor Display Plugin So I'm Posting This Plugin Here.

This Hud Armor And Health Look Like Real Health And Display.

You Need To Add:-

amxx File:- cstrike/addons/amxmodx/plugin

sma File:- cstrike/addons/amxmodx/scripting

inc File:- cstrike/addons/amxmodx/scripting/include

Code: [Select]
#include <amxmodx>
#include <engine>
#include <dhudmessage>

enum UserStats
{
USER_HP = 0,
USER_AP
}

new bool:g_b_user_hp_hud_blink[33], g_i_user_cache_stats[33][UserStats]
public plugin_init() {
register_plugin("Real-Like HP/AP HUD", "2.4", "DON KHAN")

register_event("Health","Event_Health","b")
register_event("Battery","Event_Battery","b")

new ent = create_entity("info_target")
entity_set_string(ent,EV_SZ_classname,"env_hud")
entity_set_float(ent,EV_FL_nextthink,get_gametime() + 0.5)

register_think("env_hud","env_hud_think")
}

public Event_Health(id) g_i_user_cache_stats[id][USER_HP] = get_user_health(id)
public Event_Battery(id) g_i_user_cache_stats[id][USER_AP] = get_user_armor(id)

public env_hud_think(ent)
{
entity_set_float(ent,EV_FL_nextthink,get_gametime() + 0.5)

static i_players[32],i_num, id
get_players(i_players,i_num,"a")

static i_health,i_armor

for(--i_num ; i_num >= 0 ; i_num--)
{
id = i_players[i_num]

i_health = g_i_user_cache_stats[id][USER_HP]
i_armor = g_i_user_cache_stats[id][USER_AP]

set_dhudmessage(255, 255, 255, 0.01, 0.92, 0, 0.0, 0.5, 0.0, 0.0)
show_dhudmessage(id, "HP:           AP:")

if(i_health > 30 || !g_b_user_hp_hud_blink[id])
{
g_b_user_hp_hud_blink[id] = true
set_dhudmessage(255, 170, 0, 0.01, 0.92, 0, 0.0, 0.5, 0.0, 0.0)
} else {
if(i_health <= 10) g_b_user_hp_hud_blink[id] = false
set_dhudmessage(255, 0, 0, 0.01, 0.92, 0, 0.0, 0.5, 0.0, 0.0)
}
show_dhudmessage(id, "     %i",i_health)

if(i_armor > 30)
{
set_dhudmessage(255, 170, 0, 0.01, 0.92, 0, 0.0, 0.5, 0.0, 0.0)
} else {
set_dhudmessage(255, 0, 0, 0.01, 0.92, 0, 0.0, 0.5, 0.0, 0.0)
}
show_dhudmessage(id, "                     %i",i_armor)
}
}

Get Plugin:- https://www.mediafire.com/file/8zqp8n4hfc6uv3n/HP_And_AP_Hud.amxx/file
Get Source:- https://www.mediafire.com/file/hcymedrcqok5uqc/HP_And_AP_Hud.sma/file
Get Include:- https://www.mediafire.com/file/myb61w282x56b28/dhudmessage.inc/file

Pages: [1] 2 3

+-Recent Topics

5 ways to make money from playing games by Martha Louise
February 21, 2023, 01:47:19 am

Need mod :/ by bacem
October 13, 2019, 05:49:09 am

Rules by DON KHAN
August 28, 2019, 01:50:29 pm

[REQ] VIP are knife and all see this by DON KHAN
August 20, 2019, 12:56:37 pm

Advance VIP Menu [Public, CSDM & Furien] by DON KHAN
June 22, 2019, 11:50:05 am

For Umbrella Swarm mod by DON KHAN
June 22, 2019, 08:13:26 am

[ZP] VIP Model by DON KHAN
June 17, 2019, 08:57:35 am

[ZP] SVIP Plugin by DON KHAN
June 13, 2019, 11:43:24 am

Updates / Helpful BBC Codes For Your Post by DON KHAN
June 09, 2019, 03:01:39 am

BHOP Script by DON KHAN
June 08, 2019, 01:40:41 pm