Jump to content

amarock Amat

Resident
  • Posts

    390
  • Joined

  • Last visited

Everything posted by amarock Amat

  1. http://community.secondlife.com/t5/LSL-Scripting/Free-primcontrol-HUD-Easy-Keyframe-Animation-Easy-Prim-Torture/m-p/1092569/highlight/true#M5485
  2. take your sliding door script and change the vector to go which direction you want it to go....hope that is a start
  3. *crawls back over all the spam from the virtual agency*
  4. if (llDetectedView(0) != llGetOwner()) { integer x; for(x=0;llGetViewerTotal() > x;++x) { if (llListFindList(llGetViewers(),llDetectedView(x)) != -1) { llRegionSay(llDetectedView(x),0,"Thank you for Looking."); } } } Pricelist **500L Per Script F/P ***Under 100 Lines 2500L ***Over 100 >= 300 Lines 10000L **PHP Script 25000L **Mysql DB 15000L Web Hosting - 2500L per Month Shoutcast Hosting/w Webhosting 3000L per Month for 100 Listeners.
  5. No a Owners right stays the same, it is the distrubuting networks, like Second Life, Youtube, Facbook, reddit, that would be put under way to much undue stress for mearly linking or being used to link towards 10% issues. At the same time allows the us to blacklist any website, with no legel warrent.
  6. How it is now LL is protected, just like youtube from just hosting it, but not endorsing...with this new law, it would make folks like youtube, willful accomplices and allowing an action to happen, and gives the USA goverment full rights to mute a DNS of a website or server.
  7. Sopa is a bill that does a lot of things questionable about copyright laws, that merchants and such in SL, already have DMCA for, I believe it would be a greater hinder and increases both merchant, and second lives costs of operating and managing, as you would have to increase your legal issues, and policing nearly everything loaded in world. I would please ask as a merchant, who uses this as his only form to pay for college books, as a student who is trying to get a degree in computer programming and network security, to please fight against this ,and join the support of others of your business peers that fight against this horrid bill. It's not much but, please make some sort of public comment against it, before it forces us all to go out of business.
  8. If you didn't why did you post, oh and fox news is thataway --->
  9. By contacting me, and accepting im messeges from myself, you waive your waiver on recording conversastions about me, on this waiver , you agree that your agreement is not longer valid, and that my picks Tos disclaimer trumps yours. Therefore making all agreemetns null 'n void, besides the basic TOs aggrement with Linden Labs, that you cannot record any ims without a second party agreeing, which in clearly stated terms , I do not agree to.
  10. is making paper work up now on how an idea like this will work, be back wiht you folks in 24 hours
  11. anyone know of any linden days or such, that use the marketplace instead of inworld stores?
  12. Looking to hire someone for my SLM listings to help me think of keywords to enhance future and past products to get them under more serach listings. Pay is negotiable to effectivness or the number of possible suggestions
  13. I have a class choice coming up soon to take javascript or c++ first, I would like folks suggestion on which being a first computer programming thing to learn is good. The only thing i know right now is XHTML, and would love suggestions, I do plan on going into computer networking, this is just which is easier to learn and break the ice.
  14. Expanding my abilties, I do have a gor meter, and lcs metered combat fully scripted, I just need prim shells, and partners to help devolpe my ideas , or their ideas fruther. Willing to offer deep cuts in profits of the item, or buy the item from you for use. thank you for your time Amarock Amat
  15. ┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻ (╯°□°)╯︵ ┻━┻ ┻━┻ ︵ ¯\(ツ)/¯ ︵ ┻━┻ (ノಥ益ಥ)ノ ┻━┻
  16. no, they have the support of a million sheep Change comes from the pepole, who bear the risk and show their faces. Not from a bunch of random folks, who think denial of service attack, is anywhere near as helpeful as holding a fundraiser for legal action against a coperations injustice.
  17. screw you is the only term I can come up with lol SLM, is a great tool, to avoid paying high tier fees, and laggy sims.
  18. aboustly, and by making it chatty, you helped me think of a few ideas to do wiht it, contact me in world, and we can think of some sort of profit split, as a ty for your help
  19. default { state_entry() { } collision_start(integer total_number) { llSetStatus (STATUS_PHANTOM, TRUE); llSleep (5); llSetStatus (STATUS_PHANTOM, FALSE); } } I would have thought this would make a prim go phantom, then turn solid, am I missing something?
  20. *update* got a few things of help, thank you all for easing my worry slightly
  21. Just want to say in a spot that will be seen , Thank you for getting Signs of Life in the USA: Readings on Popular Culture for Writers by Sonia Maasik Your help will go a long way to making my christmas easier ty alot http://community.secondlife.com/t5/Winter-in-Second-Life/For-my-Christmas-wish/td-p/1290287 May your holidays be 4 times better for your generiosty
  22. okay new problem It wont pull items from the list lol, its only saying the first thing over and over again.
  23. fixed ty okay new problem It wont pull items from the list lol, its only saying the first thing over and over again.
  24. list Speach = ["punch_onetwo","punch_onetwo","punch_onetwo","punch_onetwo","punch_onetwo"]; integer speach = 0; default {touch_start(integer total_number) { llShout(llList2String(Speach,speach)); } } Am getting an error around the shout command saying function call mismatched?
×
×
  • Create New...