Jump to content

VenKellie

Resident
  • Posts

    177
  • Joined

  • Last visited

Everything posted by VenKellie

  1. da fudge? strings, vectors and integers can all go into a list, thats what a list is for
  2. i use sublime text 3 with the lsl addon package, found it helps alot so im not going to the official wiki alot.
  3. integer contents_total = llGetInventoryNumber(INVENTORY_OBJECT); integer counter = 0; for (counter; counter < contents_total; ++counter) { string contents_name = llGetInventoryName(INVENTORY_OBJECT, counter); if (llSubStringIndex(llToLower(contents_name), "freya") == -1) { objectlist += [contents_name]; } } theres how it should be since i think steph was being picky with variable types.
  4. if (llSubStringIndex (llToLower (contents_name), "freya") == -1) objectlist += contents_name; will work. Go learn LSL @steph Arnott and quit hijacking threads.
  5. chill guys, think sarah been busy with her mainland selling company. @Sarahbuxso if you look on the map just south of sansara and north of jeogeot mainlands you will see SSP there starting to get their sim names other then SSPE and a waterway of sims from south of the new linden homes to jeogeot.
  6. oh snap sasha love your work, i favorited your store, i may hire you for some work im good with scripts just suck at blender.
  7. im not a female but im use to having woman get emotional with me sometimes i think i was ment to be born a woman.
  8. since friday march 30 2019 i been having teleport failures and sim crossing crashes. on the latest firestorm. 6.0.2 i think.
  9. break; usually works in a while loop in most languages, not to sure if it will work in lsl.
  10. i'd get prem again for a trailor home :D, they be a step up for me since i live in a dumpy apartment in rl.
  11. i agree with Alyona. I just recently lost L$2,500 cuz the rp community owners didn't like me helping a friend find a new mainland parcel so they banned me and returned my objects but not my money, so i just kiss it goodbye and move on. This kind of thing happens alot in SL.
  12. Prokofy, why do you always have to complain about everything in SL? If you don't like sl, sell all your lands and use that money to make your own virtual world.
  13. i do love the new brighter stars during the night now on bluesteel sims
  14. patience young avi. im sure the lindens will have the issue resolved soon. it takes time to find the problem, debug it and send out a fix. it can't happen overnight.
  15. second life international airport has some nice houses in a nice town like setting at 2500 meters in the air above the airport. Im not in world right now to give a slurl to the place sorry.
  16. bloodlines is now using lumens php framework (it's a watered down version of Laravel php framework) which encrypts all session and cookie data. I also use the main Laravel framework in a similar way for my stuff.
  17. i had that issue too, found that logging into another sim got rid of the problem. Logged into Mocha, got the error, logged out in Mocha, before logging in i set my login location to Bedstraw, logged in, no errors.
  18. scripts can make a linkset physical but that person with the script would need edit rights to that person first to be able to put the script into the root prim. There are security measures in place to prevent random people from destroying someone else's objects without prior consent which is being friends with that random person and then giving that random person rights to edit his/her objects.
  19. what im saying that it is possible but never seen someone achieve it yet. all i have seen is empty freebie VRC trains going past me at 3.00 to 5.00, had to cam onto the runaway train to see what the speed was set at.
  20. i got a GTX 1050 and sl seems fine for me with a 128 draw distance, advanced lighting and no shadows. i get better fps with advanced lighting off and a 98 DD. so it just all depends on what you can live with graphics wise. I say if you don't mind not seeing 1024 meters away and have no shadow i say go for the 1080 if you can afford it, i know the 1080 supports VR headsets so kinda worth it.
  21. can already go high speed along the SLRR if your connection is fast enough to keep you on your train. I have seen many VRC freebie trains go past me at like 200 km/h with no operator. Its only suggested to go 0.50 vrc (or 50% throttle) through sim crossings to reduce the chances of losing your train but the SLRR has no enforced max speed right now.
  22. Welcome to the SecondLife Railroad. Be sure to visit Tuliptree for some freebies like a free train then take a ride on the SLRR to bedstraw feel free to IM me in world for any more help and questions about the SLRR. RTCSL loves helping new people enjoy all railroads in sl.
  23. yea its called RLV but the person being controlled has to enable RLV and consent to being controlled. Theres no other way for someone to control someone else's viewer. The whole crash thing sounds more like theres something rezzed that the person's viewer spazzes out on, happens to me all the time. a simple cache clean usually does the trick. As for hacking with lsl. NOPE no way, no how. Only damage someone can do with lsl is spam and theres no way for someone to get someone elses IP address with lsl. The victim will have to go to a website to expose their IP to the bad guy.
  24. totally agree with ya. Also i find mediawiki abit too... not security friendly I really think LL should get their php devs to write their own wiki system.
  25. clear cache when this happens. usually happens when your viewer derps when receiving/fetching avatar data. it happened to me when i had a mesh body, also see friends look like that too, i found a simple cache clean fixes the issue.
×
×
  • Create New...