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

HideNSeek VIP Mod [1.4]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HBxander
Senior Member
Join Date: Jan 2011
Location: Behind you!
Old 03-08-2011 , 13:03   HideNSeek VIP Mod [1.4]
Reply With Quote #1

HideNSeek VIP Mod
Version 1.4
by HBxander




Introduction:


This is an Money based plugin, wich is using XP Mod by Exolent to run!(all links above!)
Whenever you get any kills, you will get $300, wich you can spend on very usefull stuff! (look in Menus)
I Think its very nice to use, because it allows you to "buy" an advantage. All teams can use this.
There is a lot of usefull commands in it (for more info, look in Commands)





Menus:


In this plugin, you will find these menus:
- Weapon Menu.
- Item Menu.
- Grenades Menu.


Weapon Menu:

- AWP (1 Bullet)
- Deagle (1 Bullet)
- ShotGun / M3 (1 Bullet)
- Colt / M4A1 (1 Bullet)
- FiveSeven (2 Bullets)
- Scout (0 Bullets, just for faster running)


Item Menu:

- XP (Amount controlled by Cvar)
- HP (Amount controlled by Cvar)
- Respawn (100% chance and instant)


Grenades Menu:


- Frost Grenade
- He Grenade




Commands:
Open Main Menu:
- /vs
- /vshop
- /vipshop




Cvars:


Prices:

- vip_awpcost (Default: 16000)
- vip_dglcost (Default: 12000)
- vip_coltcost (Default: 8000)
- vip_m3cost (Default: 12000)
- vip_fivesevencost (Default: 8000)
- vip_scoutcost (Default: 3000)
- vip_hecost (Default: 8000)
- vip_frostcost (Default: 12000)
- vip_respawncost (Default: 10000)
- vip_xpcost (Default: 6000)
- vip_hpcost (Default: 6000)

Enable Menus:

- vip_weapons (Default: 1)
- vip_items (Default: 1)
- vip_grenades (Default: 1)

Amount:

- vip_xpamount (Default: 10)
- vip_hpamount (Default: 25)

ClanTac:

- vip_clantac (Default: YourClanTac)




Changelog:


[1.0] Made Plugin with only Deagle.
[1.1] Added Weapons, Cvars for Weapons.
[1.2] Added Items, Cvars for Items.
[1.3] Fixed Bugs for buying.
[1.4] Released, added Grenade Menus.




Credits:

- NiQu, wreched (Plugin is based on Ultimate_VIP)
- Capell^ (Guiding whenever i needed!) Thx dude




Links:

Note:

- Send me ideas to this plugin!
- Dont spam me about private works, im not that good yet! .
Attached Files
File Type: sma Get Plugin or Get Source (VIP_HideNSeek.sma - 3979 views - 19.9 KB)
__________________
Selling:

- PointMod for Hide And Seek - $20
- Private BlockMaker with Weapon Block And More - $50
- Achievements ( FFA GamePlay ) - $25

PM Me about Private Work!

Last edited by HBxander; 03-10-2011 at 16:11.
HBxander is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-08-2011 , 17:45   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #2

Plugin submissions should be placed in New Plugins Submissions.

To plugin approvers:
Since this topic was moved, there are no approve/unapprove buttons.
Therefore, just move the topic to it's proper forum when the decision is made.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 03-09-2011 , 05:49   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #3

Some things:

