• Bank Error
    2 replies, posted
Every time someone trys to put a item in a bank this is the error [ERROR] gamemodes/dayz/gamemode/modules/bank/cl_bank.lua:129: attempt to perform arithmetic on a nil value 1. unknown - gamemodes/dayz/gamemode/modules/bank/cl_bank.lua:129
We don't have access to this gamemode of yours, nor do we have any code snippets (which I doubt you can release if it's Phoenix's). I suggest you ask the creator.
I went and had a look at the error. If my guess is right, you have modified user group names, make sure these names are added to the config file located in the data folder. [code] "maxbankweight": { "member": 300, "superadmin": 425, "owner": 425, "founder": 425, "guest": 275, "user": 275, "vip": 425, "admin": 425, "vipadmin": 425 }, [/code] ^ You need to add the ones you have made into this section. In future you should ask on the forums, [url]http://gmoddayz.ph129.net/index.php[/url] The wiki link seems to have gone...
Sorry, you need to Log In to post a reply to this thread.