Jump to content

MrSndbad

Resident
  • Posts

    14
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. so there is way to just rerazz object from my server really i dont have any idea but i try to see how to work
  2. hi i make one object with in script and i need update this script everytime but this object not witn me i give to other owner is there way to change script to other owner by me with server or something? thanks
  3. thank you so much i was keep trying but this work perfect thanks
  4. this also so nice and easy to work http://www.outworldz.com/secondlife/Posts/fs2sl/default.htm
  5. hello friends i make this script to get descruption from creator and everything is work good but i have probelm some time the script Detecte other creater descruption if this object closer so is there way to fix that i need only creater what UUID set thanks list details; default { touch_start(integer total_number) { llSensor( ""," ", ( AGENT | PASSIVE | ACTIVE ), 1, PI ); } sensor(integer num_detected) { while(num_detected--) { if (llList2Key(llGetObjectDetails(llDetectedKey(num_detected), [OBJECT_CREATOR]), 0) == "8fe80e88-9dee-47d6-bbe9-811c547468d4") { key id = llDetectedKey(0); details = llGetObjectDetails(id, ([OBJECT_DESC])); llSay(0,llList2String(details, 0)); } } } }
  6. thank you for answer but i try to not get creator i want say something in world if this a correct creator for example if(get creator mrsndbad) { llsay(0,"this item is correct "); } else { llSay(0,"sorry this item not for mrsndbad"); } some like that
  7. hello i try to make something like when secript get custem creator say it in world for example if(llGetInventoryCreator , "Avatar UUID" ) { llSay(0,"there creator here"); } i try for that its not work an i keep try
  8. hi is there way to say description in world from item in content ?
  9. this exactly what i want key http_request_id; default{ state_entry() { http_request_id = llHTTPRequest("url", [], ""); } http_response(key request_id, integer status, list metadata, string body) { if (request_id != http_request_id) return;// exit if unknown vector COLOR_BLUE = <0.0, 0.0, 1.0>; float OPAQUE = 1.0; llSetText(body, COLOR_BLUE, OPAQUE); }} but the problem not give me full web part of the text is missing
  10. thank you for awnser ok for example i load in secondlife googel web and in google web there is text lins in it i need say line one from google web in localchat same line take it form google and say it in secondlife this just example . i hope you get it
  11. hi friends i just want ask its possple if i can make some think like if i load web in SL than script say in world some line from this web i hope you get my point
  12. i want report fack afatar is not me and he add something bad about me name : mrsndbadgay
×
×
  • Create New...