How do I andle big ints that get cut off?
Hello, in a game im creating a mod. This mod meeds to get the user's steam ID. I've been trying for two days to fix this but at this point I ran out of ideas. I get an approx of it because it looks like lua can't handle big ints? I'm getting 1.23456789101112e16 insteaf of 123456789101112131415. this is a problem for me because im working on a project where i need the full steamid for autentication. Do you guys know how I could fix that? I tried to convert it into strings but I still get the last five-four digits cut and replaced with e16.