| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 70,850
» Latest member: blablahldc
» Forum threads: 38,148
» Forum posts: 351,856
Full Statistics
|
| Online Users |
There are currently 444 online users. » 0 Member(s) | 442 Guest(s) Applebot, Google
|
| Latest Threads |
Ilir 'washere' Amati - AI...
Forum: CS - Config. (CFG)
Last Post: alking1
06-08-2026, 09:35 AM
» Replies: 1
» Views: 132
|
[Zombie Outstanding] +.Sm...
Forum: AMX - Addon's
Last Post: Learti Zm
06-07-2026, 01:46 PM
» Replies: 7
» Views: 334
|
Knife Addons @ 2016 New
Forum: AMX - Addon's
Last Post: Mr.Patr1k
06-07-2026, 09:49 AM
» Replies: 8
» Views: 294
|
Rreth pyetjes "A krijoi Z...
Forum: Feja Islame
Last Post: SHTRIGA
06-06-2026, 08:40 PM
» Replies: 3
» Views: 265
|
Lule MOD |FUNNY|
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 07:56 PM
» Replies: 10
» Views: 1,072
|
Kërko Addons [+SHQIP]
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 05:09 PM
» Replies: 1,138
» Views: 89,660
|
[Tutorial] Clean, Optimiz...
Forum: CS - Tutorial's - Tip & Tricks
Last Post: washere
06-06-2026, 11:56 AM
» Replies: 0
» Views: 87
|
Addons Zombie Plague v6.2...
Forum: AMX - Addon's
Last Post: Learti Zm
06-05-2026, 09:39 PM
» Replies: 35
» Views: 6,214
|
Ndihmë - Zombie Mod
Forum: Amx Mod X
Last Post: T.bo
06-05-2026, 08:09 PM
» Replies: 14
» Views: 682
|
Counter-Strike EG0-UCP (2...
Forum: Applications
Last Post: ValmirRamadani1
06-02-2026, 09:27 AM
» Replies: 4
» Views: 649
|
|
|
| // Unlimited Money // Plugin // CS 1.6 Server |
|
Posted by: ArgjentAl - 10-07-2023, 10:18 PM - Forum: AMX - Plugin's
- No Replies
|
 |
[info]Ky Eshte Nje Plugin Qe Ju Lejon Te Keni Pare Sa Te Doni Eshte Per CS 1.6 Servers [/info]
[info]Eshte Marr Nga AlliedMods.net Pra Nuk E Kom Kriju Une Veq Thash Ta Shperndaj[/info]
Si Duket
![[Image: attachment.php?attachmentid=5199&d=1139425718]](http://forums.alliedmods.net/attachment.php?attachmentid=5199&d=1139425718)
This plugin basicly lets your max money go OVER 16000
Cvars:
amx_maxmoney set the max amount of money that a player can have ( Default: 99999)
amx_startmoney use this instead of mp_startmoney ( Default: 800 )
Commands:
amx_setmoney ADMIN_LEVEL_A (@team - @all - nickname) (amount) to set money for a player
(Don't use other setmoney plugins this can work strange)
Changelog:
Code:
Version 1.0: First port
Version 1.1: Fixed sv_restartround money bug.
Version 1.1.1: Fixed long sv_restartround bug.
Version 1.2: added pcvar for amxx 1.70 or higher.
Version 1.3: Currect display (+ -)money at any time.
(old version alway display +money when the money above MONEY_TIER.)
Fixed when amx_startmoney setup above 16000, sv_restartround the start money, Thanks jopmako
Version 2.0: Made compatible with most other plugins.
I think this should work for cz too, please post if does/doesnt.
AmxModX 1.70 and above.
Have fun using this plugin!
HOWTO MAKE OTHER PLUGINS COMPATIBLE WITH THIS PLUGIN (Do Not edit unlimited_money.sma):
1. Set up a local compiler (might be already set up at amxmodx/scripting)
2. go to the /include folder and put money_ul.inc posted below into it.
3. Open the plugin you want to make compatible with it (The .sma file) with any text editor
4. find #include <amxmodx>
5. UNDER #include <amxmodx> make a new line and put #include <money_ul> there
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
8. Run compile.exe wait a minute and the pluginname.amxx should come out in the /compiled map if there are no errors.
NOTE: DO NOT EDIT THIS PLUGIN IF YOU WANT TO MAKE IT COMPATIBLE. YOU HAVE TO EDIT ALL OTHER PLUGINS THAT WORK WITH MONEY
Yes, I got PM'ed two times with this problem.
This will work with +- 90% of the plugins.
Shkarko Money_ul.inc
Code: http://forums.alliedmods.net/attachment.php?attachmentid=22575&d=1199280068
Shkarko Unlimited_money.amxx
Code: http://www.amxmodx.org/plcompiler_vb.cgi?file_id=22577
Shkarko Unlimited_money.sma
Code: http://forums.alliedmods.net/attachment.php?attachmentid=22577&d=119928141
Link Ku E Kom Marr
Code: http://forums.alliedmods.net/showthread.php?t=24003&highlight=unlimited+money
|
|
|
|