As requested, i made a short and simple video on how to compile multiple scripts into one.
Create a new file and name it fxmanifest.lua and copy and paste this:
----------------------------------
fx_version 'adamant'
game 'gta5'
client_scripts {
'client/*.lua'
}
server_scripts {
'server/*.lua'
}
----------------------------------
Ещё видео!