User contributions for Lopez

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 100 | ) (20 | 50 | 100 | 250 | 500)

21 February 2023

31 October 2022

18 October 2022

7 October 2022

27 September 2022

25 September 2022

15 September 2022

12 September 2022

  • 15:0315:03, 12 September 2022 diff hist +3,023 N Code snippet for extracting weapon statsCreated page with "Code snippet which might be used to extract weapon stats: <syntaxhighlight lang="lua"> count = 22 statid = 3 addCommandHandler("dump", function () while (count < 33) do hFile = fileOpen ( "dump.txt" ) fileSetPos(hFile, fileGetSize ( hFile )) i = count fileWrite(hFile, "// " .. i .. " - " .. getWeaponNameFromID( i ) .. " Stat: " .. statid ) fileWrite(hFile, "\r\n") for k,v in ipairs(props) do outputChatBox(..."

20 January 2022

17 January 2022

8 January 2022

7 January 2022

6 January 2022

1 January 2022

(newest | oldest) View (newer 100 | ) (20 | 50 | 100 | 250 | 500)