Jump to content

Floyd Sack

Resident
  • Posts

    19
  • Joined

  • Last visited

Reputation

10 Good

Recent Profile Visitors

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

  1. llDetectedType(0) & AGENT should be llDetectedType(0) == AGENT I'm I'm mobile so not tested. Give it a try. Sorry for a short reply.
  2. You can que the sounds up. Check https://wiki.secondlife.com/wiki/LlSetSoundQueueing for more information. That wiki is a Bible for scripting.
  3. The 3 items are integer boolean (true or falues to enable ) vector offset ( this is the offest of the sit <#,#,#>) rotation rot (and the roatation <x,y,z>) more info's https://wiki.secondlife.com/wiki/LlGetPrimitiveParams https://wiki.secondlife.com/wiki/PRIM_SIT_TARGET https://lslwiki.digiworldz.com/lslwiki/wakka.php?wakka=llSitTarget
  4. Hey Goldenstar, We are friends in world.. if you ever need any help feel free to shoot me a message. Floyd Sack
  5. <?php $uuid = "242dc266-7025-4199-bff1-561de2f74011"; $source = file_get_contents('https://world.secondlife.com/resident/'.$uuid); $dom = new DOMDocument("1.0","UTF-8"); @$dom->loadHTML($source); $dom->preserveWhiteSpace = false; //Get Title $title = $dom->getElementsByTagName('title')->item(0)->nodeValue; foreach($dom->getElementsByTagName('meta') as $metas) { if($metas->getAttribute('name') =='description'){ $description = $metas->getAttribute('content'); } if($metas->getAttribute('name') =='keywords'){ $keywords = $metas->getAttribute('content'); } } print_r($title); ?> this is a hack job but you should get the idea..
  6. No rules would be broken. There is no real $ or L$ required to play. The crypto, mining, staking is all simulation.
  7. I don't see why not, it's just another game in the world.
  8. Crypto Exchange Simulation Game. Free to play, you start with $1,000 Passive game, play when you want. Daily L$ Rewards for the top holder(s) of each coin listed in the Exchange. Able to buy mining rigs to passively aquire more income. Option for land owners to have air drops to increase traffic. I am looking for feedback on this and possibly anyone wanting to get in early and test before it's launched publicly.
  9. http://maps.secondlife.com/secondlife/Pine Coast/112/72/26 Good deal, first come first serve! Need to dump the land to lower tier. thats why its priced to sell. UPDATE: Lowered to 6k. UPDATE2: Lowered to 5k.
  10. I would by using Linked Messages to pass information, or instructions.
  11. Thank you for getting back to me in world about this issue... As the story unfolds we find out a tenant of yours did not pay you, and thats the person i rented from. This is a big mistake but you did well dealing with it and helping me understand what happen..
×
×
  • Create New...