Swimer Posted February 18, 2022 Share Posted February 18, 2022 I don't know why, but the code below gives an error "Stack overflow" (line 4) function updateValue(player, key, value) if not (player == nil) then local p if type ( player ) == "string" and #player == 32 then p = player else p = getPlayerSerial(player) end if players[p] == nil then players[p] = {} end players[p][key] = value end end Link to comment
Moderators IIYAMA Posted February 18, 2022 Moderators Share Posted February 18, 2022 Locked: duplicate Link to comment
Recommended Posts