poonoo
-
Posts
7 -
Joined
-
Last visited
Content Type
Forums
Blogs
Knowledge Base
Posts posted by poonoo
-
-
default{ touch_start(integer num)
{
key player = llGetOwner();
llLoadURL(player,"abc","http://www.google.com");
}
}i try this in LSLeditor ,,it works ..
but not in the game..(when i touch the object ,,, nothing happened )
i notice that im in a script allowed area ,and also , i build my own object,,,
-
i did this yesterday , it could come out this website :google ..
but today when i try this again ,,do not work ,,,why??
i dont know wether i could code like this:
key player = llGetOwner();
llLoadURL(player,"abc","http://www.google.com/");
:matte-motes-sour: -
ok . thx .. ill try these
-
ok .. let me check it ..
thx anyway ..
-
pardon,, but whats sandbox ...
i cant even connect right ,, OMG ..
T.T:smileyindifferent:
-
i really need to find a land to build right now ,, nobody tell me the area ..plz !~
HELP! anyone know how to send data outside by URL.?
in LSL Scripting
Posted
i already know the AIP llLoadURL ,
i need to send some data like a tab.
data[1][2] = 1;
data[2][2] = 0;
like this kinda data ,,,how to use llLoadURL(player,"abc","http://www.XXXX.com") to send data outside?
its more like a quiz about URL ,, how to translate data into a URL ??
like http://XXXX.com/? d12=1 d22=0 ?
should i write like that??
im confused :matte-motes-mad: