Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse: Freeview Media Screen @archiv:opensim:downloads:scripts 43 Treffer , Zuletzt geändert: vor 5 Jahren there are no textures to display in Picture mode
string NOTECARD = "bookmarks"; //Used to host URL bookm... ed video display texture for parcel media stream
string moviename;
string tempmoviename;
key notecardkey = NULL_KEY;
key tempuser; //Temp key storge variable
string tempurl; //Temp string storge var Pacman @archiv:opensim:downloads:scripts 34 Treffer , Zuletzt geändert: vor 5 Jahren er script by kefcom belgium (kefcom@hotmail.com)
string currentplayer;
integer score;
integer maxscore;
integer timesplayed;
integer timecounter;
string playername1;
string playername2;
string playername3;
string playername4;
string playername5;
integer playerscore1;
integer pl Sensor Door @archiv:opensim:downloads:scripts 17 Treffer , Zuletzt geändert: vor 5 Jahren
//set names of avatars you want to allow access:
string access1 = "Fixyou Kit";
string access2 = " ";
string access3 = " ";
string access4 = " ";
string access5 = " ";
string access6 = " ";
string access7 = " ";
st Simple Radar @archiv:opensim:downloads:scripts 15 Treffer , Zuletzt geändert: vor 5 Jahren Street, Fifth Floor, Boston, MA 02110-1301, USA.
string status="none";
list people;
integer maxScanDistan... nType = AGENT;
integer scanFreq=1;
integer count(string name) {
integer i = llListFindList(people, [name]... rings with proper units that are sensibly rounded
string time(integer cnt) {
if(cnt>3600) {
return (string )(cnt/3600)+"hr " + (string )((cnt%3600)/60) +"min";
}els Sim Crash Logger @archiv:opensim:downloads:scripts 14 Treffer , Zuletzt geändert: vor 5 Jahren wish, in seconds
//there we go...
integer UNIX;
string _buffer;
list log;
integer span = 0;
float fps;
float dilation;
integer crash = 0;
string date;
//2004-08-27T00:56:21.785886Z
default
{
... tarting our timer
}
timer()
{
string timestamp = llGetTimestamp();
list temp =... e hours
_hour = _hour - 24 ;
string _date = llList2String (temp,0);
integer _m Youtube Video Player @archiv:opensim:downloads:scripts 14 Treffer , Zuletzt geändert: vor 5 Jahren ines of code from DanFernandez Project innerTube
string yt_url = "http://www.youtube.com/watch?v="; // base url of yt vid
string vid_id = ""; // video_id of yt video
string vid_base = "http://www.youtube.com/get_video?fmt=18&video_id=";
string vid_url = "";
key reqid;
string StringBetween Besucherzähler mit E-Mail Benachrichtigung @archiv:opensim:downloads:scripts 13 Treffer , Zuletzt geändert: vor 5 Jahren ekunde
// E-Mail Adresse auf die eigene anpassen
string email_address = "adresse@domain.xyz";
// Name de... / Die versandte E-Mail beinhaltet die Koordinaten
string location_name = "OpenSIM-Region";
list single_na... e_list;
list visitor_list;
integer isNameOnList( string name )
{
list single_name_list;
single_name_list ... itor_list, single_name_list ) );
}
sendEmail()
{
string csv = llList2CSV( visitor_list );
llEmail( email_ Texture Dropper @archiv:opensim:downloads:scripts 13 Treffer , Zuletzt geändert: vor 5 Jahren ayed image to lock / unlock or clear the screen.
string screenname = "screen"; //The name which best desc... and text display (eg: screen, painting, monitor).
string sound = ""; //A sound to be played each time a new image is posted. Leave this string empty to disable sounds.
float soundvol = 1; ... and want to change something else in the script.
string ScriptName;
string InvName;
string InvCreator;
st Online Indicator @archiv:opensim:downloads:scripts 12 Treffer , Zuletzt geändert: vor 5 Jahren // time within the message should be written.
string url = "http://world.secondlife.com/resident/";
ke... y blank = "5748decc-f629-461c-9a36-a35a221fe21f";
string name;
key toucher;
string status;
default
{
state_entry()
{
llSetText("", <1,0,0>, 1.0)... DATA_NAME);
}
dataserver(key queryid, string data)
{
name = data;
llSetObj Radio @archiv:opensim:downloads:scripts 12 Treffer , Zuletzt geändert: vor 5 Jahren de>
integer totalNum = 4;
integer currentNum = 1;
string currentstation;
string currenturl;
string id1 = "Radio Off";
string id2 = "Grateful Dead Radio";
string id3 = "Sky.FM Roots Reggae";
string id4 = " Grafitti Board @archiv:opensim:downloads:scripts 10 Treffer , Zuletzt geändert: vor 5 Jahren / This script is available under the BSD License
string text = "";
integer LISTENING_CHANNEL = 43;
// X... this here as well to get around OpenSim's int -> string casting oddness
string LISTENING_CHANNEL_STRING = "43";
// FIXME: Should be dynamic!
integer CHARS_WIDTH = 42;
// Add some add Webimage @archiv:opensim:downloads:scripts 10 Treffer , Zuletzt geändert: vor 5 Jahren tal_number)
{
llSay( 0, "Testing.");
string dynamicID="";
integer refreshRate = 600;
string contentType="image";
string srcURL = "http://www.yoururlgoeshere.com"; // URL
string URLTexture=osSetDynamicTextureURL(dynamicID, cont Message Board @archiv:opensim:downloads:scripts 9 Treffer , Zuletzt geändert: vor 5 Jahren ===== Message Board =====
<code>
default
{
string title = "Aktuelle Termine";
string subtitle = "September 2008";
string text = "";
string draw = "";
state_entry()
{
llListen(42, "", llGetOwner(), "");
Binary Clock @archiv:opensim:downloads:scripts 7 Treffer , Zuletzt geändert: vor 5 Jahren ITY!
list bTime;
list oTime;
integer token;
string dec2bin(integer dec)
{
if (dec == 0) return "... ;
if (current_rowA != old_rowA)
{
string rowA = dec2bin(current_rowA);
integer Aco... ;
if (current_rowB != old_rowB)
{
string rowB = dec2bin(current_rowB);
integer Bco... if (current_rowC != old_rowC)
{
string rowC = dec2bin(current_rowC);
integer Cco Dance Poseball @archiv:opensim:downloads:scripts 6 Treffer , Zuletzt geändert: vor 5 Jahren 0;
integer gAnimNumber;
integer gTotalAnims;
string gAnimName = "type";
/////////// END GLOBAL VARIA... ript();
}
listen(integer channel, string name, key id, string mesg) {
string preamble = llGetSubString(mesg, 0, 3);
if (preamble != "anim" && preambl E-Mail @archiv:opensim:downloads:scripts 6 Treffer , Zuletzt geändert: vor 5 Jahren Teleport @archiv:opensim:downloads:scripts 6 Treffer , Zuletzt geändert: vor 5 Jahren Dimmen @archiv:opensim:downloads:scripts 5 Treffer , Zuletzt geändert: vor 5 Jahren Sleep @archiv:opensim:downloads:scripts 4 Treffer , Zuletzt geändert: vor 5 Jahren Chatbot @archiv:opensim:downloads:scripts 3 Treffer , Zuletzt geändert: vor 5 Jahren Fireworks @archiv:opensim:downloads:scripts 3 Treffer , Zuletzt geändert: vor 5 Jahren Poseball @archiv:opensim:downloads:scripts 3 Treffer , Zuletzt geändert: vor 5 Jahren Elevator @archiv:opensim:downloads:scripts 2 Treffer , Zuletzt geändert: vor 5 Jahren Pose @archiv:opensim:downloads:scripts 2 Treffer , Zuletzt geändert: vor 5 Jahren Give Item @archiv:opensim:downloads:scripts 1 Treffer , Zuletzt geändert: vor 5 Jahren