Results 1 to 6 of 6
  1. #1
    edub18's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany
    Posts
    146
    Reputation
    10
    Thanks
    12
    My Mood
    Bored

    Talking Rust: More spawnpoints

    Hey guys,
    since the spawnpoints on Rust are a bit crowded, i decided to add my own spawnpoints. Just place it here:
    Code:
    maps\mp\gametypes\_rustSpawnpoints.gsc
    And call it like this:
    Code:
    self thread maps\mp\gametypes\_rustSpawnpoints::doSpawn();
    And finally, here's the GSC:
    Code:
    // Custom Rust Spawnpoints by Vanoq @ MPGH
    doSpawn()
    {
      spawnPoint = randomInt(30);
      spawnPoint++;
      
      switch(spawnPoint)
      {
        case 1:
          self SetOrigin(426, 926, -229.098);
          break;
        case 2:
          self SetOrigin(602.648, 816.852, -205.132);
          break;
        case 3:
          self SetOrigin(719.446, 944.41, -201.895);
          break;
        case 4:
          self SetOrigin(853.825, 1156.48, -233.388);
          break;
        case 5:
          self SetOrigin(1274.63, 1477.31, -238.242);
          break;
        case 6:
          self SetOrigin(1633.99, 1792.99, -215.372);
          break;
        case 7:
          self SetOrigin(757.45, 1789.73, -222.737);
          break;
        case 8:
          self SetOrigin(836.765, 489.309, -235.736);
          break;
        case 9:
          self SetOrigin(1129.72, 498.991, -242.67);
          break;
        case 10:
          self SetOrigin(1627.35, 759.356, -225.395);
          break;
        case 11:
          self SetOrigin(1612.84, -207.023, -224.628);
          break;
        case 12:
          self SetOrigin(1003.86, -203.773, -234.42);
          break;
        case 13:
          self SetOrigin(569.667, 4.15057, -218.343);
          break;
        case 14:
          self SetOrigin(-453.628, -207.712, -211.757);
          break;
        case 15:
          self SetOrigin(288.014, 157.181, -228.73);
          break;
        case 16:
          self SetOrigin(736.904, 697.982, -234.295);
          break;
        case 17:
          self SetOrigin(-435.688, 811.378, -231.875);
          break;
        case 18:
          self SetOrigin(-425.221, 1026.49, -229.814);
          break;
        case 19:
          self SetOrigin(-34.3473, 1432.14, -127.197);
          break;
        case 20:
          self SetOrigin(-448.226, 1783.55, -237.791);
          break;
          
          default:
          break; 
      }
      
      return 1;
    }
    Have fun

  2. #2
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    I could just stand and spawn kill y'know...

    And add different spawns for different teams.

  3. #3
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    this could be really usefull
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  4. #4
    edub18's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany
    Posts
    146
    Reputation
    10
    Thanks
    12
    My Mood
    Bored
    Im gonna add more soon. Have to finish my Mods naow -.-'

  5. #5
    artcap's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    Sorry im no Modder i dont know where i should enter the "And call it like this:" stuff and i dont know where u get the maps\mp\ folders from? pls explain how do i get this stuff working! Should i make this folders in the mods folder and copy the stuff in a txt and name it "_rustSpawnpoints.gsc"?

  6. #6
    niky254's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Romania
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    This is useful,just for having fun

Tags for this Thread