PHP Code:
public item_Menu(id)
{
    new 
buy_respawn[60];
    new 
buy_xp[60];
    new 
buy_hp[60];
    
    
formatex(buy_respawnsizeof(buy_respawn) - 1"\wRespawn    \r[$\y%i\r]"get_pcvar_num(respawn_cost));
    
formatex(buy_xpsizeof(buy_xp) - 1"\w%i XP    \y[$\y%i\r]"get_pcvar_num(xp_amount), get_pcvar_num(xp_cost));
    
formatex(buy_hpsizeof(buy_hp) - 1"\w%i HP    \r[$\y%i\r]"get_pcvar_num(shotgun_cost));
    
    new 
ite_Menu menu_create("\rVIP Mod^n^nItem Menu""ItemMenu_Handle");
    
    
menu_additem(ite_Menubuy_respawn"\r1"0);
    
menu_additem(ite_Menubuy_xp"\r2"0);
    
menu_additem(ite_Menubuy_hp"\r3"0);
    
menu_setprop(ite_MenuMPROP_EXITMEXIT_ALL);
    {
        
menu_display(idite_Menu0);
    }

--->

PHP Code:
public item_Menu(id) {
    new 
ite_Menu menu_create("\rVIP Mod^n^nItem Menu""ItemMenu_Handle");
    new 
Temp[60];
    
    
formatex(Tempsizeof(Temp) - 1"\wRespawn    \r[$\y%i\r]"get_pcvar_num(respawn_cost));
    
menu_additem(ite_MenuTemp"\r1"0);
    
    
formatex(Tempsizeof(Temp) - 1"\w%i XP    \y[$\y%i\r]"get_pcvar_num(xp_amount), get_pcvar_num(xp_cost));
    
menu_additem(ite_MenuTemp"\r2"0);
    
    
formatex(Tempsizeof(Temp) - 1"\w%i HP    \r[$\y%i\r]"get_pcvar_num(shotgun_cost));
    
menu_additem(ite_MenuTemp"\r3"0);
    
    
menu_setprop(ite_MenuMPROP_EXITMEXIT_ALL);
    
menu_display(idite_Menu0);

&&

Using F_Print and Colorchat ??

PHP Code:
public print_vips(id2)
{
    new 
vipnames[33][32]
    new 
message[256]
    new 
idcountxlen
    
    
for(id id <= gMaxPlayers id++)
        if(
is_user_connected(id))
            if( 
got_access[id] )
                
get_user_name(idvipnames[count++], 31)

    
len format(message255"%s VIPs ONLINE: ",COLOR)
    if(
count 0) {
        for(
count x++) {
            
len += format(message[len], 255-len"%s%s "vipnames[x], < (count-1) ? ", ":"")
            if(
len 96 ) {
                
F_Print(id2message)
                
len format(message255"%s ",COLOR)
            }
        }
        
F_Print(id2message)
    }
    else {
        
len += format(message[len], 255-len"No VIPs online.")
        
F_Print(id2message);
    }
    
    new 
info_ifnot[64];
    
format(info_ifnot63"%s Contact Server Admin -- %s"COLOR)
    
F_Print(id2info_ifnot);

-->

PHP Code:
public print_vips(id) {
    new 
players[32],pnumplayer;
    
get_players(players,pnum);
        
    new 
temp[500],name[32], count;
    
    for( new 
ii<pnumi++ ) {
        if(
is_user_connected(players[i]) && got_access[players[i]]) {
            
player players[i]
            
count++
            
get_user_name(player,name,31)
            
formatex(temp,499,"%s %s^x01,^x03 ",temp,name)
        }
    }
    if(
count)
        
ColorChat(0GREEN"[%s] VIP Mod:^x01 VIPs Online:^x03 %s!y"clantactemp)
    else
        
ColorChat(0GREEN"[%s] VIP Mod:^x01 No VIPs online."clantac)

For example, & no F_Print.
__________________
Retired.
Xalus is offline
gtpunkt
Veteran Member
Join Date: Dec 2008
Location: Berlin
Old 03-09-2011 , 09:10   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #4

This had nothing to do with hns for me
Quote:
Join Date: Jan 2011
and tell me how you have lern so fast scipting?
you have lern it befor you join allied modders ,or?
gtpunkt is offline
Send a message via Skype™ to gtpunkt
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 03-09-2011 , 09:13   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #5

Quote:
Originally Posted by gtpunkt View Post
This had nothing to do with hns for me

and tell me how you have lern so fast scipting?
you have lern it befor you join allied modders ,or?
He copy'd from Ultimate Vip.
__________________
Retired.
Xalus is offline
HBxander
Senior Member
Join Date: Jan 2011
Location: Behind you!
Old 03-09-2011 , 09:20   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #6

No, i've made codes myself, but i dont know gtpunkt, i just searched some guides, and just started around?

Its not a copy from ultimate vip dude, i used Ultimate_VIP, as a base plugin, just took the J_Print, etc, and set into my plugin.
__________________
Selling:

- PointMod for Hide And Seek - $20
- Private BlockMaker with Weapon Block And More - $50
- Achievements ( FFA GamePlay ) - $25

PM Me about Private Work!
HBxander is offline
Capell
Member
Join Date: Feb 2009
Old 03-10-2011 , 14:38   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #7

http://forums.alliedmods.net/showthread.php?t=152509
Capell is offline
GuTo
Senior Member
Join Date: Mar 2010
Location: Brazil - SP
Old 03-11-2011 , 16:16   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #8

cool man is fun
__________________
GuTo is offline
Send a message via Skype™ to GuTo
PORKI
Junior Member
Join Date: Sep 2006
Location: Ukraine
Old 11-18-2011 , 07:15   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #9

Hmm, in a file enter the VIP player, or how to add a VIP player?
__________________
PORKI is offline
fantarn
Member
Join Date: Feb 2011
Old 11-18-2011 , 19:58   Re: HideNSeek VIP Mod [1.4]
Reply With Quote #10

doesnt work for me.
fantarn is offline
Reply


Thread Tools
Display Modes

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 11:01.


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