Raised This Month: $ Target: $400
 0% 

vip feature


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kheiro
Member
Join Date: Mar 2014
Old 04-06-2016 , 07:28   vip feature
Reply With Quote #1

i want more money on my server for VIPs only
Kheiro is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 04-06-2016 , 09:31   Re: vip feature
Reply With Quote #2

Try - https://forums.alliedmods.net/showpo...8&postcount=10
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
counter1strike6
Senior Member
Join Date: Sep 2014
Location: morocco
Old 04-06-2016 , 10:41   Re: vip feature
Reply With Quote #3

Quote:
Originally Posted by EFFx View Post
he want more money for vips only not other vip plugin
__________________
Vitamin-C was here

Last edited by counter1strike6; 04-06-2016 at 11:07.
counter1strike6 is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 04-06-2016 , 15:15   Re: vip feature
Reply With Quote #4

Quote:
Originally Posted by counter1strike6 View Post
he want more money for vips only not other vip plugin
If he inst retarded, or dont use drugs, he will see my code with this feature.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 04-06-2016 at 15:15.
EFFx is offline
Kheiro
Member
Join Date: Mar 2014
Old 04-06-2016 , 18:32   Re: vip feature
Reply With Quote #5

i already have vip

umm give more money or set it to 3k$ everykill
Kheiro is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 04-06-2016 , 18:39   Re: vip feature
Reply With Quote #6

Edit: Yes he is using drugs.

PHP Code:
#include <amxmodx>
#include <cstrike>
 
#define PLUGIN "Kill bonus"
#define VERSION "1.0"
#define AUTHOR "EFFx"
 
public plugin_init() 
{
 
register_plugin(PLUGINVERSIONAUTHOR)
  
 
register_event("DeathMsg","fw_Death","a")
}
public 
fw_Death()
{
 new 
iDead read_data(2)
 new 
iKiller read_data(1)
 if(
is_user_alive(iKiller) && iKiller != iDead)
 {
  
cs_set_user_money(iKiller,cs_get_user_money(iKiller) + 2700//+300$ by default game kill bonus
 
}

__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 04-06-2016 at 18:41.
EFFx is offline
counter1strike6
Senior Member
Join Date: Sep 2014
Location: morocco
Old 04-07-2016 , 06:23   Re: vip feature
Reply With Quote #7

Quote:
Originally Posted by EFFx View Post
Edit: Yes he is using drugs.

PHP Code:
#include <amxmodx>
#include <cstrike>
 
#define PLUGIN "Kill bonus"
#define VERSION "1.0"
#define AUTHOR "EFFx"
 
public plugin_init() 
{
 
register_plugin(PLUGINVERSIONAUTHOR)
  
 
register_event("DeathMsg","fw_Death","a")
}
public 
fw_Death()
{
 new 
iDead read_data(2)
 new 
iKiller read_data(1)
 if(
is_user_alive(iKiller) && iKiller != iDead)
 {
  
cs_set_user_money(iKiller,cs_get_user_money(iKiller) + 2700//+300$ by default game kill bonus
 
}

Quote:
Originally Posted by Kheiro View Post
i want more money on my server for VIPs only
__________________
Vitamin-C was here
counter1strike6 is offline
Kheiro
Member
Join Date: Mar 2014
Old 04-07-2016 , 06:57   Re: vip feature
Reply With Quote #8

Quote:
Originally Posted by EFFx View Post
Edit: Yes he is using drugs.

PHP Code:
#include <amxmodx>
#include <cstrike>
 
#define PLUGIN "Kill bonus"
#define VERSION "1.0"
#define AUTHOR "EFFx"
 
public plugin_init() 
{
 
register_plugin(PLUGINVERSIONAUTHOR)
  
 
register_event("DeathMsg","fw_Death","a")
}
public 
fw_Death()
{
 new 
iDead read_data(2)
 new 
iKiller read_data(1)
 if(
is_user_alive(iKiller) && iKiller != iDead)
 {
  
cs_set_user_money(iKiller,cs_get_user_money(iKiller) + 2700//+300$ by default game kill bonus
 
}


sorry for that i'm not so good

but where do i put this code?

and is it for vips only or all playres?

and can i change starting money too?
Kheiro is offline
SkazzY
AlliedModders Donor
Join Date: Nov 2014
Location: Forbidden Forest
Old 04-07-2016 , 14:21   Re: vip feature
Reply With Quote #9

First of all tell me what flag is your VIP defined as so i can make something for it.
SkazzY is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 04-07-2016 , 16:53   Re: vip feature
Reply With Quote #10

Why you dont add it? Only speaking bullshits.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 04-07-2016 at 16:53.
EFFx 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 23:51.


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