Raised This Month: $32 Target: $400
 8% 

Advance VIP Menu [Public, CSDM & Furien] [UPDATE 28/6/2019]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 06-21-2019 , 13:08   Advance VIP Menu [Public, CSDM & Furien] [UPDATE 28/6/2019]
Reply With Quote #1

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

16000 Money

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

A Message Appear When A VIP Connect.

Command:

/vm : To Open VIP Menu.

Versions:

Whats New:

In Version 1.7 Added 16000$ In VIP Menu

I Will Add Golden AK , M4, MP5 & Deagle In VIP Menu Too.

PHP Code:
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 0id <= 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 2In Cases.

1.3 Optimized The Code.

1.4 Fixed The VIP Connect Message

1.5 Optimized Code
.

1.6 Added Gravity In Menu

1.7 Added 16000
In Menu
Special Thanks To:

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

You Need 2 Include Files: WPMGPrintChatColor & colorchat

I Hope You Guys Like My This Release.

If Have Any Question So Ask

Thanks...
Attached Files
File Type: inc colorchat.inc (1.9 KB, 189 views)
File Type: inc WPMGPrintChatColor.inc (3.7 KB, 229 views)
File Type: sma Get Plugin or Get Source (vipmenu.sma - 667 views - 7.8 KB)
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod

Last edited by DON KHAN 1; 06-28-2019 at 13:29. Reason: Update
DON KHAN 1 is offline
thEsp
BANNED
Join Date: Aug 2017
Old 06-21-2019 , 13:21   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #2

PHP Code:
#define AUTHOR "DON KHAN" 
Prove you did this?
thEsp is offline
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 06-21-2019 , 14:27   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #3

I Made This Plugin But I Took Some Help To Fix Bugs And Problems By Some Scriptors.

I Will Add The Credit.


And BTW... Why You And I AM NOOB Always Try To Insult Me??

Why Hates Me
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod

Last edited by DON KHAN 1; 06-21-2019 at 14:27.
DON KHAN 1 is offline
MagNNusS
Member
Join Date: May 2018
Location: World of Bushi
Old 06-21-2019 , 14:41   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #4

