Jump to content

PJ Mannequin

Resident
  • Posts

    18
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Hi, THat what I thought but it didn't show up and I was using firestorm as my viewer however someone told me to uncheck send IM as email in my secondlife account - change email area and it works. Thanks PJ
  2. Hi all, As the topic subject goes, I need to take a break from SL for a short while so need to stop group emails from coming to my inbox as to not overload my email inbox. How do I turn these off? Thanks, PJ.
  3. Hi, Yes, finally figured it out with another door script, cos the script I got the sample door script from failed to mention I need a prim that has been cut path setting of B:0.125 E:0.625 so it rotate along the Z-axis, cos it failed to mention this it was rotating in the middle of the prim. Not using the timeless script but another script that was in the library and cos of the way it behaved, I tried Timless Script and cos it wouldn't let me set the door closed hence asking. Thanks for your help PJ
  4. hi All, I am having problems in setting up the Timeless Door Script, the problem is it keep saying the command is /door closed but no matter how many times and even bumped right into the door and doing /door closed does nothing. I need a lockable door script with hinge rotating door, I've seen others on the web but when I use them it make me door rotate in the middle of the door and I have no idea how to ofset the axis to make it a hinge cos of some rad * rot based on eular command. Any ideas where I am going wrong? Thanks, PJ
  5. Yay thank for your help happy to say it works in a new prim yet on the old prim didnt. Thank u so much for ur time n help now my friend is mega happy
  6. OK, Let me try in a new prims just to be sure.
  7. OK tried that and this is what I have, integer listenHandle; integer face = 0; string GetURL = " "; remove_listen_handle() { llListenRemove(listenHandle); } default { state_entry() { listenHandle = llListen(55, "", llGetOwner(), ""); } listen(integer channel, string name, key id, string message) { llOwnerSay("URL Accepted & Loading"); llSetPrimMediaParams(face,[ PRIM_MEDIA_AUTO_PLAY,TRUE,PRIM_MEDIA_CURRENT_URL,message ] ); llScaleTexture(1.0, 0.4, face); } on_rez(integer start_param) { llResetScript(); } changed(integer change) { if (change & CHANGED_OWNER) { llResetScript(); } } } And just tried it and don't seems to work
  8. Qie, my friend does not want anyone else enter the url via chat hence setting it to owner only as my friend be the owner. She can create clothes and building ok but clueless when it comes to scripts so making it easy for her at the same time. Just need to the the LListen and URL string to work via channel 55.
  9. SO the above then becomes like this? integer listenHandle; integer face = 0; string GetURL = " "; remove_listen_handle() { llListenRemove(listenHandle); } default { state_entry() { listenHandle = llListen(55, "", llGetOwner(), ""); } listen(integer channel, string name, key id, string message) { llOwnerSay("URL Accepted & Loading"); llSetPrimMediaParams(face,[ PRIM_MEDIA_AUTO_PLAY,TRUE, PRIM_MEDIA_CURRENT_URL,message ] ); llScaleTexture(1.0, 0.4, face); } listen(integer channel, string name, key id, string message) { llOwnerSay("URL Accepted & Loading"); } on_rez(integer start_param) { llResetScript(); } changed(integer change) { if (change & CHANGED_OWNER) { llResetScript(); } } }
  10. Hi, OK I did what Xiija idea and it works and now trying to get the listen on channel 55 to work so all my friend have to do is rez the prim up and the type /55 <URL> for example:- /55 https://www.youtube-nocookie.com/embed/fSQp67o_HG8?rel=0&controls=0&showinfo=0&autoplay=1 Reason for the listen is each week the movies changes and to make it easy for my friend to type /55 <url> I did the script out as followed (she asked for it to be face 0) and it not working as I expected any ideas? integer listenHandle; integer face = 0; string GetURL = " "; remove_listen_handle() { llListenRemove(listenHandle); } default { state_entry() { listenHandle = llListen(55, "", llGetOwner(), ""); llScaleTexture(1.0, 0.4, face); llSetPrimMediaParams(face,[ PRIM_MEDIA_AUTO_PLAY,TRUE, PRIM_MEDIA_CURRENT_URL,GetURL ] ); } listen(integer channel, string name, key id, string message) { llOwnerSay("URL Accepted & Loading"); } on_rez(integer start_param) { llResetScript(); } changed(integer change) { if (change & CHANGED_OWNER) { llResetScript(); } } } Thanks, PJ
  11. Thanks for that, the methods me and my friend was doing it was how Ohjiro was saying but the screen seems slightly distorted the large the screen is hence trying to figure how to use iframe codes into the prims. I shall give Xiija idea a try and see how this goes, cos what we want to d is once everybody was ready my friend would then pop the prim up and then movies starts. Thank you all, PJ
  12. Hi, I am doing this for a friend who runs a club and want to do a movie night but the problem is we need owner control over the movie without other users messing up but I have the code but not sure how to put the code into the script for the prim to play the said movie? The movie is from youtube btw so nothing illegal but the problems starts when it coes to movie screen sizes. For example if I were to sue this url https://www.youtube-nocookie.com/embed/fSQp67o_HG8?rel=0&amp;controls=0&amp;showinfo=0&autoplay=1 the screen play area is small and would mean the prim to be hugely massive but no control ver screen sizes unless it is put inside the iframe htmal codes. So in this case <iframe width="1280" height="720" src="https://www.youtube-nocookie.com/embed/fSQp67o_HG8?rel=0&amp;controls=0&amp;showinfo=0&autoplay=1" frameborder="0" allowfullscreen></iframe> but how do I put this into the script so that the prim can play the said link as a media? Thanks, PJ. PS I did search the forum for ideas but not found something I am looking for or it there but not using the right search.
  13. OK thanks for that, me and my friend will look it over and find it and such.
  14. Thanks for ur reply, I was looking on MP for a timer script but found none for free however sure a couple for a charge but comment says, do not get, tis is a freebie script. SO if it a freebie script so there be an opensource for it somewhere to this time n date unable to find.
  15. hi all as my subject says, I am looking for a free script that start a timer upon on touching an object (a door) with 2 or 3 checkpoint on the route (maze house) and ending the timer on touching the exit door. My friends knows how to add script to object but he does not knows how to doscript, can anyone point me in the right direction on where to get them for him please? We need to get hold of this ASAp as he has entered into a build contest, I knows very little about scripting. From what I gather he would need touch_start, gettimestamp or settimerevent varibles along with checkpoint varible to ensure the person has taken the right path and not cheated half way. Many thanks for any help on this, PJ.
×
×
  • Create New...