• Search
  • Register
  • Log in
  • Ace of Spades Game Forums » Help
  • Note: This forum is merely an archive. It is no longer possible to login or register. - StackOverflow
    New Ace of Spades Forums: http://buildandshoot.com/
  • Need some python commands (Please help If you can)
  •  

    OK, I'm tryiong to make an AoS agme mode like TDM but I need some codes to set these settings,
    1.Blue team can only use pickaxe(i think its set_weapon blue pickaxe)
    2 green team changes to blue when they die.

    #76489
    [C.H]Winston_
    Extreme Brit
    Posted 13 years ago
     

    Sounds like infection. Also, I hardly know Python.

    #76497
    SpazDragon1397 (コバルト)
    The Badass Pony
    Posted 13 years ago
     

    It is infection.
    Actual help would be useful.

    #76506
    [C.H]Winston_
    Extreme Brit
    Posted 13 years ago
     

    I would be happy if Mat^2 would help...

    #76519
    [C.H]Winston_
    Extreme Brit
    Posted 13 years ago
     

    idk how, but maybe someone else can help you

    #76528
    Pinky-Conehead
    PIIINKY CLAAAW
    Posted 13 years ago
     

    Mat, are you there?...

    #76532
    [C.H]Winston_
    Extreme Brit
    Posted 13 years ago
     

    Anyone

    #77364
    [C.H]Winston_
    Extreme Brit
    Posted 13 years ago
     

    Some pieces of code that might help somewhat help (some edited code from
    dankesaurus. Also I suck at programming so don't just copy/paste).

    get_team(connection.protocol, player)
    if self.connection.protocol.blue_team
    class NokillConnection(connection:(
        def on_hit(self, hit_amount, hit_player:(
            value = connection.on_hit(self, hit_amount, hit_player)
            if value is not None:
                return value
            if self.protocol.Nokill == True:
                if self
                    if self.tool != PICKAXE_TOOL:
                    return 0
    class NokillProtocol(protocol:(
        Nokill = None
    return NokillProtocol, NokillConnection
    #80801
    Pie
    Member
    Posted 13 years ago
    RSS feed for this topic  

    Reply

    You must log in to post.

  • Tags
  •   No tags yet.
     
    Ace of Spades Game Forums is proudly powered by bbPress.   //   Theme by Mike Lothar  
    [ Time : 0.055s | 13 Queries ]