Plugin needs some improvements ...
More importantly this one:
PHP Code:
public client_authorized(id)
{
    if(
get_user_flags(id) & ADMIN_LEVEL_H)
    {
        new 
Name[32]
        
get_user_name(idName31)
        
ColorChat(idNORMAL"[^x04VIP^x01] ^x03VIP Player Logged In ^x04%s"Name)
    }
    return 
PLUGIN_CONTINUE

__________________
Just an impractical signature
nothing to see here.
MagNNusS is offline
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 06-21-2019 , 14:57   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #5

Ok I Will Fix This Code Cuz I Saw That Its Not Appearing That VIP Player Connected...

I Will Fix Later
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod
DON KHAN 1 is offline
thEsp
BANNED
Join Date: Aug 2017
Old 06-21-2019 , 15:01   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #6

Oh did you made it for real =O ?
The same way you made others?
thEsp is offline
I AM NOOB
Junior Member
Join Date: May 2019
Location: NEPAL BOARDER
Old 06-22-2019 , 03:02   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #7

Quote:
Originally Posted by DON KHAN 1 View Post
I Made This Plugin But I Took Some Help To Fix Bugs And Problems By Some Scriptors.
anybody notice that every time he say "I FIX BUG" what bug you fix in this plugin since it is created by you ?

can you name the scripter who help to fix bugs (MUST ANSWER THIS )

I Am not here to insult you since i got warning but it is truth and this plugin is available on internet. this is not a plugin RELEASE we can make this plugin from https://www.amxx-bg.info/vipgen/
__________________
"Never think yourself as successfull ror DON because "
DON stands for DONKEY OF NATION

GIVE RESPECT = TAKE RESPECT

ONLY SIGNATURE , NO PERSONAL
I AM NOOB is offline
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 06-22-2019 , 03:13   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #8

I Swear I Didn't Know About This Website,

SHIELD755 Helped Me To Add VIP Menu Disable For awp_india And 35hp_2.

And See If You Will Create The VIP Menu From That Website The Code Will Be Generated As

PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fun>
#include <hamsandwich>

#define PLUGIN_VERSION "1.0"
#define VIP_FLAG ADMIN_LEVEL_H

public plugin_init()
{
    
register_plugin("Generated VIP Plugin"PLUGIN_VERSION"AMXX-BG.info")
    
register_cvar("amxxbg_vip"PLUGIN_VERSIONFCVAR_SERVER|FCVAR_SPONLY|FCVAR_UNLOGGED)
    
RegisterHam(Ham_Spawn"player""OnPlayerSpawn"1)
    
register_message(get_user_msgid("ScoreAttrib"), "OnScoreAttrib")
}

public 
OnPlayerSpawn(id)
{
    if(!
is_user_alive(id) || !is_user_vip(id))
        return

    
set_user_health(id100)
    
cs_set_user_armor(id100CS_ARMOR_VESTHELM)
    
give_item(id"weapon_ak47")
    
cs_set_user_bpammo(idCSW_AK4790)
    
give_item(id"weapon_aug")
    
cs_set_user_bpammo(idCSW_AUG90)
    
give_item(id"weapon_awp")
    
cs_set_user_bpammo(idCSW_AWP30)
    
give_item(id"weapon_deagle")
    
cs_set_user_bpammo(idCSW_DEAGLE35)
    
give_item(id"weapon_elite")
    
cs_set_user_bpammo(idCSW_ELITE120)
    
give_item(id"weapon_Famas")
    
cs_set_user_bpammo(idCSW_FAMAS90)
    
give_item(id"weapon_fiveseven")
    
cs_set_user_bpammo(idCSW_FIVESEVEN100)
    
give_item(id"weapon_g3sg1")
    
cs_set_user_bpammo(idCSW_G3SG190)
    
give_item(id"weapon_galil")
    
cs_set_user_bpammo(idCSW_GALIL90)
    
give_item(id"weapon_glock18")
    
cs_set_user_bpammo(idCSW_GLOCK18120)
    
give_item(id"weapon_m249")
    
cs_set_user_bpammo(idCSW_M249200)
    
give_item(id"weapon_m3")
    
cs_set_user_bpammo(idCSW_M332)
    
give_item(id"weapon_m4a1")
    
cs_set_user_bpammo(idCSW_M4A190)
    
give_item(id"weapon_mac10")
    
cs_set_user_bpammo(idCSW_MAC10100)
    
give_item(id"weapon_mp5navy")
    
cs_set_user_bpammo(idCSW_MP5NAVY120)
    
give_item(id"weapon_p228")
    
cs_set_user_bpammo(idCSW_P22852)
    
give_item(id"weapon_p90")
    
cs_set_user_bpammo(idCSW_P90100)
    
give_item(id"weapon_scout")
    
cs_set_user_bpammo(idCSW_SCOUT90)
    
give_item(id"weapon_sg550")
    
cs_set_user_bpammo(idCSW_SG55090)
    
give_item(id"weapon_sg552")
    
cs_set_user_bpammo(idCSW_SG55290)
    
give_item(id"weapon_tmp")
    
cs_set_user_bpammo(idCSW_TMP120)
    
give_item(id"weapon_ump45")
    
cs_set_user_bpammo(idCSW_UMP45100)
    
give_item(id"weapon_usp")
    
cs_set_user_bpammo(idCSW_USP100)
    
give_item(id"weapon_xm1014")
    
cs_set_user_bpammo(idCSW_XM101432)
    
give_item(id"weapon_hegrenade")
    
give_item(id"weapon_flashbang")
    
cs_set_user_bpammo(idCSW_FLASHBANG2)
    
give_item(id"weapon_smokegrenade")
    
set_user_gravity(id600.0 800)
}

public 
OnScoreAttrib(iMsgIdiMsgDestiMsgEnt)
{
    if(
is_user_vip(get_msg_arg_int(1)))
        
set_msg_arg_int(2ARG_BYTE, (1<<2))
}

bool:is_user_vip(id)
    return !!(
get_user_flags(id) & VIP_FLAG
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod
DON KHAN 1 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-22-2019 , 07:36   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #9

What everyone's trying to say is - learn to make good codes before posting here. This plugin's code is trash by nowadays standards.

"I've Added 6 Items In The Menu" - cool. How about adding a config file that lets end-users add UNLIMITED items in the menu, which I'm sure somebody has already made?

You're even using the old menu system which is 10+ years old. And still, having in mind your previous submissions, I don't believe you created this plugin from scratch.
__________________

Last edited by OciXCrom; 06-22-2019 at 07:36.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
I AM NOOB
Junior Member
Join Date: May 2019
Location: NEPAL BOARDER
Old 06-22-2019 , 12:24   Re: Advance VIP Menu [Public, CSDM & Furien]
Reply With Quote #10

Quote:
Originally Posted by OciXCrom View Post
What everyone's trying to say is - learn to make good codes before posting here. This plugin's code is trash by nowadays standards.

"I've Added 6 Items In The Menu" - cool. How about adding a config file that lets end-users add UNLIMITED items in the menu, which I'm sure somebody has already made?

You're even using the old menu system which is 10+ years old. And still, having in mind your previous submissions, I don't believe you created this plugin from scratch.
+ Agree with you OciXCrom
__________________
"Never think yourself as successfull ror DON because "
DON stands for DONKEY OF NATION

GIVE RESPECT = TAKE RESPECT

ONLY SIGNATURE , NO PERSONAL
I AM NOOB is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode