Jump to content

Runie Xue

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. in this case this solution: integer CHANNEL_HUD = -32423652; default { state_entry() { llListen(CHANNEL_HUD, "", NULL_KEY, ""); } listen( integer channel, string name, key id, string msg) { if(channel == CHANNEL_HUD) { string touchid = (string)llGetObjectDetails(id, [OBJECT_OWNER]); string ownerid = llGetOwner(); if(ownerid == touchid) { //your script } } } }
  2. Easy solution: on this line: llListen(app_channel, "", NULL_KEY, ""); change to this: llListen(app_channel, "", llGetOwner(), ""); After this your script only hear your key and other people on same room not have any problem with that, also you can make more filters inside the event of listen but with this i think works fine.
  3. Buenas Annarosa Prolau, Te recomiendo que hagas una limpieza de posibles troyanos en tu pc pasando limpiadores como el CCleaner y el Malwarebytes. Una vez tengas tu ordenador limpio, entra en second life y revisa los objetos equipados que tienes uno por uno, abriendo el inventario y seleccionando la pestaña en uso para ver lo que tienes equipado, ya que podrias tener algún objeto que puede estar haciendote dicho spam. Asegurandote de que ya no tienes nada vuelve a cambiar contraseñas y listo. Un saludo.
  4. Ese lugar no es el sitio de llegada de españoles oficial simplemente es un terreno que han puesto la gente que mencionas usando el nombre de Virtual Spain. Al no ser nada oficial las normas las ponen las personas que lo llevan, si has tenido problemas ahí simplemente ignora ese lugar, busca otro en el buscador y encontraras muchos mas. Un saludo.
×
×
  • Create New...