Testing - Round 2 - Ice Pumas Vs The Mighty Ducks

Discussion in 'Season 1' started by Flack, Jul 21, 2009.

  1. Flack SA Flack

    I've seen ads for said team, is that good enough?
     
  2. Speirz DG Speirs

    Seeing as it's your sim, and your team, I suppose it's up to you.:p
     
  3. Flack SA Flack

    Code:
    $gks[1] = new GoalKeeper("Robert Cribb");
    $players[1] = new Player("Tom Delonge", "D");
    $players[2] = new Player("Super Nova", "D");
    $players[3] = new Player("Scott Flack", "LW");
    $players[4] = new Player("Daniel Speirs", "C");
    $players[5] = new Player("Michael Monkeywrench", "RW");
    
    $gks[3] = new GoalKeeper("Greg Goldberg");
    $players[11] = new Player("Dean Portman", "D");
    $players[12] = new Player("Fulton Read", "D");
    $players[13] = new Player("Lester Averman", "LW");
    $players[14] = new Player("Adam Banks", "C");
    $players[15] = new Player("Charlie Conway", "RW");
    
    It's on now mother****ers (face)
     
    Last edited: Jul 21, 2009
  4. Flack SA Flack

    Oh, and before Bender says it again, yes I know they're Goaltenders, but I'm used to keepers, so in the code they're at least going to be that :p
     
  5. Speirz DG Speirs

    It's knucklepuck time, mother****ers.
     
  6. Bender BG Herd

    Beaten :(
     
  7. Flack SA Flack

    Russ isn't playing, and you said you were the Charlie of CricSim, not Russ :p
     
  8. SM MD Dorn

    im ****ing livid that i'm not playing...

    Who the **** is Robert Cribb?
     
  9. Speirz DG Speirs

    Russ is disguised as Goldberg IMO.
     
  10. Flack SA Flack

    Spoiler :(
     
  11. SuperNova SJ Nova

    Nova to dominate
     
  12. SuperNova SJ Nova

    Haha I dont think WA has a time do they?

    \_/. to Australia ice hockey though, we're shit :p
     
  13. Flack SA Flack

    Ok, if players in the Ice Pumas team want to do their own stats they can using this template:

    Code:
    function SetAttributes($SA, $SP, $P, $V, $H, $C, $POS, $B, $T, $S, $BAL, $A, $ST, $STAM) {
            $this->ShotAcc = $SA;
            $this->ShotPow = $SP;
            $this->Passing = $P;
            $this->Vision = $V;
            $this->Handling = $H;
            
            $this->Checking = $C;
            $this->Positioning = $POS;
            $this->Blocking = $B;
            $this->Tackling = $T;
            
            $this->Speed = $S;
            $this->Balance = $BAL;
            $this->Aggression = $A;
            $this->Strength = $ST;
            $this->Stamina = $STAM;
     }
    
    so I want your stats as something like (1,3,4,5,6) all 14 stats. That code there shows you what order they should be in (after $this-> is the name of the stat, then what it is in the brakcets (they're all in order anyway).

    If it's too confusing don't post, I'll just make yours up :p

    EDIT:
    In the interests of making it simpler here is the template:

    (ShotAcc, ShotPow, Passing, Vision, Handling, Checking, Positional, Blocking, Tackling, Speed, Balance, Aggression, Strength, Stamina)

    Just change the names to the number 0-10 you want for that attribute.
     
    Last edited: Jul 21, 2009
  14. Flack SA Flack

    Oh, and they're 0-10 for each stat, if you make your self too awesome I'l make you random anyway :p
     
  15. Bender BG Herd

    I'd do one if i was called up for selection :(
     
  16. Speirz DG Speirs

    Just make mine up for now. Busy with the Hawks game.
     
  17. Flack SA Flack

    Just incase anyone wonders, this is only for testing, so you can remake your player when registrations are up as any positions/stats you like then.
     
  18. SuperNova SJ Nova

    Please do mine for me, my head hurts from reading it :p
     
  19. Flack SA Flack

    I made it easier :p

    (ShotAcc, ShotPow, Passing, Vision, Handling, Checking, Positional, Blocking, Tackling, Speed, Balance, Aggression, Strength, Stamina)

    replace name with a number 0-10 :p
     
  20. Speirz DG Speirs

    8, 6, 4, 5, 4, 5, 7, 3, 2, 9, 8, 0, 4, 10
     

Share This Page