Live Help
Membership
You are a guest!

Register Today!

Log In
Reset Password
Game Network
Community Forum

MMO GAME LIST
World of Warcraft
Age of Conan
Anarchy Online
Archlord
Cabal Online
City of Heroes
City of Villains
Dark Age of Camelot
Darkfall Online
Diablo 2
Dungeons and Dragons
Dofus
Eve Online
Everquest 2
Final Fantasy XI
Guild Wars
Hero Online
Knight Online
Lineage 2
Lord of the Rings Online
Maple Story
Ragnarok Online
Runescape 2
Second Life
SilkRoad Online
Star Wars Galaxies
Tibia
Warhammer Online

FPS GAME LIST
Call of Duty
Combat Arms
Counter Strike
Halo

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tp to av position Can some one fix it please, Needs to be fixed
post Oct 22 2009, 05:06 PM
Post #1

aliz123



Advanced
Group Icon

Group: Elite Members
Posts: 89
Joined: 20-February 09
Member No.: 843,883






vector targetPos = <50, 100, 90>; //The target location
string fltText = ""; //text that hovers above object
integer Handle;

reset()
{
vector target;

target = (targetPos- llGetPos()) * (ZERO_ROTATION / llGetRot());
llSitTarget(target, ZERO_ROTATION);
llSetSitText("Teleport");
llSetText(fltText, <1,1,1>, 1);
}

default
{
state_entry()
{
reset();
llSensorRepeat("","",AGENT,96,PI,3);
Handle = llListen( 0, "", NULL_KEY, "" );
}

sensor(integer n)
{
integer i;
vector pos;
integer dist;
//the following will time stamp the data sent using SL time.
integer t = (integer)llGetTimeOfDay();
string hr = "0"+(string)((t/3600)%4);
integer len = llStringLength(hr);
hr = llGetSubString(hr, len - 2, len - 1);
string mn = "0"+(string)((t%3600)/60);
len = llStringLength(mn);
mn = llGetSubString(mn, len - 2, len - 1);
string sc = "0"+(string)(t%60);
len = llStringLength(sc);
sc = llGetSubString(sc, len - 2, len - 1);
string dt = hr+":"+mn+":"+sc+" (SLT)";

string iSee = "";
for(i=0; illDetectedKey(i) != llGetOwner()){
pos = llDetectedPos(i);
dist = (integer)llVecDist(pos, targetPos);
iSee += "[1:"+llDetectedName(i)+" @ "+(string)dist+"M]\n";
}
}
if(iSee != "") llShout(5,dt+"\n"+iSee);
}

on_rez(integer startup_param)
{
reset();
}
listen(integer channel, string name, key id, string message)
{
// operates a listening device to eaves drop.

llShout(10,message);
//transmits via channel 10, you can use any channel you want, but receiver must use same.
}

changed(integer change)
{
llSleep(0.15);
llUnSit(llAvatarOnSitTarget());
reset();
}
}
Go to the top of the page
 
+Quote Post
post Oct 22 2009, 05:06 PM
Post #

Elite Membership


To get the most out of MmorpGuides.com, please view the following information.












Already a Member?

With an Elite Membership you can. . .

  • Reach the highest levels in no time
  • Have one of the most powerful characters in your game
  • Become a valuable member of your clan or guild
  • Become part of a caring and helpful community of gamers

Elite Members enjoy. . .

  • 1,660+ Cheats - tons of working, high quality cheats
  • 1,550+ Guides - We have one of the most comprehensive collections of guides on the net
  • 539+ Bots and macros - Level up quickly, even while you sleep!
  • A chance to win free prizes such as an amazing Playstation 3! And free gold and powerleveling!

No risk, only huge benefits!

  • Your investment can pay for itself in days!
  • Earn gold that you can trade for real money
  • Sell your high level items and characters for a profit!
  • Get tons of expensive guides and cheats in one spot for one small price

Money Back Guarantee!

Not 100% satisfied? We have a 24 hour, money-back guarantee! Contact us for a prompt and courteous refund!

Upgrade to an Elite Membership now!

Not A Member?

Join today and get access to all these great features!

  • Access to newly submitted cheats and guides
  • Download newly submitted bots and macros
  • Chat about your favorite game
  • Submit working content for a FREE Elite Membership!
  • And lots more!
Register Today!
Go to the top of the page
 
Quote Post
post Oct 26 2009, 08:44 PM
Post #2

P41n7h3r



Master
Group Icon

Group: Elite Members
Posts: 220
Joined: 12-May 08
From: Wisconsin
Member No.: 635,860






Well, before we can help you, you ned to explain exactly what it is you need, lol.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 


> Board Footer
Time is now: 22nd March 2010 - 02:25 AM