04.09.2024
Updates
SQL Query
ALTER TABLE tgiann_hotwire_vehiclekeys ADD COLUMN ignition INT(11) NULL DEFAULT '0';modified: client/migrate.lua
modified: server/keys.lua
modified: server/main.luaLast updated
Removed OnceSetKeyInIgnition exports
Added CheckKeyInIgnitionWhenSpawn exports
If the vehicle's key is in the ignition when the vehicle is stored in the garage, and you trigger this export when retrieving the vehicle, it will put the key back in the ignition
ALTER TABLE tgiann_hotwire_vehiclekeys ADD COLUMN ignition INT(11) NULL DEFAULT '0';modified: client/migrate.lua
modified: server/keys.lua
modified: server/main.luaLast updated