This commit is contained in:
UIRP.Hetzner 2025-03-17 15:08:26 +00:00
parent 45f85f0a88
commit ff18b299fd
13 changed files with 1041 additions and 44 deletions

View File

@ -76,3 +76,9 @@ txaEvent "serverShuttingDown" "{delay:5000,author:txAdmin,m
ensure "ui_pmenu"
### 2025-03-16 15:09:04.329
txaReportResources
### 2025-03-17 13:21:02.116
txaReportResources
### 2025-03-17 13:25:13.990
txaEvent "serverShuttingDown" "{\"delay\":5000,\"author\":\"androxaaa\",\"message\":\"Server restarting (admin request).\"}"
### 2025-03-17 13:28:58.791
quit "host shutting down"

View File

@ -24,11 +24,11 @@ add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group
sv_maxclients 1
sv_maxclients 10
set steam_webApiKey ""
sv_licenseKey cfxk_1dpnFJLVxfm1CRkj7Fp3t_35Z3DX
set mysql_connection_string "mysql://uirp_admin:740921nlnL!@45.149.207.217/uirp?waitForConnections=true&charset=utf8mb4"
set mysql_connection_string "mysql://uirp_admin:740921nlnL!@157.90.252.24/uirp?waitForConnections=true&charset=utf8mb4"
set mysql_ui true
setr esx:locale "en"

View File

@ -15,7 +15,7 @@ sv_hostname "United Islands DEV"
sets sv_projectName "United Islands"
sets sv_projectDesc "United Islands S4"
sv_enforceGameBuild 3258
#load_server_icon myLogo.png
load_server_icon icon.png
set temp_convar "hey world!"
sv_master1 ""
@ -28,7 +28,7 @@ sv_maxclients 1
set steam_webApiKey ""
sv_licenseKey cfxk_1dpnFJLVxfm1CRkj7Fp3t_35Z3DX
set mysql_connection_string "mysql://uirp_admin:740921nlnL!@45.149.207.217/uirp?waitForConnections=true&charset=utf8mb4"
set mysql_connection_string "mysql://uirp_admin:740921nlnL!@157.90.252.24/uirp?waitForConnections=true&charset=utf8mb4"
set mysql_ui true
setr esx:locale "en"

View File

@ -0,0 +1,47 @@
{
"global": {
"serverName": "UIRP",
"language": "en",
"menuEnabled": true,
"menuAlignRight": false,
"menuPageKey": "Tab",
"hideDefaultAnnouncement": false,
"hideDefaultDirectMessage": false,
"hideDefaultWarning": false,
"hideDefaultScheduledRestartWarning": false
},
"logger": {},
"monitor": {
"restarterSchedule": [],
"resourceStartingTolerance": 120
},
"playerDatabase": {
"onJoinCheckBan": true,
"whitelistMode": "guildRoles",
"whitelistedDiscordRoles": [
"681944964506058753"
],
"whitelistRejectionMessage": "Please join https://discord.gg/6FUefh62Jn and request to be whitelisted.",
"requiredBanHwidMatches": 1,
"banRejectionMessage": "You can join https://discord.gg/6FUefh62Jn to appeal this ban."
},
"webServer": {
"disableNuiSourceCheck": false
},
"discordBot": {
"enabled": true,
"token": "NjQwMzIxNTY5NDUyNzIwMTI4.GJZPKz.T2Cj1dEai8eTmnVAngmZEoYb14rU_WO5SEyNXE",
"guild": "634812052233519114",
"announceChannel": "689904236724748387",
"embedJson": "{\n \"title\": \"United Islands 5M - Beta 1.12\",\n \"url\": \"{{serverBrowserUrl}}\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"> СТАТУС\",\n \"value\": \"```\\n{{statusString}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> ИГРАЧИ\",\n \"value\": \"```\\n{{serverClients}}/{{serverMaxClients}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> F8 КОМАНДА\",\n \"value\": \"```\\nconnect 123.123.123.123\\n```\"\n },\n {\n \"name\": \"> СЛЕДВАЩ РЕСТАРТ\",\n \"value\": \"```\\n{{nextScheduledRestart}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> ОНЛАЙН ОТ\",\n \"value\": \"```\\n{{uptime}}\\n```\",\n \"inline\": true\n }\n ],\n \"image\": {\n \"url\": \"https://cdn2.steamgriddb.com/hero_thumb/ea8fcd92d59581717e06eb187f10666d.jpg\"\n },\n \"thumbnail\": {\n \"url\": \"https://cdn.discordapp.com/attachments/1294679345943543810/1337970509337333822/1739057725021a7fxlq4l-removebg-preview.png?ex=67a961a3&is=67a81023&hm=9707b7c9690d16ef72c7d55db107843f189467556bf4bef2b22977663bb8b2a7&\"\n }\n}",
"embedConfigJson": "{\n \"onlineString\": \"🟢 Онлайн\",\n \"onlineColor\": \"#0BA70B\",\n \"partialString\": \"🟡 Частично\",\n \"partialColor\": \"#FFF100\",\n \"offlineString\": \"🔴 Офлайн\",\n \"offlineColor\": \"#A70B28\",\n \"buttons\": [\n {\n \"emoji\": \"1062338355909640233\",\n \"label\": \"Connect\",\n \"url\": \"{{serverJoinUrl}}\"\n },\n {\n \"emoji\": \"1337930103887364186\",\n \"label\": \"Discord\",\n \"url\": \"https://discord.gg/6FUefh62Jn\"\n }\n ]\n}"
},
"fxRunner": {
"serverDataPath": "/home/UIRP-5M/",
"cfgPath": "/home/UIRP-5M/server.cfg",
"commandLine": "",
"onesync": "on",
"autostart": true,
"quiet": false
}
}

View File

