| Blockland Forums > General Discussion |
| Guns Akimbo is disabled |
| (1/4) > >> |
| Dominator:
On my server, Guns Akimbo is disabled for some reason. I tried to equip them but it doesn't work. I can't find any mods which may be disabling them. It just comes up with a white chat message saying Guns Akimbo is disabled. |
| pecon98:
What other mods are you running? |
| ScratchTehEPICSpaceDude:
Are you possibly running my weapon control addon? |
| Lugnut:
DO THIS IN CONSOLE: for(%i = 0; %i < getNumActivePackages(); %i++){echo(getActivePackage(%i));} Do it right or you'll crash your game. Then, post your console.log. Doing this will list all the packages on your server, which are basically advanced overwrites of critical stuff needed to take out guns akimbo. a coder can look at that and possibly find the source of your problem |
| Chrono:
--- Quote from: Lugnut1206 on June 06, 2012, 03:26:15 PM ---DO THIS IN CONSOLE: for(%i = 0; %i < getNumActivePackages(); %i++){echo(getActivePackage(%i));} Do it right or you'll crash your game. Then, post your console.log. Doing this will list all the packages on your server, which are basically advanced overwrites of critical stuff needed to take out guns akimbo. a coder can look at that and possibly find the source of your problem --- End quote --- Why not just do dumpActivePackages(); ? |
| Navigation |
| Message Index |
| Next page |