Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- G:\FiveM>cd /d G:\FiveM\server-data
- G:\FiveM\server-data>G:\FiveM\server\FXServer.exe +exec server.cfg
- Creating script environments for _cfx_internal
- Found new resource monitor in G:\FiveM\server\citizen/system_resources//monitor
- Found new resource webadmin in G:\FiveM\server\citizen/system_resources//webadmin
- Found new resource async in G:/FiveM\server-data/resources//[ESX]/async
- Found new resource cron in G:/FiveM\server-data/resources//[ESX]/cron
- Found new resource esx_identity in G:/FiveM\server-data/resources//[ESX]/esx_identity
- Found new resource es_extended in G:/FiveM\server-data/resources//[ESX]/es_extended
- Found new resource mysql-async in G:/FiveM\server-data/resources//[ESX]/mysql-async
- Found new resource skinchanger in G:/FiveM\server-data/resources//[ESX]/skinchanger
- Found new resource loadingscreen in G:/FiveM\server-data/resources//[Scripts]/loadingscreen
- Found new resource basic-gamemode in G:/FiveM\server-data/resources//[System]/[gamemodes]/basic-gamemode
- Found new resource chat in G:/FiveM\server-data/resources//[System]/[gameplay]/chat
- Found new resource chat-theme-gtao in G:/FiveM\server-data/resources//[System]/[gameplay]/chat-theme-gtao
- Found new resource player-data in G:/FiveM\server-data/resources//[System]/[gameplay]/player-data
- Found new resource playernames in G:/FiveM\server-data/resources//[System]/[gameplay]/playernames
- Found new resource mapmanager in G:/FiveM\server-data/resources//[System]/[managers]/mapmanager
- Found new resource spawnmanager in G:/FiveM\server-data/resources//[System]/[managers]/spawnmanager
- Found new resource baseevents in G:/FiveM\server-data/resources//[System]/[system]/baseevents
- Found new resource hardcap in G:/FiveM\server-data/resources//[System]/[system]/hardcap
- Found new resource rconlog in G:/FiveM\server-data/resources//[System]/[system]/rconlog
- Found new resource runcode in G:/FiveM\server-data/resources//[System]/[system]/runcode
- Found new resource scoreboard in G:/FiveM\server-data/resources//[System]/[system]/scoreboard
- Found new resource sessionmanager in G:/FiveM\server-data/resources//[System]/[system]/sessionmanager
- Found new resource sessionmanager-rdr3 in G:/FiveM\server-data/resources//[System]/[system]/sessionmanager-rdr3
- Found new resource example-loadscreen in G:/FiveM\server-data/resources//[System]/[test]/example-loadscreen
- Found new resource fivem in G:/FiveM\server-data/resources//[System]/[test]/fivem
- Found new resource fivem-map-hipster in G:/FiveM\server-data/resources//[System]/[gamemodes]/[maps]/fivem-map-hipster
- Found new resource fivem-map-skater in G:/FiveM\server-data/resources//[System]/[gamemodes]/[maps]/fivem-map-skater
- Found new resource redm-map-one in G:/FiveM\server-data/resources//[System]/[gamemodes]/[maps]/redm-map-one
- Found new resource money in G:/FiveM\server-data/resources//[System]/[gameplay]/[examples]/money
- Found new resource money-fountain in G:/FiveM\server-data/resources//[System]/[gameplay]/[examples]/money-fountain
- Found new resource money-fountain-example-map in G:/FiveM\server-data/resources//[System]/[gameplay]/[examples]/money-fountain-example-map
- Found new resource ped-money-drops in G:/FiveM\server-data/resources//[System]/[gameplay]/[examples]/ped-money-drops
- Found new resource webpack in G:/FiveM\server-data/resources//[System]/[system]/[builders]/webpack
- Found new resource yarn in G:/FiveM\server-data/resources//[System]/[system]/[builders]/yarn
- Creating script environments for sessionmanager
- Started resource sessionmanager
- Creating script environments for monitor
- Started resource monitor
- Creating script environments for mapmanager
- Started resource mapmanager
- Creating script environments for yarn
- Started resource yarn
- Creating script environments for webpack
- Started resource webpack
- Creating script environments for chat
- Started resource chat
- Started resource spawnmanager
- Started gametype Freeroam
- Started resource basic-gamemode
- Creating script environments for hardcap
- Started resource hardcap
- Creating script environments for rconlog
- Started resource rconlog
- Creating script environments for mysql-async
- Started resource mysql-async
- Creating script environments for baseevents
- Started resource baseevents
- Creating script environments for async
- Started resource async
- Creating script environments for cron
- Started resource cron
- Started resource skinchanger
- Creating script environments for es_extended
- [esx] [@events] load
- [esx] [@class] load
- [esx] [@account] load
- [esx] [@table] load
- [esx] [@string] load
- [esx] [@async] load
- [esx] [@command] load
- [esx] [@datastore] load
- [esx] [@db] load
- [esx] [@game.hud] load
- [esx] [@identity] load
- [esx] [@player] load
- [esx] [@input] load
- [esx] [@interact] load
- [esx] [@inventory] load
- [esx] [@math] load
- [esx] [@migrate] load
- [esx] [@utils] load
- [esx] [accessories] load
- [esx] [skin] load
- [esx] [society] load
- [esx] [voice] load
- Started resource es_extended
- Creating script environments for esx_identity
- Error loading script server/main.lua in resource esx_identity: @esx_identity/server/main.lua:218: attempt to index a nil value (global 'ESX')
- stack traceback:
- @esx_identity/server/main.lua:218: in main chunk
- Failed to load script server/main.lua.
- Started resource esx_identity
- Started resource loadingscreen
- Warning: 'onesync' is read only. Try using `+set` in the command line.
- Authenticating server license key...
- cfx> Started map fivem-map-skater
- Started resource fivem-map-skater
- [mysql-async] [SUCCESS] Database server connection established.
- [MariaDB:10.4.17-MariaDB] [WARNING] [es_extended] [528ms] -- Copyright (c) 2009 www.cryer.co.uk
- -- Script is free to use provided this copyright header is included.
- DROP PROCEDURE IF EXISTS ADD_COLUMN_IF_NOT_EXISTS;
- CREATE PROCEDURE ADD_COLUMN_IF_NOT_EXISTS(
- IN dbName tinytext,
- IN tableName tinytext,
- IN fieldName tinytext,
- IN fieldDef text
- )
- BEGIN
- IF NOT EXISTS (
- SELECT * FROM information_schema.COLUMNS
- WHERE `column_name` = fieldName
- AND `table_name` = tableName
- AND `table_schema` = dbName
- )
- THEN
- SET @ddl=CONCAT('ALTER TABLE ', dbName, '.', tableName, ' ADD COLUMN ', fieldName, ' ', fieldDef);
- PREPARE stmt from @ddl;
- EXECUTE stmt;
- END IF;
- END;
- : []
- [esx] [db] ensuring generated schemas
- [esx] [db] table accounts (name, owner, money)
- [esx] [db] table datastores (name, owner, data)
- [esx] [db] table inventories (name, owner, items)
- [esx] [db] table items (name, label, weight, rare, can_remove)
- [esx] [db] table job_grades (id, job_name, grade, name, label, salary, skin_male, skin_female)
- [esx] [db] table jobs (name, label)
- [esx] [db] table migrations (id, module, last)
- [esx] [db] table users (identifier, name, accounts, group, inventory, job, job_grade, loadout, position, is_dead, last_name, dob, is_male, accessories, first_name)
- Server license key authentication succeeded. Welcome!
- Authenticating with Nucleus...
- fff
- cccc ff xx xx rr rr eee
- cc ffff xx rrr r ee e
- cc ff xx ... rr eeeee
- ccccc ff xx xx ... rr eeeee
- Authenticated with cfx.re Nucleus: https://xrhappymeal-6898e7.users.cfx.re/
- [esx] [migrate] ensuring migrations
- -- [server notice: tebex_not_set]
- ================
- Monetize your server using Tebex! Visit https://tebex.io/fivem for more info.
- ================
- [esx] [player] starting db sync
- [esx] server ready
- [esx] [player] new db accessor => DOB | dob
- [esx] [player] new db accessor => accessories | accessories
- [esx] [player] new db accessor => firstName | first_name
- [esx] [player] new db accessor => isMale | is_male
- [esx] [player] new db accessor => lastName | last_name
- [esx] [inventory] new inventory => test
- [esx] [inventory] test saved => something
- [esx] [inventory] callbacks also
- Connecting: Andre
- Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
- [esx] [player] client connected => Andre (1|40a8242edcaf3659c603c931138f22bc8490c9e2)
- [MariaDB:10.4.17-MariaDB] [WARNING] [es_extended] [317ms] INSERT INTO users (accounts, identifier) VALUES (?, ?) : ["{\"black_money\":0,\"bank\":50000,\"money\":0}","40a8242edcaf3659c603c931138f22bc8490c9e2"]
- [esx] [player] loading Andre (1|40a8242edcaf3659c603c931138f22bc8490c9e2)
- Access denied for command add_principal.
- [esx] [player] loaded Andre (1|40a8242edcaf3659c603c931138f22bc8490c9e2)
- [esx] [player] Saved player "Andre"
- Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
- Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
Add Comment
Please, Sign In to add comment