Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. After changing the map. Areas = 15 crash_detector enabled
  2.  
  3. Installed : Sourcemod, Metamod, Source.Py (with es_emulator and wcs)
  4.  
  5. [SP] Caught an Exception:
  6. Traceback (most recent call last):
  7. File "../addons/source-python/plugins/crash_detector/crash_detector.py", line 79, in dummy
  8. return _callback(*args)
  9. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 389, in _on_weapon_bump
  10. make_object(Player, args[0]), edict_from_pointer(args[1]).classname)
  11. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 68, in on_player_bumping_weapon
  12. value = handler.on_player_bumping_weapon(player, weapon_name)
  13. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 291, in on_player_bumping_weapon
  14. return not self.is_player_restricted(player, weapon)
  15. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 317, in is_player_restricted
  16. return self.is_team_restricted(player.team, weapon_name)
  17. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 327, in is_team_restricted
  18. return weapon_manager[weapon].basename in self.team_restrictions[team]
  19. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 192, in __getitem__
  20. '"{0}" is neither a team number nor an alias.'.format(item))
  21.  
  22. KeyError: '"0" is neither a team number nor an alias.'
  23.  
  24.  
  25.  
  26. [SP] Caught an Exception:
  27. Traceback (most recent call last):
  28. File "../addons/source-python/plugins/crash_detector/crash_detector.py", line 79, in dummy
  29. return _callback(*args)
  30. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 389, in _on_weapon_bump
  31. make_object(Player, args[0]), edict_from_pointer(args[1]).classname)
  32. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 68, in on_player_bumping_weapon
  33. value = handler.on_player_bumping_weapon(player, weapon_name)
  34. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 291, in on_player_bumping_weapon
  35. return not self.is_player_restricted(player, weapon)
  36. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 317, in is_player_restricted
  37. return self.is_team_restricted(player.team, weapon_name)
  38. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 327, in is_team_restricted
  39. return weapon_manager[weapon].basename in self.team_restrictions[team]
  40. File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 192, in __getitem__
  41. '"{0}" is neither a team number nor an alias.'.format(item))
  42.  
  43. KeyError: '"0" is neither a team number nor an alias.'