[DiscordArchive] One question, when the following script is executed from ingame chat:
[DiscordArchive] One question, when the following script is executed from ingame chat:
Archived author: Racknar0 • Posted: 2023-07-18T00:52:06.673000+00:00
Original source
One question, when the following script is executed from ingame chat:
/run for i=20050,92052,3 do str=""; for j=0,2 do if GetItemInfo(i+j) then str=str..select(2,GetItemInfo(i+j)) end; end; SendChatMessage(str,"say") end;
The server hangs, but does not crash, how can I avoid that since the server freezes, and no one can connect?
Archived author: DykeR • Posted: 2023-07-18T00:57:32.504000+00:00
Original source
<@204776083650904064> im using AC with bots latest commit