Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 27/04/22 in all areas

  1. Hi, welcome to the forums! Error CD47 is indeed ban-related, therefore I've moved your thread to the ban appeals section. Please provide your serial (you can retrieve it by opening up the console by pressing the F8 key; type 'serial' without any quotes in there, then copy and paste the string here) - this is mandatory so that the anticheat team can review the circumstances that got you banned by the system and therefore give you an answer. Optionally, please provide a screenshot with the error you're getting.
    1 point
  2. Hi, the temp ban for cheating is correct and expires April 29
    1 point
  3. Actually, code_descriptions is neither a string nor a number, it is an array type. Meaning if you want to print its string, you need to add [1] to the variable that holds the array, to get the first (and only) value in that array, or use a for each loop to iterate over all strings in that array if there can conceivably be more than one in the actual data. tonumber on a string that does not contain a correctly formed number returns nil, which is the case in your original code; also I'm pretty sure fromJSON takes care of returning numbers correctly from a JSON where they're written as number literals rather than strings, so you shouldn't need to use tonumber unless your input data sometimes returns the number within a string.
    1 point
×
×
  • Create New...