• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

What editor do you guys use for lua scripts development?

Maybe a handwritten notepad to give your code that personal touch and full control?
Thanks for advice I just written it and I must say it indeed has a nice feeling using it.
Notepad.png

ps. before you ask what that shit code is it's just that I love digits especially the "6" and "1", so don't search for any meaning here because there aren't any meaning.
 
So, I decided to use VS code cuz I can edit shit over SSH fairly well

but where tf I can learn TFS API? like let's say there's

function onSay(player, words, param)

how can I check what properties/methods "player" has inside?

Like Intellisense show's me only

1577136792196.png

but there's also player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "test");
 
Back
Top