Scrip Compiling Program?

Been looking for a program I can use to write/compile scripts to make sure the script will run before loading up. My apologies for what is probably the simplest question, but I’m looking to get back into this almost like PAWNO from SAMP.

lua = notepad++
dll - Visual studio

I know I can edit using NP++ but it doesn’t have a db to compile from. It’s just an empty workspace that has no specific places to pull errors for running the NativeDB

Like PAWNO would compile PAWN scripts properly giving out syntax to incorrect DB use, whereas if I used NP++ for PAWN it has no directory for the DB.

you could use sublime text 3 and this plugin @Kanersps made, even though its a little outdated it still works, for syntax i would reccomend using https://www.lua.org/demo.html.
[Release] Sublime Text 3 FiveM lua plugin

1 Like

Awesome, now that’s what I’ve been looking for.