08-25-2021, 05:47 PM
Weapon lending is source side. You can for example search some levels for the lending items . So example search == value or case value: you should find what you're look for. Also you should find min and Max level somewhere in the source files client-side involving weapon lending. Make sure to change max level if you want to for example add 130 or 165 weps you simply copy lending armor change level . After changing level you put the weapon level in the server-side code so would be like case 135: . Ofcourse recompile and test .

