Create a folder called WelcomeScript inside resources . Inside, create two files: meta.xml and server.lua .
MTA uses a hybrid scripting system:
Examples include:
MTA:SA uses as its primary scripting language. Lua was chosen for its speed, small footprint, and ease of embedding into C++ projects. MTA bridges the Lua virtual machine with its own C++ game systems, exposing thousands of functions that let you manipulate the game world. mta sa scripts