Raised This Month: $12 Target: $400
 3% 

unlimited money menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 05-14-2018 , 23:54   unlimited money menu
Reply With Quote #1

hello every one i need a plugin for my gun+laser csdm server in which it provide this things:
1. unlimited money to vips like 50k $
2. vip can borrow money any time no limit like admin cheat plugin in which when we borrow money and again we try to take money it show "you already have money" unlimited
3.when map change or server restart the plugin should allow vip to take money after 10 minutes of map change (if you can put this function than okay not neccasary)
please provide me this plugin i will give you 15 days free vip
SHIELD755 is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 05-15-2018 , 08:18   Re: unlimited money menu
Reply With Quote #2

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Vip-Money"
#define VERSION "1.0"
#define AUTHOR "WhiteFang"

#define VIP_ACCESS ADMIN_LEVEL_H
#define VIP_MONEY 50000

new has_minpassed 0;

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_concmd("say /vipmoney""vip_money",VIP_ACCESS);
    
set_task(600.0"restart");
}
public 
vip_money(idlvl,cid)
{
    if(!
cmd_access(id,lvl,cid,0))
        return 
PLUGIN_HANDLED;
    if(
has_minpassed == 1)
        
cs_set_user_money(id,VIP_MONEY);
    return 
PLUGIN_HANDLED;
}
public 
restart()
{
    
has_minpassed 1;

Change these two with whatever you want:
PHP Code:
#define VIP_ACCESS ADMIN_LEVEL_H
#define VIP_MONEY 50000 

Last edited by WhiteFang1319; 05-15-2018 at 08:19.
WhiteFang1319 is offline
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 05-15-2018 , 08:49   Re: unlimited money menu
Reply With Quote #3

thanks you help me lot

Last edited by SHIELD755; 05-15-2018 at 08:55.
SHIELD755 is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 05-15-2018 , 09:16   Re: unlimited money menu
Reply With Quote #4

Set_task 600.0 ... Wtf
This is not good whitefang
instinctpt1 is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 05-15-2018 , 11:52   Re: unlimited money menu
Reply With Quote #5

Quote:
Originally Posted by instinctpt1 View Post
Set_task 600.0 ... Wtf
This is not good whitefang
Umm, why?
WhiteFang1319 is offline
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 05-15-2018 , 21:19   Re: unlimited money menu
Reply With Quote #6

meana why it is not good set_task means when server changes map the plugin will activate after 600 sec ?
SHIELD755 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 13:04.


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