Raised This Month: $ Target: $400
 0% 

Help VIP Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nNoA
Junior Member
Join Date: Mar 2012
Old 06-10-2012 , 16:24   Help VIP Plugin
Reply With Quote #1

Hello . I want a vip plugin that i need it for Deathmatch Server ... I wold like that vip has :

Infinite Grenades
Infinite Armour
+15 HP for kill
+30 HP for Headshoot
Show VIP on scoreboard
Write /vips to see vips online
Write /vip to see prigileges for a VIP
700 Gravity
Real Bullet Damage shown

Can anyone help me for this ? Sorry for my bad english ... Still waiting for an answer

Last edited by nNoA; 06-10-2012 at 16:39.
nNoA is offline
DreamWorks
Senior Member
Join Date: Mar 2012
Old 06-11-2012 , 06:42   Re: Help VIP Plugin
Reply With Quote #2

Yeah! it's so easy and it's already done
But it's in Bulgarian language you need to translate it your self:

http://ya-cs.ru/plugin/downloadcount...ip_cahe4uk.zip

Good luck.
DreamWorks is offline
DreamWorks
Senior Member
Join Date: Mar 2012
Old 06-11-2012 , 06:45   Re: Help VIP Plugin
Reply With Quote #3

If it's not what you want, here is what you want i created it fastly:
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>

#define PLUGIN "Small VIP"
#define VERSION "0.1"
#define AUTHOR "DreamWorker"

#define FLAG_VIP ADMIN_RESERVATION

new block[33]

public 
plugin_init()
{
        
register_plugin(PLUGINVERSIONAUTHOR)
        
register_event("HLTV""newround""a""1=0""2=0")

        
register_clcmd("say /vip","vip_motd",0,"- Shows the MOTD.")
    
register_event("ResetHUD""ResetHUD""be")
}

public 
newround()
{
   new 
iPlayer[32], iNum
   get_players
(iPlayeriNum)
  
   for(new 
iiNumi++)
   {
      --
block[iPlayer[i]]
   }
}

public 
ResetHUD(id)
{
    
set_task(0.5"VIP"id 6910)
}

public 
vip_motd(id,level,cid
{
    if (!
cmd_access(id,level,cid,1))
    return 
PLUGIN_CONTINUE
    
    show_motd
(id,"vipmotd.txt","VIPS")
    return 
PLUGIN_CONTINUE
}


public 
VIP(TaskIDid)
{
        if(
get_user_flags(id) & FLAG_VIP
        {
            new 
id TaskID 6910
            message_begin
(MSG_ALLget_user_msgid("ScoreAttrib"))
        
write_byte(id)
        
write_byte(4)
        
message_end()

        
give_item(id"weapon_deagle")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
         
        
give_item(id,"weapon_hegrenade")
        
give_item(id,"weapon_flashbang")
        
give_item(id,"weapon_flashbang")
        
give_item(id,"weapon_smokegrenade")
        
give_item(id,"item_assaultsuit")
        
set_user_gravity(id0.7)
        }    
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1251\\ deff0\\ deflang1049{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
*/ 

Last edited by DreamWorks; 06-11-2012 at 06:47.
DreamWorks is offline
DreamWorks
Senior Member
Join Date: Mar 2012
Old 06-11-2012 , 06:48   Re: Help VIP Plugin
Reply With Quote #4

I will create a V.2 later... because i' m a busy man.
DreamWorks is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 06-11-2012 , 09:42   Re: Help VIP Plugin
Reply With Quote #5

@DreamWorks

Learn how to use the edit button.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
nNoA
Junior Member
Join Date: Mar 2012
Old 06-11-2012 , 11:19   Re: Help VIP Plugin
Reply With Quote #6

Hmmm can u also do AWP only for VIP's please ? .. I will wait when you finish it ... hope it works
And no Defuse Kit because i hate when the VIP's die and defuse kits stay always on ground

Last edited by nNoA; 06-11-2012 at 11:21.
nNoA is offline
DreamWorks
Senior Member
Join Date: Mar 2012
Old 06-11-2012 , 11:53   Re: Help VIP Plugin
Reply With Quote #7

nNoA, AWP only for VIPS hmm i don't know how to do it.. you can ask someone else to edit my first code and make AWP only for vips, or i can make every vips have AWP on every round .
DreamWorks is offline
nNoA
Junior Member
Join Date: Mar 2012
Old 06-13-2012 , 14:36   Re: Help VIP Plugin
Reply With Quote #8

Quote:
Originally Posted by DreamWorks View Post
nNoA, AWP only for VIPS hmm i don't know how to do it.. you can ask someone else to edit my first code and make AWP only for vips, or i can make every vips have AWP on every round .
;
I dont think that the code below is with infinite grenades and armour :/
nNoA 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 08:07.


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