Пример #1
0
def unload():
    """Remove the player assist attribute."""
    player_attributes.unregister_attribute('assist_points')
Пример #2
0
def unload():
    """Remove the player hostage attributes."""
    player_attributes.unregister_attribute('hostage_rescues')
    player_attributes.unregister_attribute('hostage_stops')
    player_attributes.unregister_attribute('hostage_kills')
Пример #3
0
def unload():
    """Unregister the multi-level attribute."""
    player_attributes.unregister_attribute('multi_levels')
Пример #4
0
def unload():
    player_attributes.unregister_attribute('multi_levels')