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

More than 16000 $$ Error?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
fang
Senior Member
Join Date: Nov 2007
Location: New Jersey
Old 12-20-2008 , 23:04   More than 16000 $$ Error?
Reply With Quote #1

When I'm using a more than $16000 plugin and I try to use my buy menu. I set the charge to be $20000
Ex.
Code:
new money = cs_get_user_money(id) 
    new cost = get_pcvar_num(pcvars[i])
    
    if(money<cost) 
    {
        client_print(id, print_chat, "[ZH-Shop] You Don't Have Enough Money ($%i Needed).", cost) 
        return PLUGIN_HANDLED
    }
*Note this is not the full code*
When I have $25000, it keeps sending me the error message. But when I select something to purchase that is $16000 or under it works.
fang is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 12-20-2008 , 23:22   Re: More than 16000 $$ Error?
Reply With Quote #2

Because the other plugin doesn't work that way.
It saves your money in the plugin, not changes the game to let you have more money.
Use a dynamic native to retrieve player money from that plugin, not the cs_get_user_money().
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 12-21-2008 , 01:08   Re: More than 16000 $$ Error?
Reply With Quote #3

Quote:
Originally Posted by Ramono View Post
HOWTO MAKE OTHER PLUGINS COMPATIBLE WITH THIS PLUGIN (Do Not edit unlimited_money.sma):
6. Replace all cs_set_user_money with cs_set_user_money_ul
7. Replace all cs_get_user_money with cs_get_user_money_ul
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
fang
Senior Member
Join Date: Nov 2007
Location: New Jersey
Old 12-21-2008 , 12:29   Re: More than 16000 $$ Error?
Reply With Quote #4

stupid me. Thanks emp
fang 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:48.


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