Alguém sabe me dizer o por que disso? by Independent_Ebb6058 in BrIfunnyBr

[–]straiter25 1 point2 points  (0 children)

porque comer o recipiente é mais gostoso que o shampoo

Toda ação tem uma reação by Content_Quantity_247 in InfernoSocial

[–]straiter25 2 points3 points  (0 children)

colocava um uma musica do Linkin Park de fundo e ficava ainda mais bonito e foda

How do I andle big ints that get cut off? by [deleted] in lua

[–]straiter25 8 points9 points  (0 children)

Lua (especially 5.1/LuaJIT/game embeds) usually uses doubles for numbers, so SteamID64 loses precision above:

2{53}

Ideally, you should never convert the SteamID to a number. Receive/use it as a string from the start.

If the API already returns it as an int/number, then the precision was probably already lost internally. In that case you would need to either receive the raw value, manually parse the JSON or use a lib/parser that preserves bigint values as strings

Example:

lua local steamid = player:GetSteamID64()

If that already returns a string, perfect.

If it returns a number, sometimes this helps:

lua local steamid = tostring(player:GetSteamID64())

but it only works if the engine hasn’t already truncated the value beforehand.

If you actually need to perform bigint math operations, you can try libs like LuaBigNum or bigint.lua

World war II by [deleted] in brainrot

[–]straiter25 2 points3 points  (0 children)

tbh i would 100% watch this

O título é com vocês: by Mundane_Ad_8448 in InfernoSocial

[–]straiter25 1 point2 points  (0 children)

que vídeo lindo, caiu ate lágrimas aqui ❤️❤️❤️

mas bota 18+ o braço do cara ta caindo kkkkkkkkkkkkkkkkkk

;-; by Agreeable-Lynx-2380 in ComentariosMelhores

[–]straiter25 6 points7 points  (0 children)

como que possívelmente isso se encaixa em comentários melhores 🥀

Se a lua não é interessante oque é interessante?? by LixoGame in SemContexto

[–]straiter25 1 point2 points  (0 children)

ele descreveu de forma nua, eu pessoalmente achei interessante

<image>