Describe the bug
By some reason this code not working with newer wiremod:
local Rand = toString(random(10000000,159999999), 16)
local Rand2 = toString(random(10000000,159999999), 16)
print(Rand,Rand)
(sv: Expression 2 (generic): Runtime error 'addons/wire/lua/entities/gmod_wire_expression2/base/compiler.lua:975: invalid value (nil) at index 7 in table for 'concat'' at line -1, char -1)
not sure why. Fixed by replacing random to randint
How to reproduce the bug
No response
Describe the bug
By some reason this code not working with newer wiremod:
(sv: Expression 2 (generic): Runtime error 'addons/wire/lua/entities/gmod_wire_expression2/base/compiler.lua:975: invalid value (nil) at index 7 in table for 'concat'' at line -1, char -1)
not sure why. Fixed by replacing random to randint
How to reproduce the bug
No response