added new scripts and eup

This commit is contained in:
2025-05-19 16:45:39 -07:00
parent 92357c972e
commit 5fa9cc69be
292 changed files with 10254 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
-- the postal map to read from
-- change it to whatever model you want that is in this directory
local postalFile = 'ocrp-postals.json'
--[[
WHAT EVER YOU DO, DON'T TOUCH ANYTHING BELOW UNLESS YOU **KNOW** WHAT YOU ARE DOING
If you just want to change the postal file, **ONLY** change the above variable
--]]
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
client_scripts {
'config.lua',
'cl.lua'
}
server_script {
'config.lua',
'sv.lua'
}
file(postalFile)
postal_file(postalFile)
file 'version.json'