@ -1,47 +1,31 @@
{
"global": {
"serverName": "UIRP",
"language": "en",
"menuEnabled": true,
"menuAlignRight": false,
"menuPageKey": "Tab",
"hideDefaultAnnouncement": false,
"hideDefaultDirectMessage": false,
"hideDefaultWarning": false,
"hideDefaultScheduledRestartWarning": false
"version": 2,
"general": {
"serverName": "UIRP"
},
"logger": {},
"monitor": {
"restarterSchedule": [],
"server": {
"dataPath": "/home/UIRP-5M/",
"cfgPath": "/home/UIRP-5M/server.cfg"
},
"restarter": {
"resourceStartingTolerance": 120
},
"playerDatabase": {
"onJoinCheckBan": true,
"whitelistMode": "guildRoles",
"whitelistedDiscordRoles": [
"681944964506058753"
],
"whitelistRejectionMessage": "Please join https://discord.gg/6FUefh62Jn and request to be whitelisted.",
"requiredBanHwidMatches": 1,
"banRejectionMessage": "You can join https://discord.gg/6FUefh62Jn to appeal this ban."
"banlist": {
"rejectionMessage": "You can join https://discord.gg/6FUefh62Jn to appeal this ban."
},
"webServer": {
"disableNuiSourceCheck": false
"whitelist": {
"mode": "discordRoles",
"rejectionMessage": "Please join https://discord.gg/6FUefh62Jn and request to be whitelisted.",
"discordRoles": [
"681944964506058753"
]
},
"discordBot": {
"enabled": true,
"token": "NjQwMzIxNTY5NDUyNzIwMTI4.GJZPKz.T2Cj1dEai8eTmnVAngmZEoYb14rU_WO5SEyNXE",
"guild": "634812052233519114",
"announceChannel": "689904236724748387",
"embedJson": "{\n \"title\": \"United Islands 5M - Beta 1.12\",\n \"url\": \"{{serverBrowserUrl}}\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"> СТАТУС\",\n \"value\": \"```\\n{{statusString}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> ИГРАЧИ\",\n \"value\": \"```\\n{{serverClients}}/{{serverMaxClients}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> F8 КОМАНДА\",\n \"value\": \"```\\nconnect 123.123.123.123\\n```\"\n },\n {\n \"name\": \"> СЛЕДВАЩ РЕСТАРТ\",\n \"value\": \"```\\n{{nextScheduledRestart}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> ОНЛАЙН ОТ\",\n \"value\": \"```\\n{{uptime}}\\n```\",\n \"inline\": true\n }\n ],\n \"image\": {\n \"url\": \"https://cdn2.steamgriddb.com/hero_thumb/ea8fcd92d59581717e06eb187f10666d.jpg\"\n },\n \"thumbnail\": {\n \"url\": \"https://cdn.discordapp.com/attachments/1294679345943543810/1337970509337333822/1739057725021a7fxlq4l-removebg-preview.png?ex=67a961a3&is=67a81023&hm=9707b7c9690d16ef72c7d55db107843f189467556bf4bef2b22977663bb8b2a7&\"\n }\n}",
"embedConfigJson": "{\n \"onlineString\": \"🟢 Онлайн\",\n \"onlineColor\": \"#0BA70B\",\n \"partialString\": \"🟡 Частично\",\n \"partialColor\": \"#FFF100\",\n \"offlineString\": \"🔴 Офлайн\",\n \"offlineColor\": \"#A70B28\",\n \"buttons\": [\n {\n \"emoji\": \"1062338355909640233\",\n \"label\": \"Connect\",\n \"url\": \"{{serverJoinUrl}}\"\n },\n {\n \"emoji\": \"1337930103887364186\",\n \"label\": \"Discord\",\n \"url\": \"https://discord.gg/6FUefh62Jn\"\n }\n ]\n}"
},
"fxRunner": {
"serverDataPath": "/home/UIRP-5M/",
"cfgPath": "/home/UIRP-5M/server.cfg",
"commandLine": "",
"onesync": "on",
"autostart": true,
"quiet": false
"warningsChannel": "689904236724748387",
"embedJson": "{\"title\":\"United Islands 5M - Beta 1.12\",\"url\":\"{{serverBrowserUrl}}\",\"description\":\"\",\"fields\":[{\"name\":\"> СТАТУС\",\"value\":\"```\\n{{statusString}}\\n```\",\"inline\":true},{\"name\":\"> ИГРАЧИ\",\"value\":\"```\\n{{serverClients}}/{{serverMaxClients}}\\n```\",\"inline\":true},{\"name\":\"> F8 КОМАНДА\",\"value\":\"```\\nconnect 123.123.123.123\\n```\"},{\"name\":\"> СЛЕДВАЩ РЕСТАРТ\",\"value\":\"```\\n{{nextScheduledRestart}}\\n```\",\"inline\":true},{\"name\":\"> ОНЛАЙН ОТ\",\"value\":\"```\\n{{uptime}}\\n```\",\"inline\":true}],\"image\":{\"url\":\"https://cdn2.steamgriddb.com/hero_thumb/ea8fcd92d59581717e06eb187f10666d.jpg\"},\"thumbnail\":{\"url\":\"https://cdn.discordapp.com/attachments/1294679345943543810/1337970509337333822/1739057725021a7fxlq4l-removebg-preview.png?ex=67a961a3&is=67a81023&hm=9707b7c9690d16ef72c7d55db107843f189467556bf4bef2b22977663bb8b2a7&\"}}",
"embedConfigJson": "{\"onlineString\":\"🟢 Онлайн\",\"onlineColor\":\"#0BA70B\",\"partialString\":\"🟡 Частично\",\"partialColor\":\"#FFF100\",\"offlineString\":\"🔴 Офлайн\",\"offlineColor\":\"#A70B28\",\"buttons\":[{\"emoji\":\"1062338355909640233\",\"label\":\"Connect\",\"url\":\"{{serverJoinUrl}}\"},{\"emoji\":\"1337930103887364186\",\"label\":\"Discord\",\"url\":\"https://discord.gg/6FUefh62Jn\"}]}"
}
}

View File

@ -1 +1 @@
[["deployer:recipe","none"],["fxsRuntime:maxClients",1],["fxsRuntime:cfxId","j98bka"],["discord:status:channelId","1294706634404134963"],["discord:status:messageId","1337969197694713926"],["admin:picture:androxaaa","https://forum.cfx.re/user_avatar/forum.cfx.re/androxaaa/256/4656663_2.png"],["fxsRuntime:projectName","United Islands"],["updateDelay","1742133240337,63"]]
[["deployer:recipe","none"],["fxsRuntime:maxClients",10],["fxsRuntime:cfxId","j98bka"],["discord:status:channelId","1294706634404134963"],["discord:status:messageId","1337969197694713926"],["admin:picture:androxaaa","https://forum.cfx.re/user_avatar/forum.cfx.re/androxaaa/256/4656663_2.png"],["fxsRuntime:projectName","United Islands"],["updateDelay","1742133240337,63"],["fxsRuntime:locale","bg-BG"],["fxsRuntime:projectDesc","United Islands S4"],["fxsRuntime:tags","roleplay, bulgaria"],["fxsRuntime:gameName","fivem"]]

View File

@ -1 +1 @@
{"version":5,"players":[{"license":"7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","ids":["license:7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","xbl:2535471814346052","live:985153852147864","discord:204287035987591169","license2:266e0bdda3f98a56fca20f8bc4251d75a2819f41"],"hwids":["2:44007ea6666276ebf25f523682ea1c7694c6f6a6433c5cbd40ee5998ebb59829","3:f2a0272555371d7e0c28698fa260a98da7183ffba67da9ba19cd781e135899ab","5:045407469998f20c4e8f3362cd4797612b4b6e76b3b6aa83f236e6943c484b48","4:fc6cd78b3ab00291fbe8c34c7b93998b63b115ef726cf4d2663cf941ba1565ed","4:a0c2274f9bc3518bd5d1135ea05482d41d5b79c0bc1b3ae06a6197255547dae6","4:1913d6cac172f9e9810fcb4a6d6c643656df5ec6baafe149da9a984030de7c06"],"displayName":"androxa","pureName":"androxa","playTime":76,"tsLastConnection":1742135405,"tsJoined":1742133685}],"actions":[],"whitelistApprovals":[],"whitelistRequests":[]}
{"version":5,"players":[{"license":"7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","ids":["license:7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","xbl:2535471814346052","live:985153852147864","discord:204287035987591169","license2:266e0bdda3f98a56fca20f8bc4251d75a2819f41"],"hwids":["2:44007ea6666276ebf25f523682ea1c7694c6f6a6433c5cbd40ee5998ebb59829","3:f2a0272555371d7e0c28698fa260a98da7183ffba67da9ba19cd781e135899ab","5:045407469998f20c4e8f3362cd4797612b4b6e76b3b6aa83f236e6943c484b48","4:fc6cd78b3ab00291fbe8c34c7b93998b63b115ef726cf4d2663cf941ba1565ed","4:a0c2274f9bc3518bd5d1135ea05482d41d5b79c0bc1b3ae06a6197255547dae6","4:1913d6cac172f9e9810fcb4a6d6c643656df5ec6baafe149da9a984030de7c06"],"displayName":"androxa","pureName":"androxa","playTime":78,"tsLastConnection":1742218003,"tsJoined":1742133685}],"actions":[],"whitelistApprovals":[],"whitelistRequests":[]}

View File

@ -1 +1 @@
{"version":5,"players":[{"license":"7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","ids":["license:7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","xbl:2535471814346052","live:985153852147864","discord:204287035987591169","license2:266e0bdda3f98a56fca20f8bc4251d75a2819f41"],"hwids":["2:44007ea6666276ebf25f523682ea1c7694c6f6a6433c5cbd40ee5998ebb59829","3:f2a0272555371d7e0c28698fa260a98da7183ffba67da9ba19cd781e135899ab","5:045407469998f20c4e8f3362cd4797612b4b6e76b3b6aa83f236e6943c484b48","4:fc6cd78b3ab00291fbe8c34c7b93998b63b115ef726cf4d2663cf941ba1565ed","4:a0c2274f9bc3518bd5d1135ea05482d41d5b79c0bc1b3ae06a6197255547dae6","4:1913d6cac172f9e9810fcb4a6d6c643656df5ec6baafe149da9a984030de7c06"],"displayName":"androxa","pureName":"androxa","playTime":76,"tsLastConnection":1742135405,"tsJoined":1742133685}],"actions":[],"whitelistApprovals":[],"whitelistRequests":[]}
{"version":5,"players":[{"license":"7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","ids":["license:7b8f7bc668c9006616d7cb66d081d22ca2fc6f17","xbl:2535471814346052","live:985153852147864","discord:204287035987591169","license2:266e0bdda3f98a56fca20f8bc4251d75a2819f41"],"hwids":["2:44007ea6666276ebf25f523682ea1c7694c6f6a6433c5cbd40ee5998ebb59829","3:f2a0272555371d7e0c28698fa260a98da7183ffba67da9ba19cd781e135899ab","5:045407469998f20c4e8f3362cd4797612b4b6e76b3b6aa83f236e6943c484b48","4:fc6cd78b3ab00291fbe8c34c7b93998b63b115ef726cf4d2663cf941ba1565ed","4:a0c2274f9bc3518bd5d1135ea05482d41d5b79c0bc1b3ae06a6197255547dae6","4:1913d6cac172f9e9810fcb4a6d6c643656df5ec6baafe149da9a984030de7c06"],"displayName":"androxa","pureName":"androxa","playTime":78,"tsLastConnection":1742218003,"tsJoined":1742133685}],"actions":[],"whitelistApprovals":[],"whitelistRequests":[]}

View File

@ -1 +1 @@
{"version":2,"lastGameVersion":"gta5:3258","lastServerVersion":"linux:12746","lastResourceList":["bmwg07","m5g60","expolscout","moreo_parkings/1.0.0","ui-postals/1.1.1","ui_pmenu","ui_hud/BETA","ui_skin/1.10.8","cron/1.10.8","chat-theme-gtao/1.0.0","ui_multicharacter/1.10.8","pma-voice","uf_mapdata/v1.5","sessionmanager/1.0.0","xsound/1.4.3","ui_textui/1.10.8","ui_context/1.10.8","TiboMLO_appart1/1.0.1","rconlog/1.0.0","ui_progressbar/1.10.8","AutoExotic/1.4","ui-pressence/1.1","ui-base","yarn/1.0.0","ui_lscreen","skinchanger/1.10.8","ui_core/1.10.8","oxmysql/2.11.2","esx_menu_dialog/1.10.8","ox_lib/3.26.0","ox_inventory/2.42.3","PolyZone/2.6.1","esx_menu_list/1.10.8","ui_identity/1.10.8","spawnmanager/1.0.0","ajaxon_mapdata/1.0.2","uf_fleecabank/v1.0","monitor/7.3.2","expolregent","esx_menu_default/1.10.8","webpack/1.0.0","ui-faceremaster/v1.0","bob74_ipl/2.1.1","ui_notify/1.10.8","ajaxon_aldore_hospital","hardcap/1.0.0","dev_warehouse/1.0.0","Airport_Pegasus_LSIA"],"lastUnknownReasons":[],"log":[{"hour":"2025-03-16T13:00:00.000Z","changes":[],"crashTypes":[],"dropTypes":[],"resKicks":[]},{"hour":"2025-03-16T14:00:00.000Z","changes":[{"ts":1742134110967,"type":"resourcesChanged","resAdded":["ui_pmenu"],"resRemoved":[]},{"ts":1742135356824,"type":"resourcesChanged","resAdded":["expolscout","moreo_parkings/1.0.0","ui-postals/1.1.1","ui_hud/BETA","TiboMLO_appart1/1.0.1","ui_lscreen","expolregent","dev_warehouse/1.0.0","Airport_Pegasus_LSIA"],"resRemoved":["screenshot-basic","chat/1.0.0"]}],"crashTypes":[],"dropTypes":[["resource",1]],"resKicks":[["ui_pmenu",1]]},{"hour":"2025-03-16T15:00:00.000Z","changes":[],"crashTypes":[],"dropTypes":[["player",1]],"resKicks":[]}]}
{"version":2,"lastGameVersion":"gta5:3258","lastServerVersion":"linux:12746","lastResourceList":["expolscout","bmwg07","m5g60","esx_menu_list/1.10.8","esx_menu_dialog/1.10.8","ui-base","ui-pressence/1.1","ui_hud/BETA","pma-voice","uf_mapdata/v1.5","cron/1.10.8","chat-theme-gtao/1.0.0","ox_inventory/2.42.3","ui_multicharacter/1.10.8","ui_skin/1.10.8","spawnmanager/1.0.0","ajaxon_mapdata/1.0.2","uf_fleecabank/v1.0","ui_progressbar/1.10.8","monitor/8.0.1","expolregent","webpack/1.0.0","esx_menu_default/1.10.8","oxmysql/2.11.2","ui_core/1.10.8","AutoExotic/1.4","ui_identity/1.10.8","chat/1.0.0","ox_lib/3.26.0","ui_context/1.10.8","ui_textui/1.10.8","PolyZone/2.6.1","ui_notify/1.10.8","ui_pmenu","ui-postals/1.1.1","screenshot-basic","xsound/1.4.3","sessionmanager/1.0.0","yarn/1.0.0","skinchanger/1.10.8","ui_lscreen","bob74_ipl/2.1.1","ui-faceremaster/v1.0","hardcap/1.0.0","dev_warehouse/1.0.0","Airport_Pegasus_LSIA","rconlog/1.0.0","TiboMLO_appart1/1.0.1","moreo_parkings/1.0.0","ajaxon_aldore_hospital"],"lastUnknownReasons":[],"log":[{"hour":"2025-03-16T13:00:00.000Z","changes":[],"crashTypes":[],"dropTypes":[],"resKicks":[]},{"hour":"2025-03-16T14:00:00.000Z","changes":[{"ts":1742134110967,"type":"resourcesChanged","resAdded":["ui_pmenu"],"resRemoved":[]},{"ts":1742135356824,"type":"resourcesChanged","resAdded":["expolscout","moreo_parkings/1.0.0","ui-postals/1.1.1","ui_hud/BETA","TiboMLO_appart1/1.0.1","ui_lscreen","expolregent","dev_warehouse/1.0.0","Airport_Pegasus_LSIA"],"resRemoved":["screenshot-basic","chat/1.0.0"]}],"crashTypes":[],"dropTypes":[["resource",1]],"resKicks":[["ui_pmenu",1]]},{"hour":"2025-03-16T15:00:00.000Z","changes":[],"crashTypes":[],"dropTypes":[["player",1]],"resKicks":[]},{"hour":"2025-03-17T13:00:00.000Z","changes":[{"ts":1742217542894,"type":"fxsChanged","oldVersion":"linux:12746","newVersion":"linux:13227"},{"ts":1742217542894,"type":"resourcesChanged","resAdded":["monitor/8.0.1"],"resRemoved":["monitor/7.3.2","webpack/1.0.0"]},{"ts":1742217889073,"type":"fxsChanged","oldVersion":"linux:13227","newVersion":"linux:12746"},{"ts":1742217889073,"type":"resourcesChanged","resAdded":["webpack/1.0.0","chat/1.0.0","screenshot-basic"],"resRemoved":[]}],"crashTypes":[],"dropTypes":[["player",1]],"resKicks":[]}]}

File diff suppressed because one or more lines are too long

View File

@ -14,3 +14,30 @@
================================================================
======== txAdmin v7.3.2 atop fxserver 12746 Starting - 3/16/2025, 3:29:08 PM
================================================================
================================================================
======== txAdmin v8.0.1 atop fxserver 13227 Starting - 3/17/2025, 1:18:59 PM
================================================================
[13:20:21][androxaaa] logged in from 217.120.27.16 via cfxre
[13:24:40][androxaaa] [androxaaa] executed "RESTART SERVER"
[13:25:13][androxaaa] [androxaaa] executed "RESTART SERVER"
================================================================
======== txAdmin v8.0.1 atop fxserver 12746 Starting - 3/17/2025, 1:29:19 PM
================================================================
[13:29:20][MONITOR] Restarting server: Server process close detected.
[13:29:26][MONITOR] Restarting server: Server process close detected.
[13:29:56][MONITOR] Restarting server: Server process close detected.
[13:30:13][MONITOR] Restarting server: Server process close detected.
[13:30:34][MONITOR] Restarting server: Server process close detected.
[13:31:00][MONITOR] Restarting server: Server process close detected.
[13:31:31][MONITOR] Restarting server: Server process close detected.
[13:32:07][MONITOR] Restarting server: Server process close detected.
[13:32:48][MONITOR] Restarting server: Server process close detected.
[13:33:35][MONITOR] Restarting server: Server process close detected.
[13:34:21][MONITOR] Restarting server: Server process close detected.
[13:35:07][MONITOR] Restarting server: Server process close detected.
[13:35:28][androxaaa] logged in from 217.120.27.16 via cfxre
[13:35:53][MONITOR] Restarting server: Server process close detected.
================================================================
======== txAdmin v8.0.1 atop fxserver 12746 Starting - 3/17/2025, 1:36:25 PM
================================================================
[13:36:39][androxaaa] logged in from 217.120.27.16 via cfxre

View File

@ -539,3 +539,917 @@
[ citizen-server-impl] sync thread hitch warning: timer interval of 111 milliseconds
[ citizen-server-impl] sync thread hitch warning: timer interval of 106 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 173 milliseconds
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [5803] FXServer Starting - 3/17/2025, 1:18:59 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ citizen-server-impl] The file icon.png must be a 96x96 PNG image to be used as icon.
[ c-scripting-core] Creating script environments for yarn
[ resources] Started resource yarn
[ citizen-server-impl] Running build tasks on resource webpack - it'll restart once completed.
[ c-resources-core] Could not start dependency webpack for resource chat.
[ citizen-server-impl] Couldn't start resource chat.
[ resources] Started resource spawnmanager
[ c-scripting-core] Creating script environments for hardcap
[ resources] Started resource hardcap
[ c-scripting-core] Creating script environments for rconlog
[ resources] Started resource rconlog
[ resources] Started resource chat-theme-gtao
[ c-scripting-core] Creating script environments for oxmysql
[ resources] Started resource oxmysql
[ c-scripting-core] Creating script environments for ui_core
[ resources] Started resource ui_core
[ c-scripting-core] Creating script environments for PolyZone
[ resources] Started resource PolyZone
[ c-scripting-core] Creating script environments for cron
[ resources] Started resource cron
[ resources] Started resource esx_menu_default
[ resources] Started resource esx_menu_dialog
[ resources] Started resource esx_menu_list
[ c-scripting-core] Creating script environments for ox_lib
[ resources] Started resource ox_lib
[ c-scripting-core] Creating script environments for ox_inventory
[ resources] Started resource ox_inventory
[ c-scripting-core] Creating script environments for pma-voice
[ resources] Started resource pma-voice
[ citizen-server-impl] Running build tasks on resource webpack - it'll restart once completed.
[ c-resources-core] Could not start dependency webpack for resource screenshot-basic.
[ citizen-server-impl] Couldn't start resource screenshot-basic.
[ resources] Started resource skinchanger
[ c-scripting-core] Creating script environments for ui-base
[ resources] Started resource ui-base
[ c-scripting-core] Creating script environments for ui_context
[ resources] Started resource ui_context
[ c-scripting-core] Creating script environments for ui_hud
[ resources:ui_hud] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.png` (defined in fxmanifest.lua:25)
[ resources] Started resource ui_hud (4 warnings)
[ c-scripting-core] Creating script environments for ui_identity
[ resources] Started resource ui_identity
[resources:ui_lscreen] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:13)
[ resources] Started resource ui_lscreen (3 warnings)
[ c-scripting-core] Creating script environments for ui_skin
[ resources] Started resource ui_skin
[ c-scripting-core] Creating script environments for ui_multicharacter
[ resources] Started resource ui_multicharacter
[ c-scripting-core] Creating script environments for ui_notify
[ resources] Started resource ui_notify
[ c-scripting-core] Creating script environments for ui_pmenu
[ resources] Started resource ui_pmenu
[ c-scripting-core] Creating script environments for ui_progressbar
[ resources] Started resource ui_progressbar
[ c-scripting-core] Creating script environments for ui_textui
[ resources] Started resource ui_textui
[ c-scripting-core] Creating script environments for xsound
[ resources] Started resource xsound
[ resources] Started resource bob74_ipl
[ citizen-server-impl] You lack the required entitlement to use ui-bodyremaster
[ citizen-server-impl] Couldn't start resource ui-bodyremaster.
[ resources] Started resource ui-faceremaster
[ resources] Started resource ui-pressence
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_furn.ydr uses 40.0 MiB of physical memory.
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_shell.ydr uses 42.0 MiB of physical memory.
[ resources] Started resource Airport_Pegasus_LSIA (2 warnings)
[ c-scripting-core] Creating script environments for AutoExotic
[ script:AutoExotic] Map successfully loaded
[resources:AutoExotic] Asset AutoExotic/as_autoexotic_txt.ytd uses 22.5 MiB of physical memory.
[ resources] Started resource AutoExotic (1 warning)
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_shell.ydr uses 24.0 MiB of physical memory.
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_stairs.ydr uses 24.0 MiB of physical memory.
[ resources] Started resource TiboMLO_appart1 (2 warnings)
[ resources] Started resource ajaxon_aldore_hospital
[ resources] Started resource ajaxon_mapdata
[resources:bmwg07:str] Asset bmwg07/bmwg07.ytd uses 31.8 MiB of physical memory.
[resources:bmwg07:str] Asset bmwg07/bmwg07_hi.yft uses 16.7 MiB of virtual memory.
[ resources] Started resource bmwg07 (2 warnings)
[ resources] Started resource dev_warehouse
[ resources] Started resource expolregent
[ resources] Started resource expolscout
[resources:m5g60:stre] Asset m5g60/m5g60.yft uses 23.8 MiB of virtual memory.
[resources:m5g60:stre] Asset m5g60/m5g60.ytd uses 62.0 MiB of physical memory. Oversized assets can and WILL lead to streaming issues (such as models not loading/rendering).
[resources:m5g60:stre] Asset m5g60/m5g60_hi.yft uses 20.2 MiB of virtual memory.
[ resources] Started resource m5g60 (3 warnings)
[ resources] Started resource moreo_parkings
[ resources] Started resource uf_fleecabank
[ resources] Started resource uf_mapdata
[ c-scripting-core] Creating script environments for ui-postals
[ resources] Started resource ui-postals
[ citizen-server-main] Warning: The players.json endpoint has been modified to no longer return the player identifiers without authentication.
[ citizen-server-main] To learn more about this change read our announcement at https://aka.cfx.re/players-json-privacy
[ script:yarn] [yarn] yarn install v1.22.5
[ script:yarn] [1/4] Resolving packages...
[ script:yarn] [2/4] Fetching packages...
[ script:yarn] [yarn] yarn install v1.22.5
[ script:yarn] Error: [yarn] warning Waiting for the other yarn instance to finish (pid undefined, inside undefined)
[ citizen-server-impl] fff
[ citizen-server-impl] cccc ff xx xx rr rr eee
[ citizen-server-impl] cc ffff xx rrr r ee e
[ citizen-server-impl] cc ff xx ... rr eeeee
[ citizen-server-impl] ccccc ff xx xx ... rr eeeee
[ citizen-server-impl]
[ citizen-server-impl] Authenticated with cfx.re Nucleus: https://androxaaa-j98bka.users.cfx.re/
[ citizen-server-impl] server thread hitch warning: timer interval of 503 milliseconds
[ script:ox_lib] An update is available for ox_lib (current version: 3.26.0)
[ script:ox_lib] https://github.com/overextended/ox_lib/releases/tag/v3.30.3
[ script:ox_lib] An update is available for ox_inventory (current version: 2.42.3)
[ script:ox_lib] https://github.com/overextended/ox_inventory/releases/tag/v2.44.1
[ script:oxmysql] An update is available for oxmysql (current version: 2.11.2)
[ script:oxmysql] https://github.com/overextended/oxmysql/releases/tag/v2.13.0
[ citizen-server-impl] server thread hitch warning: timer interval of 830 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 1442 milliseconds
[ script:oxmysql] ui_core took 2277.6683ms to execute a query!
[ script:oxmysql] SELECT * FROM jobs []
[ script:oxmysql] ui_multicharacter took 2278.3684ms to execute a query!
[ script:oxmysql] SELECT TABLE_NAME, COLUMN_NAME, CHARACTER_MAXIMUM_LENGTH FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = "uirp" AND DATA_TYPE = "varchar" AND COLUMN_NAME IN (?) [["identifier","owner"]]
[ script:yarn] [yarn] info fsevents@2.3.1: The platform "linux" is incompatible with this module.
[ script:yarn] info "fsevents@2.3.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[ script:yarn] info fsevents@1.2.13: The platform "linux" is incompatible with this module.
[ script:yarn] info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[ script:yarn] [3/4] Linking dependencies...
[ script:yarn] [4/4] Building fresh packages...
[ script:yarn] Done in 4.08s.
[ citizen-server-impl] server thread hitch warning: timer interval of 354 milliseconds
[ script:oxmysql] [8.4.4] Database server connection established!
[ script:yarn] Error: [yarn] warning Ignored scripts due to flag.
[ script:oxmysql] [8.4.4] ox_inventory took 1814.7389ms to execute a query!
[ script:oxmysql] SELECT * FROM items []
[ script:ox_inventory] [ox_inventory] [INFO] Database contains 48 items.
[ script:oxmysql] [8.4.4] ox_inventory took 1816.9589ms to execute a query!
[ script:oxmysql] SELECT 1 FROM ox_inventory []
[ script:oxmysql] [8.4.4] ox_inventory took 1818.4153ms to execute a query!
[ script:oxmysql] INSERT IGNORE INTO `licenses` (`type`, `label`) VALUES (?, ?) ["weapon","Weapon License"]
[ citizen-server-impl] Build tasks completed - starting resource webpack.
[ c-scripting-core] Creating script environments for webpack
[ citizen-server-impl] Running build tasks on resource chat - it'll restart once completed.
[ citizen-server-impl] Running build tasks on resource screenshot-basic - it'll restart once completed.
[ script:yarn] yarn is currently busy: we are waiting to compile screenshot-basic
[ resources] Started resource webpack
[ script:ui_core] [^ui_core] ^CORE 1.10.8 initialized!
[ script:yarn] [yarn] [1/4] Resolving packages...
[ citizen-server-impl] server thread hitch warning: timer interval of 810 milliseconds
[ script:yarn] [yarn] success Already up-to-date.
[ script:yarn] Done in 4.12s.
[ script:yarn] [yarn] yarn install v1.22.5
[ script:yarn] [1/4] Resolving packages...
[ script:yarn] [2/4] Fetching packages...
[ citizen-server-impl] server thread hitch warning: timer interval of 725 milliseconds
[ citizen-server-impl] Build tasks completed - starting resource webpack.
[ script:ox_inventory] [ox_inventory] [INFO] Inventory has loaded 262 items
[ script:yarn] [yarn] yarn install v1.22.5
[ script:yarn] Error: [yarn] warning Waiting for the other yarn instance to finish (pid undefined, inside undefined)
[ script:yarn] [yarn] info fsevents@1.2.11: The platform "linux" is incompatible with this module.
[ script:yarn] [yarn] info "fsevents@1.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
[ script:yarn] [yarn] [3/4] Linking dependencies...
[ script:yarn] [yarn] [4/4] Building fresh packages...
[ script:yarn] Error: [yarn] warning Ignored scripts due to flag.
[ script:yarn] [yarn] Done in 6.50s.
[ script:webpack] chat: started building webpack.config.js
[ script:yarn] [yarn] [1/4] Resolving packages...
[ script:yarn] [2/4] Fetching packages...
[ citizen-server-impl] server thread hitch warning: timer interval of 424 milliseconds
[ script:yarn] [yarn] info fsevents@2.3.1: The platform "linux" is incompatible with this module.
[ script:yarn] [yarn] info "fsevents@2.3.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[ script:yarn] [yarn] info fsevents@1.2.13: The platform "linux" is incompatible with this module.
[ script:yarn] info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[ script:yarn] [yarn] [3/4] Linking dependencies...
[ script:yarn] [yarn] [4/4] Building fresh packages...
[ script:yarn] Error: [yarn] warning Ignored scripts due to flag.
[ script:yarn] [yarn] Done in 8.41s.
[ script:webpack] webpack is busy: we are waiting to compile screenshot-basic (client.config.js)
[ script:webpack] chat: built webpack.config.js
[ citizen-server-impl] Build tasks completed - starting resource chat.
[ c-scripting-core] Creating script environments for chat
[ resources] Started resource chat
[ script:webpack] screenshot-basic: started building client.config.js
[ script:webpack] webpack is busy: we are waiting to compile screenshot-basic (server.config.js)
[ citizen-server-impl] server thread hitch warning: timer interval of 323 milliseconds
[ script:webpack] screenshot-basic: built client.config.js
[ script:webpack] screenshot-basic: started building server.config.js
[ script:webpack] webpack is busy: we are waiting to compile screenshot-basic (ui.config.js)
[ citizen-server-impl] server thread hitch warning: timer interval of 191 milliseconds
[ script:webpack] webpack is busy: we are waiting to compile screenshot-basic (ui.config.js)
[ script:webpack] screenshot-basic: built server.config.js
[ script:webpack] screenshot-basic: started building ui.config.js
[ script:webpack] screenshot-basic: built ui.config.js
[ citizen-server-impl] Build tasks completed - starting resource screenshot-basic.
[ c-scripting-core] Creating script environments for screenshot-basic
[ resources] Started resource screenshot-basic
[ citizen-server-impl] server thread hitch warning: timer interval of 159 milliseconds
║ TXADMIN║ txaReportResources
[ script:monitor] [txAdmin] Sending resources list to txAdmin.
[ script:hardcap] Connecting: androxa
[script:ui_multichara] [INFO] Player androxa 1 has deleted a character (char2:7b8f7bc668c9006616d7cb66d081d22ca2fc6f17)
[ script:ui_core] [INFO] Player "Artem Medvedev" has connected to the server. ID: 1
[ script:chat] androxa: asd
[ script:ui_core] [ERROR] Tried to spawn invalid vehicle - divo!
║ TXADMIN║ txaEvent "serverShuttingDown" "{\"delay\":5000,\"author\":\"androxaaa\",\"message\":\"Server restarting (admin request).\"}"
[ script:monitor] [txAdmin] Server shutting down. Kicking all players.
[ script:ui_core] [INFO] Saved 1 player over 0.0 ms
[ script:ui_core] [INFO] Saved player "Artem Medvedev"
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [6350] FXServer Starting - 3/17/2025, 1:24:45 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ citizen-server-impl] The file icon.png must be a 96x96 PNG image to be used as icon.
[ c-scripting-core] Creating script environments for yarn
[ resources] Started resource yarn
[ c-scripting-core] Creating script environments for webpack
[ resources] Started resource webpack
[ c-scripting-core] Creating script environments for chat
[ resources] Started resource chat
[ resources] Started resource spawnmanager
[ c-scripting-core] Creating script environments for hardcap
[ resources] Started resource hardcap
[ c-scripting-core] Creating script environments for rconlog
[ resources] Started resource rconlog
[ resources] Started resource chat-theme-gtao
[ c-scripting-core] Creating script environments for oxmysql
[ resources] Started resource oxmysql
[ c-scripting-core] Creating script environments for ui_core
[ resources] Started resource ui_core
[ c-scripting-core] Creating script environments for PolyZone
[ resources] Started resource PolyZone
[ c-scripting-core] Creating script environments for cron
[ resources] Started resource cron
[ resources] Started resource esx_menu_default
[ resources] Started resource esx_menu_dialog
[ resources] Started resource esx_menu_list
[ c-scripting-core] Creating script environments for ox_lib
[ resources] Started resource ox_lib
[ c-scripting-core] Creating script environments for ox_inventory
[ resources] Started resource ox_inventory
[ c-scripting-core] Creating script environments for pma-voice
[ resources] Started resource pma-voice
[ c-scripting-core] Creating script environments for screenshot-basic
[ resources] Started resource screenshot-basic
[ resources] Started resource skinchanger
[ c-scripting-core] Creating script environments for ui-base
[ resources] Started resource ui-base
[ c-scripting-core] Creating script environments for ui_context
[ resources] Started resource ui_context
[ c-scripting-core] Creating script environments for ui_hud
[ resources:ui_hud] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.png` (defined in fxmanifest.lua:25)
[ resources] Started resource ui_hud (4 warnings)
[ c-scripting-core] Creating script environments for ui_identity
[ resources] Started resource ui_identity
[resources:ui_lscreen] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:13)
[ resources] Started resource ui_lscreen (3 warnings)
[ c-scripting-core] Creating script environments for ui_skin
[ resources] Started resource ui_skin
[ c-scripting-core] Creating script environments for ui_multicharacter
[ resources] Started resource ui_multicharacter
[ c-scripting-core] Creating script environments for ui_notify
[ resources] Started resource ui_notify
[ c-scripting-core] Creating script environments for ui_pmenu
[ resources] Started resource ui_pmenu
[ c-scripting-core] Creating script environments for ui_progressbar
[ resources] Started resource ui_progressbar
[ c-scripting-core] Creating script environments for ui_textui
[ resources] Started resource ui_textui
[ c-scripting-core] Creating script environments for xsound
[ resources] Started resource xsound
[ resources] Started resource bob74_ipl
[ citizen-server-impl] You lack the required entitlement to use ui-bodyremaster
[ citizen-server-impl] Couldn't start resource ui-bodyremaster.
[ resources] Started resource ui-faceremaster
[ resources] Started resource ui-pressence
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_furn.ydr uses 40.0 MiB of physical memory.
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_shell.ydr uses 42.0 MiB of physical memory.
[ resources] Started resource Airport_Pegasus_LSIA (2 warnings)
[ c-scripting-core] Creating script environments for AutoExotic
[ script:AutoExotic] Map successfully loaded
[resources:AutoExotic] Asset AutoExotic/as_autoexotic_txt.ytd uses 22.5 MiB of physical memory.
[ resources] Started resource AutoExotic (1 warning)
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_shell.ydr uses 24.0 MiB of physical memory.
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_stairs.ydr uses 24.0 MiB of physical memory.
[ resources] Started resource TiboMLO_appart1 (2 warnings)
[ resources] Started resource ajaxon_aldore_hospital
[ resources] Started resource ajaxon_mapdata
[resources:bmwg07:str] Asset bmwg07/bmwg07.ytd uses 31.8 MiB of physical memory.
[resources:bmwg07:str] Asset bmwg07/bmwg07_hi.yft uses 16.7 MiB of virtual memory.
[ resources] Started resource bmwg07 (2 warnings)
[ resources] Started resource dev_warehouse
[ resources] Started resource expolregent
[ resources] Started resource expolscout
[resources:m5g60:stre] Asset m5g60/m5g60.yft uses 23.8 MiB of virtual memory.
[resources:m5g60:stre] Asset m5g60/m5g60.ytd uses 62.0 MiB of physical memory. Oversized assets can and WILL lead to streaming issues (such as models not loading/rendering).
[resources:m5g60:stre] Asset m5g60/m5g60_hi.yft uses 20.2 MiB of virtual memory.
[ resources] Started resource m5g60 (3 warnings)
[ resources] Started resource moreo_parkings
[ resources] Started resource uf_fleecabank
[ resources] Started resource uf_mapdata
[ c-scripting-core] Creating script environments for ui-postals
[ resources] Started resource ui-postals
[ citizen-server-main] Warning: The players.json endpoint has been modified to no longer return the player identifiers without authentication.
[ citizen-server-main] To learn more about this change read our announcement at https://forum.cfx.re/t/celebrating-one-year-with-rockstar-games/5269938#fivem-and-redm-6
[ citizen-server-impl] server thread hitch warning: timer interval of 268 milliseconds
[ citizen-server-impl] fff
[ citizen-server-impl] cccc ff xx xx rr rr eee
[ citizen-server-impl] cc ffff xx rrr r ee e
[ citizen-server-impl] cc ff xx ... rr eeeee
[ citizen-server-impl] ccccc ff xx xx ... rr eeeee
[ citizen-server-impl]
[ citizen-server-impl] Authenticated with cfx.re Nucleus: https://androxaaa-j98bka.users.cfx.re/
[ citizen-server-impl] server thread hitch warning: timer interval of 205 milliseconds
[ script:oxmysql] [8.0.41-0ubuntu0.24.04.1] Database server connection established!
[ script:ox_inventory] [ox_inventory] [INFO] Database contains 48 items.
[ script:ui_core] [^ui_core] ^CORE 1.10.8 initialized!
[ citizen-server-impl] server thread hitch warning: timer interval of 418 milliseconds
[ script:ox_lib] An update is available for ox_inventory (current version: 2.42.3)
[ script:ox_lib] https://github.com/overextended/ox_inventory/releases/tag/v2.44.1
[ script:ox_lib] An update is available for ox_lib (current version: 3.26.0)
[ script:ox_lib] https://github.com/overextended/ox_lib/releases/tag/v3.30.3
[ citizen-server-impl] server thread hitch warning: timer interval of 772 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 1365 milliseconds
[ script:ox_inventory] [ox_inventory] [INFO] Inventory has loaded 262 items
[ script:oxmysql] An update is available for oxmysql (current version: 2.11.2)
[ script:oxmysql] https://github.com/overextended/oxmysql/releases/tag/v2.13.0
[ citizen-server-impl] server thread hitch warning: timer interval of 11524 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 279 milliseconds
║ TXADMIN║ txaEvent "serverShuttingDown" "{\"delay\":5000,\"author\":\"androxaaa\",\"message\":\"Server restarting (admin request).\"}"
[ script:monitor] [txAdmin] Server shutting down. Kicking all players.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [6502] FXServer Starting - 3/17/2025, 1:25:19 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ citizen-server-impl] The file icon.png must be a 96x96 PNG image to be used as icon.
[ c-scripting-core] Creating script environments for yarn
[ resources] Started resource yarn
[ c-scripting-core] Creating script environments for webpack
[ resources] Started resource webpack
[ c-scripting-core] Creating script environments for chat
[ resources] Started resource chat
[ resources] Started resource spawnmanager
[ c-scripting-core] Creating script environments for hardcap
[ resources] Started resource hardcap
[ c-scripting-core] Creating script environments for rconlog
[ resources] Started resource rconlog
[ resources] Started resource chat-theme-gtao
[ c-scripting-core] Creating script environments for oxmysql
[ resources] Started resource oxmysql
[ c-scripting-core] Creating script environments for ui_core
[ resources] Started resource ui_core
[ c-scripting-core] Creating script environments for PolyZone
[ resources] Started resource PolyZone
[ c-scripting-core] Creating script environments for cron
[ resources] Started resource cron
[ resources] Started resource esx_menu_default
[ resources] Started resource esx_menu_dialog
[ resources] Started resource esx_menu_list
[ c-scripting-core] Creating script environments for ox_lib
[ resources] Started resource ox_lib
[ c-scripting-core] Creating script environments for ox_inventory
[ resources] Started resource ox_inventory
[ c-scripting-core] Creating script environments for pma-voice
[ resources] Started resource pma-voice
[ c-scripting-core] Creating script environments for screenshot-basic
[ resources] Started resource screenshot-basic
[ resources] Started resource skinchanger
[ c-scripting-core] Creating script environments for ui-base
[ resources] Started resource ui-base
[ c-scripting-core] Creating script environments for ui_context
[ resources] Started resource ui_context
[ c-scripting-core] Creating script environments for ui_hud
[ resources:ui_hud] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.png` (defined in fxmanifest.lua:25)
[ resources] Started resource ui_hud (4 warnings)
[ c-scripting-core] Creating script environments for ui_identity
[ resources] Started resource ui_identity
[resources:ui_lscreen] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:13)
[ resources] Started resource ui_lscreen (3 warnings)
[ c-scripting-core] Creating script environments for ui_skin
[ resources] Started resource ui_skin
[ c-scripting-core] Creating script environments for ui_multicharacter
[ resources] Started resource ui_multicharacter
[ c-scripting-core] Creating script environments for ui_notify
[ resources] Started resource ui_notify
[ c-scripting-core] Creating script environments for ui_pmenu
[ resources] Started resource ui_pmenu
[ c-scripting-core] Creating script environments for ui_progressbar
[ resources] Started resource ui_progressbar
[ c-scripting-core] Creating script environments for ui_textui
[ resources] Started resource ui_textui
[ c-scripting-core] Creating script environments for xsound
[ resources] Started resource xsound
[ resources] Started resource bob74_ipl
[ citizen-server-impl] You lack the required entitlement to use ui-bodyremaster
[ citizen-server-impl] Couldn't start resource ui-bodyremaster.
[ resources] Started resource ui-faceremaster
[ resources] Started resource ui-pressence
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_furn.ydr uses 40.0 MiB of physical memory.
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_shell.ydr uses 42.0 MiB of physical memory.
[ resources] Started resource Airport_Pegasus_LSIA (2 warnings)
[ c-scripting-core] Creating script environments for AutoExotic
[ script:AutoExotic] Map successfully loaded
[resources:AutoExotic] Asset AutoExotic/as_autoexotic_txt.ytd uses 22.5 MiB of physical memory.
[ resources] Started resource AutoExotic (1 warning)
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_shell.ydr uses 24.0 MiB of physical memory.
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_stairs.ydr uses 24.0 MiB of physical memory.
[ resources] Started resource TiboMLO_appart1 (2 warnings)
[ resources] Started resource ajaxon_aldore_hospital
[ resources] Started resource ajaxon_mapdata
[resources:bmwg07:str] Asset bmwg07/bmwg07.ytd uses 31.8 MiB of physical memory.
[resources:bmwg07:str] Asset bmwg07/bmwg07_hi.yft uses 16.7 MiB of virtual memory.
[ resources] Started resource bmwg07 (2 warnings)
[ resources] Started resource dev_warehouse
[ resources] Started resource expolregent
[ resources] Started resource expolscout
[resources:m5g60:stre] Asset m5g60/m5g60.yft uses 23.8 MiB of virtual memory.
[resources:m5g60:stre] Asset m5g60/m5g60.ytd uses 62.0 MiB of physical memory. Oversized assets can and WILL lead to streaming issues (such as models not loading/rendering).
[resources:m5g60:stre] Asset m5g60/m5g60_hi.yft uses 20.2 MiB of virtual memory.
[ resources] Started resource m5g60 (3 warnings)
[ resources] Started resource moreo_parkings
[ resources] Started resource uf_fleecabank
[ resources] Started resource uf_mapdata
[ c-scripting-core] Creating script environments for ui-postals
[ resources] Started resource ui-postals
[ citizen-server-main] Warning: The players.json endpoint has been modified to no longer return the player identifiers without authentication.
[ citizen-server-main] To learn more about this change read our announcement at https://forum.cfx.re/t/celebrating-one-year-with-rockstar-games/5269938#fivem-and-redm-6
[ citizen-server-impl] server thread hitch warning: timer interval of 273 milliseconds
[ citizen-server-impl] fff
[ citizen-server-impl] cccc ff xx xx rr rr eee
[ citizen-server-impl] cc ffff xx rrr r ee e
[ citizen-server-impl] cc ff xx ... rr eeeee
[ citizen-server-impl] ccccc ff xx xx ... rr eeeee
[ citizen-server-impl]
[ citizen-server-impl] Authenticated with cfx.re Nucleus: https://androxaaa-j98bka.users.cfx.re/
[ citizen-server-impl] server thread hitch warning: timer interval of 204 milliseconds
[ script:oxmysql] [8.0.41-0ubuntu0.24.04.1] Database server connection established!
[ script:ui_core] [^ui_core] ^CORE 1.10.8 initialized!
[ script:ox_inventory] [ox_inventory] [INFO] Database contains 48 items.
[ script:oxmysql] [8.0.41-0ubuntu0.24.04.1] ox_inventory took 1179.0976ms to execute a query!
[ script:oxmysql] DELETE FROM ox_inventory WHERE lastupdated < (NOW() - INTERVAL 6 MONTH) []
[ citizen-server-impl] server thread hitch warning: timer interval of 1200 milliseconds
[ script:ox_lib] An update is available for ox_lib (current version: 3.26.0)
[ script:ox_lib] https://github.com/overextended/ox_lib/releases/tag/v3.30.3
[ script:ox_lib] An update is available for ox_inventory (current version: 2.42.3)
[ script:ox_lib] https://github.com/overextended/ox_inventory/releases/tag/v2.44.1
[ script:oxmysql] An update is available for oxmysql (current version: 2.11.2)
[ script:oxmysql] https://github.com/overextended/oxmysql/releases/tag/v2.13.0
[ citizen-server-impl] server thread hitch warning: timer interval of 705 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 354 milliseconds
[ script:ox_inventory] [ox_inventory] [INFO] Inventory has loaded 262 items
[ citizen-server-impl] server thread hitch warning: timer interval of 341 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 11676 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 240 milliseconds
[ script:hardcap] Connecting: androxa
[ script:hardcap] Connecting: androxa
[ script:ui_core] [INFO] Player "Artem Medvedev" has connected to the server. ID: 1
[ script:ui_core] [ERROR] Tried to spawn invalid vehicle - leegy!
[ script:ui_core] [INFO] Saved player "Artem Medvedev"
[ citizen-server-main] -> Quitting: SIGINT received
[ citizen-server-main] -> Quitting: host shutting down
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [6784] FXServer Starting - 3/17/2025, 1:29:19 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [6901] FXServer Starting - 3/17/2025, 1:29:25 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7028] FXServer Starting - 3/17/2025, 1:29:36 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7144] FXServer Starting - 3/17/2025, 1:30:12 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7263] FXServer Starting - 3/17/2025, 1:30:33 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7379] FXServer Starting - 3/17/2025, 1:30:59 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7522] FXServer Starting - 3/17/2025, 1:31:30 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7639] FXServer Starting - 3/17/2025, 1:32:06 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7769] FXServer Starting - 3/17/2025, 1:32:47 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [7889] FXServer Starting - 3/17/2025, 1:33:33 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [8018] FXServer Starting - 3/17/2025, 1:34:20 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [8136] FXServer Starting - 3/17/2025, 1:35:06 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [8254] FXServer Starting - 3/17/2025, 1:35:52 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
║ STDERR║ Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
[ citizen-server-impl]
║ TXADMIN║ Restarting server: Server process close detected.
║ TXADMIN║ ================================================================
║ TXADMIN║ ======== [8486] FXServer Starting - 3/17/2025, 1:36:26 PM
║ TXADMIN║ ================================================================
[ resources] Scanning resources.
[resources:oulsen_sat] Warning: oulsen_satmap-main does not have a resource manifest (fxmanifest.lua)
[ resources] Found 70 resources.
[ resources] 1 warning was encountered.
[ svadhesive] Authenticating server license key...
[ svadhesive] Server license key authentication succeeded. Welcome!
[ c-scripting-core] Creating script environments for sessionmanager
[ resources] Started resource sessionmanager
[ c-scripting-core] Creating script environments for monitor
[ script:monitor] [txAdmin] Resource v8.0.1 threads and commands set up. All Ready.
[ resources] Started resource monitor
[ citizen-server-impl] The file icon.png must be a 96x96 PNG image to be used as icon.
[ c-scripting-core] Creating script environments for yarn
[ resources] Started resource yarn
[ c-scripting-core] Creating script environments for webpack
[ resources] Started resource webpack
[ c-scripting-core] Creating script environments for chat
[ resources] Started resource chat
[ resources] Started resource spawnmanager
[ c-scripting-core] Creating script environments for hardcap
[ resources] Started resource hardcap
[ c-scripting-core] Creating script environments for rconlog
[ resources] Started resource rconlog
[ resources] Started resource chat-theme-gtao
[ c-scripting-core] Creating script environments for oxmysql
[ resources] Started resource oxmysql
[ c-scripting-core] Creating script environments for ui_core
[ resources] Started resource ui_core
[ c-scripting-core] Creating script environments for PolyZone
[ resources] Started resource PolyZone
[ c-scripting-core] Creating script environments for cron
[ resources] Started resource cron
[ resources] Started resource esx_menu_default
[ resources] Started resource esx_menu_dialog
[ resources] Started resource esx_menu_list
[ c-scripting-core] Creating script environments for ox_lib
[ resources] Started resource ox_lib
[ c-scripting-core] Creating script environments for ox_inventory
[ resources] Started resource ox_inventory
[ c-scripting-core] Creating script environments for pma-voice
[ resources] Started resource pma-voice
[ c-scripting-core] Creating script environments for screenshot-basic
[ resources] Started resource screenshot-basic
[ resources] Started resource skinchanger
[ c-scripting-core] Creating script environments for ui-base
[ resources] Started resource ui-base
[ c-scripting-core] Creating script environments for ui_context
[ resources] Started resource ui_context
[ c-scripting-core] Creating script environments for ui_hud
[ resources:ui_hud] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:25)
[ resources:ui_hud] Warning: could not find file `ui/dist/assets/*.png` (defined in fxmanifest.lua:25)
[ resources] Started resource ui_hud (4 warnings)
[ c-scripting-core] Creating script environments for ui_identity
[ resources] Started resource ui_identity
[resources:ui_lscreen] Warning: could not find file `ui/dist/index.html` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.css` (defined in fxmanifest.lua:13)
[resources:ui_lscreen] Warning: could not find file `ui/dist/assets/*.js` (defined in fxmanifest.lua:13)
[ resources] Started resource ui_lscreen (3 warnings)
[ c-scripting-core] Creating script environments for ui_skin
[ resources] Started resource ui_skin
[ c-scripting-core] Creating script environments for ui_multicharacter
[ resources] Started resource ui_multicharacter
[ c-scripting-core] Creating script environments for ui_notify
[ resources] Started resource ui_notify
[ c-scripting-core] Creating script environments for ui_pmenu
[ resources] Started resource ui_pmenu
[ c-scripting-core] Creating script environments for ui_progressbar
[ resources] Started resource ui_progressbar
[ c-scripting-core] Creating script environments for ui_textui
[ resources] Started resource ui_textui
[ c-scripting-core] Creating script environments for xsound
[ resources] Started resource xsound
[ resources] Started resource bob74_ipl
[ citizen-server-impl] You lack the required entitlement to use ui-bodyremaster
[ citizen-server-impl] Couldn't start resource ui-bodyremaster.
[ resources] Started resource ui-faceremaster
[ resources] Started resource ui-pressence
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_furn.ydr uses 40.0 MiB of physical memory.
[resources:Airport_Pe] Asset Airport_Pegasus_LSIA/t_aircraft_dealership_shell.ydr uses 42.0 MiB of physical memory.
[ resources] Started resource Airport_Pegasus_LSIA (2 warnings)
[ c-scripting-core] Creating script environments for AutoExotic
[ script:AutoExotic] Map successfully loaded
[resources:AutoExotic] Asset AutoExotic/as_autoexotic_txt.ytd uses 22.5 MiB of physical memory.
[ resources] Started resource AutoExotic (1 warning)
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_shell.ydr uses 24.0 MiB of physical memory.
[resources:TiboMLO_ap] Asset TiboMLO_appart1/appart_stairs.ydr uses 24.0 MiB of physical memory.
[ resources] Started resource TiboMLO_appart1 (2 warnings)
[ resources] Started resource ajaxon_aldore_hospital
[ resources] Started resource ajaxon_mapdata
[resources:bmwg07:str] Asset bmwg07/bmwg07.ytd uses 31.8 MiB of physical memory.
[resources:bmwg07:str] Asset bmwg07/bmwg07_hi.yft uses 16.7 MiB of virtual memory.
[ resources] Started resource bmwg07 (2 warnings)
[ resources] Started resource dev_warehouse
[ resources] Started resource expolregent
[ resources] Started resource expolscout
[resources:m5g60:stre] Asset m5g60/m5g60.yft uses 23.8 MiB of virtual memory.
[resources:m5g60:stre] Asset m5g60/m5g60.ytd uses 62.0 MiB of physical memory. Oversized assets can and WILL lead to streaming issues (such as models not loading/rendering).
[resources:m5g60:stre] Asset m5g60/m5g60_hi.yft uses 20.2 MiB of virtual memory.
[ resources] Started resource m5g60 (3 warnings)
[ resources] Started resource moreo_parkings
[ resources] Started resource uf_fleecabank
[ resources] Started resource uf_mapdata
[ c-scripting-core] Creating script environments for ui-postals
[ resources] Started resource ui-postals
[ citizen-server-main] Warning: The players.json endpoint has been modified to no longer return the player identifiers without authentication.
[ citizen-server-main] To learn more about this change read our announcement at https://forum.cfx.re/t/celebrating-one-year-with-rockstar-games/5269938#fivem-and-redm-6
[ citizen-server-impl] server thread hitch warning: timer interval of 276 milliseconds
[ citizen-server-impl] fff
[ citizen-server-impl] cccc ff xx xx rr rr eee
[ citizen-server-impl] cc ffff xx rrr r ee e
[ citizen-server-impl] cc ff xx ... rr eeeee
[ citizen-server-impl] ccccc ff xx xx ... rr eeeee
[ citizen-server-impl]
[ citizen-server-impl] Authenticated with cfx.re Nucleus: https://androxaaa-j98bka.users.cfx.re/
[ citizen-server-impl] server thread hitch warning: timer interval of 223 milliseconds
[ script:oxmysql] [8.0.41-0ubuntu0.24.04.1] Database server connection established!
[ script:ox_inventory] [ox_inventory] [INFO] Database contains 48 items.
[ script:ui_core] [^ui_core] ^CORE 1.10.8 initialized!
[ script:oxmysql] [8.0.41-0ubuntu0.24.04.1] ox_inventory took 1161.1394ms to execute a query!
[ script:oxmysql] DELETE FROM ox_inventory WHERE lastupdated < (NOW() - INTERVAL 6 MONTH) []
[ citizen-server-impl] server thread hitch warning: timer interval of 1520 milliseconds
[ script:ox_lib] An update is available for ox_lib (current version: 3.26.0)
[ script:ox_lib] https://github.com/overextended/ox_lib/releases/tag/v3.30.3
[ script:ox_lib] An update is available for ox_inventory (current version: 2.42.3)
[ script:ox_lib] https://github.com/overextended/ox_inventory/releases/tag/v2.44.1
[ script:oxmysql] An update is available for oxmysql (current version: 2.11.2)
[ script:oxmysql] https://github.com/overextended/oxmysql/releases/tag/v2.13.0
[ citizen-server-impl] server thread hitch warning: timer interval of 350 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 686 milliseconds
[ script:ox_inventory] [ox_inventory] [INFO] Inventory has loaded 262 items
[ citizen-server-impl] server thread hitch warning: timer interval of 11885 milliseconds
[ citizen-server-impl] server thread hitch warning: timer interval of 238 milliseconds

View File

@ -1673,3 +1673,22 @@
[4:07:46 PM] [yNtpe#1] androxa: said "/-menu_default_backspace"
[4:07:46 PM] [yNtpe#1] androxa: said "/-cancelprog"
[4:38:56 PM] [yNtpe#1] androxa: disconnected (Exiting)
================================================================
======== txAdmin v8.0.1 atop fxserver 13227 Starting - 3/17/2025, 1:18:59 PM
================================================================
[1:19:02 PM] txAdmin: Logger started
[1:22:49 PM] [mmTfi#1] androxa: joined with identifiers [license:7b8f…6f17, xbl:2535…6052, live:9851…7864, discord:2042…1169, license2:266e…9f41]
[1:23:53 PM] [mmTfi#1] androxa: said "asd"
[1:24:32 PM] [mmTfi#1] androxa: said "/exit"
[1:24:49 PM] txAdmin: Logger started
[1:25:22 PM] txAdmin: Logger started
[1:26:42 PM] [cE7cA#1] androxa: joined with identifiers [license:7b8f…6f17, xbl:2535…6052, live:9851…7864, discord:2042…1169, license2:266e…9f41]
[1:27:09 PM] [cE7cA#1] androxa: said "/ui"
[1:28:39 PM] [cE7cA#1] androxa: disconnected (Exiting)
================================================================
======== txAdmin v8.0.1 atop fxserver 12746 Starting - 3/17/2025, 1:29:19 PM
================================================================
================================================================
======== txAdmin v8.0.1 atop fxserver 12746 Starting - 3/17/2025, 1:36:25 PM
================================================================
[1:36:29 PM] txAdmin: Logger started