You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Sophisticated
  • TTG Senior
Status: Offline
Joined: Sep 28, 201014Year Member
Posts: 1,390
Reputation Power: 62
Status: Offline
Joined: Sep 28, 201014Year Member
Posts: 1,390
Reputation Power: 62
Cool idea there... never thought of that!
#12. 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
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


Yea no problem heres a simple script.

doLocation()
{
self endon ( "disconnect" );
while(1)
{
self iPrintlnBold( "^1" + self.origin );
wait 3;
}
}
#13. Posted:
FarmerJigsaw
  • Ladder Climber
Status: Offline
Joined: May 21, 201014Year Member
Posts: 340
Reputation Power: 15
Status: Offline
Joined: May 21, 201014Year Member
Posts: 340
Reputation Power: 15
Could you use this to change zombie spawns?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.