usr2485819
Snail-
Posts
20 -
Joined
usr2485819's Achievements
Newbie (1/17)
1
Reputation
-
HandjesRP started following usr2485819
-
-
Try dropping the table like so DROP TABLE `gksphone_settings` or just click the drop icon in your database then redo ##################################################################################### CREATE TABLE `gksphone_settings` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `identifier` LONGTEXT NOT NULL COLLATE 'utf8mb4_general_ci', `crypto` LONGTEXT NOT NULL DEFAULT '{}' COLLATE 'utf8mb4_general_ci', `phone_number` VARCHAR(50) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci', `avatar_url` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci', PRIMARY KEY (`id`) USING BTREE ) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB AUTO_INCREMENT=0 ; #####################################################################################
-
-
-
This tends to happen when something wasn't installed correctly into your database, this specific information will be stored in the "gksphone_settings" tab in your data base if you do not have this tab you can add the code I provided below or reinstall the .sql ##################################################################################### CREATE TABLE `gksphone_settings` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `identifier` LONGTEXT NOT NULL COLLATE 'utf8mb4_general_ci', `crypto` LONGTEXT NOT NULL DEFAULT '{}' COLLATE 'utf8mb4_general_ci', `phone_number` VARCHAR(50) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci', `avatar_url` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci', PRIMARY KEY (`id`) USING BTREE ) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB AUTO_INCREMENT=0 ; #####################################################################################
-
-
-
This error is what's preventing Youtube and the Music from working, I've looked through the code in build.js and buildv.js but having a hard time spotting errors that would prevent it from working. Take a look at the error and maybe someone else can find the issue before I can Error Log: [ c-scripting-core] Creating script environments for gksphone [ script:gksphone] ------------------------------------------------------------------------- [ script:gksphone] [DECRYPTER] Phone finished loading! | https://discoDZ9JtpYj9hrd/ [ script:gksphone] ------------------------------------------------------------------------- [ script:gksphone] Error loading script html/js/build.js in resource gksphone: TypeError: Cannot read properties of undefined (reading 'webpackJsonp') [ script:gksphone] stack: [ script:gksphone] TypeError: Cannot read properties of undefined (reading 'webpackJsonp') [ script:gksphone] at @gksphone/html/js/build.js:2525:38 [ script:gksphone] at @gksphone/html/js/build.js:2536:3 [ c-scripting-core] Failed to load script html/js/build.js. [ script:gksphone] Error loading script html/js/buildv.js in resource gksphone: ReferenceError: window is not defined [ script:gksphone] stack: [ script:gksphone] ReferenceError: window is not defined [ script:gksphone] at @gksphone/html/js/buildv.js:1:1
-
-
So it should look like this ----------------------------------------------------- "RaceIdentifier" : { "0": "ec11447k6338615b0124k6d3f8ck08a764576d99" }, And this is how it should look if you decide to add more people to the race editor permissions "RaceIdentifier" : { "0": "ec11447k6338615b0124k6d3f8ck08a764576d99", "1": "ec11447k6338615b0124k6d3f8ck08a764576d99" }, -------------------------------------------------- Hopefully this solves your issues. I will be looking into the Youtube and Music apps when I have time If anyone has other scripts that you might need me to look at send me an IM.
-
So I just looked into the races and got it working. First make sure you have properly installed your esx_lapraces SQL in your database. Now go to [GKS Phone]>gksphone>html>static>config and open "config.json" inside config.js on line 13 you should see "RaceIdentifier" : { "0": " (CID - Citizien ID) " }, You need to add "your" Citizen ID from your database or any other players ID that you want capable of making races.
-
-
-
