adding new scripts and mlos

This commit is contained in:
KingMcDonalds
2025-11-29 01:18:59 -08:00
parent aab9c50270
commit 3eeceaeb3f
438 changed files with 9934 additions and 10 deletions
+22
View File
@@ -0,0 +1,22 @@
fx_version 'bodacious'
game 'gta5'
name "BigDaddy-Riot"
description "Start an AI Riot"
author "Big Daddy"
version "1.1.0"
client_scripts {
'*.Client.net.dll',
'MenuAPI.dll',
}
server_scripts {
'*.Server.net.dll',
'Newtonsoft.Json.dll',
'BigDaddy*.js'
}
files {
'settings.ini'
}