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

Money Exceeding 16k


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 10-31-2012 , 12:25   Money Exceeding 16k
Reply With Quote #1

I have no code right now , just ideas in my head.

So what am trying is to exceed the 16000 money limit , i tried searching and didnt find anything , so if anyone here has seen a thread regarding this , please feel free to post it .

What ive tried so far is i registered the Money event and blocked it so the amount wouldn't change and set the users money manually but at each round start or at each kill event , the money would reset back to 16000 and stay there.

'Any' ideas or suggestions would be really appreciated ,
Thankyou

Edit:
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fakemeta>

#define PLUGIN "Money"
#define VERSION "1.0"
#define AUTHOR "EpicMonkey"

#define OFFSET_CSMONEY 115

new g_Money[33];

public 
plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_message(get_user_msgid("Money"), "Msg_Money");
    
    
register_clcmd("say /money""Money")
}

public 
client_putinserver(id)
{
    
g_Money[id] += 800
}

public 
Msg_Money(MsgIdDestid)
{
    
set_pdata_int(idOFFSET_CSMONEYg_Money[id]);
    
set_msg_arg_int(1ARG_LONGg_Money[id]);
}

public 
Money(id)
{
    
g_Money[id] += 4000
    cs_set_user_money
(idg_Money[id])


Last edited by EpicMonkey; 10-31-2012 at 12:47.
EpicMonkey is offline
Bos93
Veteran Member
Join Date: Jul 2010
Old 10-31-2012 , 12:27   Re: Money Exceeding 16k
Reply With Quote #2

http://forums.alliedmods.net/showpos...&postcount=232
__________________

Last edited by Bos93; 10-31-2012 at 12:28.
Bos93 is offline
Send a message via ICQ to Bos93 Send a message via Skype™ to Bos93
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 10-31-2012 , 12:49   Re: Money Exceeding 16k
Reply With Quote #3

Quote:
Originally Posted by Bos93 View Post
even google didnt find that thread ... anyways thanks you,

well the script i just added to my first post ... is that ok to use or should i just stick to the cvar unlocker by Arkshine?

Last edited by EpicMonkey; 10-31-2012 at 15:46.
EpicMonkey 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 20:49.


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