Jump to content

SirMacMoneysack

Resident
  • Posts

    8
  • Joined

  • Last visited

Everything posted by SirMacMoneysack

  1. Is it possible to get more the one Key per Permium User ? So i can set diff experinces for diff-parts of my land p.e Shop and rent ?
  2. Hello, i feel like a noop - but is it right, that if a script is compiled with experience enabled and i sell it to a otherone - he cant use this script with his experience, because he cant change the experience key from my own to his own. if the script is not set to mod /edit rights?
  3. Hi, a question i try to use the stockfolder option first time, i doubble check the rights of the Object and under "the next owner" still transfer is mark same to the script in it. But if i move this item to the marketplacelisting no stockfolder are build under this name - only a normal version folder are build - Where are my fault ?
  4. oh sometimes will not see the woods too mutch trees - this undef. JSON is a multfunktion of the script that calls this one - sorry dont reg the problem - so think if i fixed the propblem - it will work fine - tx for this push of my nose to this fact.
  5. tx for this link - but i know this source of information and use it to build this script but there is no Information about this kind of problems and its a Part of LSL Scripting, so i am right here i think. But if you know a JSON Forum here - i will try my luck there -
  6. tx for this link - but i know this source of information and use it to build this script but there is no Information about this kind of problems and its a Part of LSL Scripting, so i am right here i think. But if you know a JSON Forum here - i will try my luck there -
  7. Hi i work on a project in this project i have to access a JSON DB with the same Searchparameters, the first 2 searches work fine, but the 3. one fails - the values are the same all times Thats the script i use : string auswertung(string mmsg) { integer i=0; string temp="?"; string aktMp=""; do { aktMp=aktM+(string)i; temp=llJsonGetValue(db,[aktMp,"name"]); if(temp==JSON_INVALID) // only for debug llWhisper(0,"JSON_INVALID"); // only for debug if(temp!=JSON_INVALID) { if(temp==mmsg) return llJsonGetValue(db,[aktMp,"antwort"]); } ++i; } while(i<=12); // Max Entry in DB per use return NOTF; } thats the values i use to start the script: mmsg = "Pause +" aktM="H1" NOTF="DSNF" db={"H112":{"name":"ENDE","antwort":"ende"},"H110":{"name":"SAVE","antwort":"Okay"},"H11":{"name":"Pause +","antwort":"P+"},"H13":{"name":"Pause -","antwort":"P-"},"H14":{"name":"Rahmen -","antwort":"1010"},"H15":{"name":"Reset","antwort":"1012"},"H16":{"name":"Rahmen +","antwort":"1011"},"H17":{"name":"Farbe","antwort":"1019"},"":{"name":"P+","antwort":""},"":{"name":"P+","antwort":""}} i checked all values doubble but cant see the problem, everytime i call this script - if works 2 times fine then it returns only JSON_INVALID until i reset it - then it works fine agin 2 times and the problem is back please tell me whats wrong with this code?
×
×
  • Create New...