def __init__(self, air):
     try:
         self.DistributedDroppableCollectableBackpackAI_initialized
         return
     except:
         self.DistributedDroppableCollectableBackpackAI_initialized = 1
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.bp = []
     self.bpAmmo = []
    def __init__(self, air):
        try:
            self.DistributedDroppableCollectableBackpackAI_initialized
            return
        except:
            self.DistributedDroppableCollectableBackpackAI_initialized = 1

        DistributedDroppableCollectableObjectAI.__init__(self, air)
        self.bp = []
        self.bpAmmo = []
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.health = 0
     self.disabled = 0
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.value = 0
Пример #5
0
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.value = 0
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.health = 0
     self.disabled = 0