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:
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
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:
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*
Wonder where zona got that recording software *cough*
- 0useful
- 0not useful
#3. Posted:
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
--2Freshy
- 0useful
- 0not useful
#4. Posted:
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)
- 0useful
- 0not useful
#5. Posted:
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?
- 0useful
- 0not useful
#6. Posted:
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
- 0useful
- 0not useful
#7. Posted:
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
Thanks
- 0useful
- 0not useful
#8. Posted:
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
- 0useful
- 0not useful
#9. Posted:
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...lulz, and this has already been released. i figured this out but i thought that everyone could copy the code to on onPlayerSpawned.
Thanks
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Oct 28, 201014Year Member
Posts: 683
Reputation Power: 32
Thanks This Could Be Useful
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.