Jump to content

EnriqueGF

Resident
  • Posts

    6
  • Joined

  • Last visited

Posts posted by EnriqueGF

  1. 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 ^^

  2. 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...