#GARAGE SCRIPT

1 messages · Page 1 of 1 (latest)

bold crystal
#

Sql issue

#

Run the sql for script

lusty briar
#

what should I write in sql?

bold crystal
#

Run the sql it came with

lusty briar
#

i run sql

#

and now?

bold crystal
#

Yeh restart server after you run the sql from the script

#

Should be fine after that’s

lusty briar
#

Table 's62353_qbcore.user_vehicles' doesn't exist What should I write on the table?

bold crystal
#

Make it then and run it in the sql

lusty briar
#

but what should I write in the table?

charred tulip
#

5:31:49 [ script:rhd_garage] Table 's62353_qbcore.user_vehicles' doesn't exist

lusty briar
#

yes how i create this like what should I write in the table

tired violet
# lusty briar yes how i create this like what should I write in the table
CREATE TABLE IF NOT EXISTS `user_vehicles` (
  `identifier` varchar(46) DEFAULT NULL,
  `owner_name` longtext DEFAULT NULL,
  `label` longtext DEFAULT NULL,
  `model` varchar(50) NOT NULL DEFAULT '',
  `plate` longtext NOT NULL,
  `fakeplate` longtext DEFAULT NULL,
  `garage` longtext DEFAULT 'Motel Parking',
  `state` int(11) DEFAULT 0,
  `fuel` float DEFAULT 100,
  `engine` float DEFAULT 1000,
  `body` float DEFAULT 1000,
  `properties` longtext NOT NULL,
  `deformation` longtext DEFAULT NULL,
  `logs` longtext NULL DEFAULT '[]',
  UNIQUE KEY `Index 2` (`plate`(100)),
  KEY `Index 1` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
#

Run this sql in a query.

#

in heidisql

#

or wtv u use.

lusty briar
#

i do

tired violet
#

What do u mean "i do". If u run that sql then restart the server it should work.

lusty briar
#

Well, it doesn't say anything in the console anymore, but I can't put the car in the garage. It normally gets out of the car when I press the button that says I want to put it in the garage, but the car doesn't disappear.

tired violet
#

Do you own the car? any other errors? what happens after? show a preview?

lusty briar
#

yes I own the car I can send you a video

tired violet
#

Send it hosted on a streaming service like streamable.

charred tulip
#

show the f8 and the server console

lusty briar
charred tulip
#

server?

lusty briar
#

SERVER ID: 81ac6305

charred tulip
#

no, server console

lusty briar
#

where i can see?

exotic otter
#

txadmin

lusty briar
#

with garage system nothing say

charred tulip
#

when you press e to save the vehicle something need to appear on that console

lusty briar
#

nothing really, when I tried it nothing showed up

#

maybe try another garage script

charred tulip
#

so in this case open a github ticket in that resource

lusty briar
#

i dont see github

charred tulip
#

so where you've downloaded that script

lusty briar
#

okey i go do it

wanton ferry
#

where did u download the script from?