Mike Shearer
Mike Shearer
I've had a similar experience in my Typescript port of alt-tutorial. ``` javascript remote() { console.warn("Remote"); return new Promise((res, rej) => { setTimeout(() => { if(true) { res(mockData); } else...
I'm trying to free up some time to look into this today. What version of alt / TypeScript are you running? The definitions were created and tested under TS 1.5...
> @Shearerbeard @Jcalderwood1 Thoughts on this? Should we change actors from UUID to integers? This PR shrinks the serialized size for a large model by about 15-20%, but we lose...
Same issue on linux