View Single Post
Depresie
Veteran Member
Join Date: Nov 2013
Old 05-03-2017 , 17:55   Re: [Suggestions] AMXX 1.8.3
Reply With Quote #110

Let me explain myself...

Well, when the player gets passed of the 16000 limit

1. Any default rewards he receive will set his money amount back to 16000
2. Any item bought from the buy menu will act as his actual money was 16000 even if his money value is over that value
3. In order to avoid this, you have to block the default rewards and so the default buy menu
4. You will need to save his custom money value in an array, and redo, handle, all the rewards and buying
5. After you done all these, you will also have to create couple natives to retrieve and set user money accordingly in order to buy from a custom shop menu ( most servers have custom shops )

So you are left with two options, either create an API to handle the actual money system or remove it completely and add custom in game currency ( ammo packs etc )

But most resort to custom in game currency because it's less of a pain in the arse
__________________

Last edited by Depresie; 05-03-2017 at 17:57.
Depresie is offline