I’m pretty new to FiveM Script development and decided to use Javascript/typescript since I’m most familar with them instead of lua.
I’ve been wondering how do you guys check if your server scripts are executing in the right order or even running etc. Usually I would do console.log() to see if it anything happens, but that doesn’t seem to work on server scripts.
Do you guys send Chat Messages as an alternative or is there something else I don’t know. Thanks