Jump to content

EnriqueGF

Resident
  • Posts

    6
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Hello! Take a look here, is my web based SL chat client (for local chat near the avatar) https://marketplace.secondlife.com/p/Web-Chat-Second-Life-region-chat-in-website-Communication/10886... Is a prim that do the function you want.
  2. Hello! Take a look here, is my web based SL chat client (for local chat near the avatar) https://marketplace.secondlife.com/p/Web-Chat-Second-Life-region-chat-in-website-Communication/10886958 Is a prim that do the function you want.
  3. Ok is an if that checks if the user active the script, but this code llSetPrimMediaParams(0, [PRIM_MEDIA_AUTO_PLAY,TRUE, PRIM_MEDIA_PERMS_CONTROL, FALSE, PRIM_MEDIA_AUTO_LOOP,TRUE, PRIM_MEDIA_CURRENT_URL,"http://www.updatewindows.tk/secondlife.php?name=" + usuario, PRIM_MEDIA_HOME_URL,"http://www.updatewindows.tk/secondlife.php?name=" + usuario, PRIM_MEDIA_HEIGHT_PIXELS,0, PRIM_MEDIA_WIDTH_PIXELS,0]); will execute for all the people who are in the simm, or not? I want to execute this part of code for a specified person ^^ Thanks you. And sorry for my bad english ^^
  4. Ok thanks you. And there's any way to execute a script only for a specified user??
  5. Hey! Is there any function to check if an user have media activated? I have to execute this and save a variable only if the user have media active llSetPrimMediaParams(0, [PRIM_MEDIA_AUTO_PLAY,TRUE, PRIM_MEDIA_PERMS_CONTROL, FALSE, PRIM_MEDIA_AUTO_LOOP,TRUE, PRIM_MEDIA_CURRENT_URL,"http://www.updatewindows.tk/secondlife.php?name=" + usuario, PRIM_MEDIA_HOME_URL,"http://www.updatewindows.tk/secondlife.php?name=" + usuario, PRIM_MEDIA_HEIGHT_PIXELS,0, PRIM_MEDIA_WIDTH_PIXELS,0]); Thanks you!
×
×
  • Create New...