You are viewing our Forum Archives. To view or take place in current topics click here.
[Release] Alternate spawn locations
Posted:

[Release] Alternate spawn locationsPosted:

Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
I've had a few people suggest some different starting spawn locations so I put this together. Basically this will spawn all 4 players in some glitches in the beginning. Two on top the generator, and two on top the fence by the teleporter I made.

You can change the locations to where ever you want really. Just change the coordinates.

Thanks to Arizona for recording this on his new Alienware laptop. Soo much faster and smoother than mine.
Still processing so quality will improve


self thread spawns();


Spawns()
{

    player = get_players();
    if( self.playername == player[0].playername )
    {
        self setorigin ((-476.182, 297, 360.125));
    }
    else if( self.playername == player[1].playername )
    {
    self setorigin ((-476.182, 397, 360.125));
    }
    else if( self.playername == player[2].playername )
    {
        self setorigin ((4.36, -653.639, 284.125));
    }
    else if( self.playername == player[3].playername )
    {
    self setorigin ((59, -653.639, 284.125));
}
}
#2. Posted:
coolbunny1234
  • Comment King
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Motto: The Original Bunny
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Nice release=]
Wonder where zona got that recording software *cough*
#3. Posted:
Dirty_Undies
  • TTG Addict
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 2,110
Reputation Power: 154
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 2,110
Reputation Power: 154
Nice job figuring this out, ;)

--2Freshy
#4. Posted:
coolbunny1234
  • Fairy Master
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Motto: The Original Bunny
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Also, if your willing to share the teleporter code pm 8) 8)
#5. Posted:
Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
coolbunny1234 wrote Also, if your willing to share the teleporter code pm 8) 8)


Not quite yet. lol you see i added my insta kill thing to the secret room?
#6. Posted:
Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
buuuuuuuuuuuuuuuuuuuuuuuuump
#7. Posted:
Mikey-2010
  • Junior Member
Status: Offline
Joined: Oct 08, 201014Year Member
Posts: 90
Reputation Power: 3
Status: Offline
Joined: Oct 08, 201014Year Member
Posts: 90
Reputation Power: 3
Hi, this is mostly directed at crippler! How do you know the coordinates of your position, I noticed it pops up on your screen. Please could you tell me how to do that or anything to tell me where my current position is...

Thanks
#8. Posted:
Fair
  • TTG Senior
Status: Offline
Joined: Jan 18, 201113Year Member
Posts: 1,191
Reputation Power: 52
Status: Offline
Joined: Jan 18, 201113Year Member
Posts: 1,191
Reputation Power: 52
cool, i always love your finds im gonna try this one out
#9. Posted:
x703xBabyface
  • Junior Member
Status: Offline
Joined: Aug 23, 201014Year Member
Posts: 97
Reputation Power: 3
Status: Offline
Joined: Aug 23, 201014Year Member
Posts: 97
Reputation Power: 3
Mikey-2010 wrote Hi, this is mostly directed at crippler! How do you know the coordinates of your position, I noticed it pops up on your screen. Please could you tell me how to do that or anything to tell me where my current position is...

Thanks
lulz, and this has already been released. i figured this out but i thought that everyone could copy the code to on onPlayerSpawned.
#10. Posted:
xADxSlap
  • Prospect
Status: Offline
Joined: Oct 28, 201014Year Member
Posts: 683
Reputation Power: 32
Status: Offline
Joined: Oct 28, 201014Year Member
Posts: 683
Reputation Power: 32
Thanks This Could Be Useful
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.