Jump to content

VenKellie

Resident
  • Posts

    161
  • Joined

  • Last visited

Everything posted by VenKellie

  1. means sl is having a issue. My friends that are online are appearing offline to me. the friends list isnt loading on the website and the website itself is slow loading so something is up right now. Best to wait like an hour for the tech team to fix the issue.
  2. i use llGetListLength in a for loop all the time. seems to be fast and accurate. for (i = 0; i < llGetListLength(jsonlist); i++) Then just use i to get the string in the list like json string json = llList2String(jsonlist, i);
  3. sublime text is pretty good as a lightweight IDE and has LSL plugins to choose from.
  4. default { touch_start(integer num) { on = !on; if (on) { updateParticles(); } else { llParticleSystem([]); } } } like that, welcome to scripting eh. ALL LSL events go into a state like default or state something { listen(integer chan, string name, key id, string message) { llOwnerSay(message); } }
  5. yea its been happening. when it happens i usually just close and reopen chat then send my message.
  6. SLDA in Cavanaugh is always open rez with a marina under the landing runway with road access. http://maps.secondlife.com/secondlife/Cavanaugh/185/74/100
  7. speedlight is browser base. its something on your pc that is derping your fs settings.
  8. same issue regardless if i cache from my SSD or HDD.
  9. sorry first time seeing this thread. Ya it turned out to be a awesome thing eh. Cant wait to see what the lindens and moles do next for us rail fans.
  10. lumiya no longer exists. Theres a new mobile viewer called Speedlight by Smartbots.
  11. ya i use authy on pc and phone, syncs between both on 1 account. really handy little program for 2 factor logins
  12. i totally agree with this request. GridPlay.net has OAuth2 for their users but the users gotta have a GridPlay.net account to log into other sites that has the code. Having SL support OAuth2 would be HUGE benefit for my company. Would be able to drop holding password data (which is encrypted using Argon2) and just store people's SL UUID which is public info. Hell im even willing to pay USD to add all my sites to SL's OAuth2 system.
  13. oh i see i see. ya best to use some kind of loop to loop through each notecard then if (data == EOF) { ++Notecards; doNextNotecard(); } EOF is End Of File, use that in your data_server event
  14. jsoneditoronline dot org has a web editor to compact json, just paste your json in the left panel and at the top theres a Copy > Copy Compact, then paste into the notecard. OR can just delete lines manually.
  15. UPDATE! Let and Vend certs have been renewed.
  16. yea caspervend website is also having the same issue
  17. ya seems like they forgot to restart the main channels today, Cavanaugh on the mainland never got restarted
  18. ya looks like LL is having a issue with today's main channel roll
  19. its sad to see ERC and east river airport gone, was a fav place for me to go from SLDA in Cavanaugh.
  20. your sim is probably on the RC servers which will get rolled tomorrow, chill out.
  21. was it Vix Linden? he seems to never read tickets and just replies like he is a bot with a standard pre-writen reply
×
×
  • Create New...