Rocwo
Rocwo
I saw that 2take1 menu added a Native stat_get_i64 to get a 64 bits int, it can be a good solution.
I found a workaround Use StatGetBool It works on int and will give you binary bit of this int
> I think this should stay open as the workaround of using *Bool for *Int is a bit weird. There's still some problem with StatGetInt that should be fixed Ok...
Hi, I have the same error when restarting a script, I think it's related to threads things. I think something throw an error but the argument passed in error is...
I must add one thing, the code I posted works perfectly, the error is only in the IDE.
It's seems that this is only done for messages, my stubs can be imported in IDE : 
For me, it was a problem with protobuf. In my requirements.txt, I specified protobuf==5.27.2, and now the warning has disappeared.