You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
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!
- 0useful
- 0not useful
#12. 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
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;
}
}
- 0useful
- 0not useful
#13. Posted:
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?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.