BluntZ Posted August 10, 2015 Share Posted August 10, 2015 Hello People, I tried to install IVSE but it is giving me error , Any Help please Link to comment
KariiiM Posted August 11, 2015 Share Posted August 11, 2015 That's because something is broken in the table. If the script complied you can't edit it Link to comment
BluntZ Posted August 11, 2015 Author Share Posted August 11, 2015 Script is not compiled , Can you help me to fix it ? Link to comment
KariiiM Posted August 11, 2015 Share Posted August 11, 2015 (edited) it's this one? https://community.multitheftauto.com/in ... s&id=10589 Edited August 11, 2015 by Guest Link to comment
BluntZ Posted August 11, 2015 Author Share Posted August 11, 2015 Oh .. This is code of Confi --[[ Copyright 2013 - Mr.gSub Licence: This script is made by Mr.gSub Selling or redestributing this script is strictly prohibited! By reading this script you automatically agree with this very simple and fair policy which shows some respect for the author. --]] -- DEVELOPERS SECTION START -- mysql = {} -- Ignore this, don't delete it. --[[ Events: 'IVSE.spawnSelectedVehicle' -- Create a vehicle from the GUI 'IVSE.handleCreateMarker' -- Create a marker 'IVSE.handleDeleteMarker' -- Delete a marker 'IVSE.updateMarkerData' -- Update a marker 'IVSE.loadMarkerData' -- When you double-click to load data 'IVSE.loadMarkers' -- Create the makers 'IVSE.loadFromDB' -- Load all makers from the database ]] -- DEVELOPERS SECTION END -- --[[ Database Config ]] useSQLiteDatabase = false -- if this is false, you need to enter MySQL Details mysql.username = "" -- MySQL username mysql.password = "" -- MySQL user password mysql.port = 3306 -- Default Port mysql.host = "Hidden" -- MySQL Host mysql.database = "Hidden" -- MySQL Database name --[[ General Config ]] groupVar = "Group" -- Depending on your group system, getElementData (), ex. 'Group', or 'Gang' jobVar = "Job" -- Depending on your job system, getElementData (), ex. 'Occupation' GlobalMarkerColour = false -- if this is false, marker colour will be the vehicle colour. --[[ Text Strings]] destroyedVehicleOutput = 'Thank you for keeping things clean.' -- Once you destroy your vehicle, using /dv spawnerGUITitle = "- IVSE -" -- Spawner GUI title allowedACLGroup = 'Base Manager' -- Wich ACL group can access the main GUI vehicleIDs = { -- Vehicles {"AT-400"}, {"Admiral"}, {"Alpha"}, {"Ambulance"}, {"Andromada"}, {"BF Injection"}, {"BF-400"}, {"BMX"}, {"Baggage"}, {"Bandito"}, {"Banshee"}, {"Barracks"}, {"Beagle"}, {"Benson"}, {"Berkley's RC Van"}, {"Bike"}, {"Blade"}, {"Blista Compact"}, {"Bloodring Banger"}, {"Bobcat"}, {"Box Freight"}, {"Boxville"}, {"Boxville Mission"}, {"Bravura"}, {"Broadway"}, {"Buccaneer"}, {"Buffalo"}, {"Bullet"}, {"Burrito"}, {"Bus"}, {"Cabbie"}, {"Caddy"}, {"Cadrona"}, {"Camper"}, {"Cargobob"}, {"Cement Truck"}, {"Cheetah"}, {"Clover"}, {"Club"}, {"Coach"}, {"Coastguard"}, {"Combine Harvester"}, {"Comet"}, {"Cropduster"}, {"DFT-30"}, {"Dinghy"}, {"Dodo"}, {"Dozer"}, {"Dumper"}, {"Dune"}, {"Elegant"}, {"Elegy"}, {"Emperor"}, {"Enforcer"}, {"Esperanto"}, {"Euros"}, {"FBI Rancher"}, {"FBI Truck"}, {"FCR-900"}, {"Faggio"}, {"Feltzer"}, {"Fire Truck"}, {"Fire Truck Ladder"}, {"Flash"}, {"Flatbed"}, {"Forklift"}, {"Fortune"}, {"Freeway"}, {"Freight"}, {"Freight Train Flatbed"}, {"Glendale"}, {"Glendale Damaged"}, {"Greenwood"}, {"HPV1000"}, {"Hermes"}, {"Hotdog"}, {"Hotknife"}, {"Hotring Racer"}, {"Hotring Racer 2"}, {"Hotring Racer 3"}, {"Hunter"}, {"Huntley"}, {"Hustler"}, {"Hydra"}, {"Infernus"}, {"Intruder"}, {"Jester"}, {"Jetmax"}, {"Journey"}, {"Kart"}, {"Landstalker"}, {"Launch"}, {"Leviathan"}, {"Linerunner"}, {"Majestic"}, {"Manana"}, {"Marquis"}, {"Maverick"}, {"Merit"}, {"Mesa"}, {"Monster 1"}, {"Monster 2"}, {"Monster 3"}, {"Moonbeam"}, {"Mountain Bike"}, {"Mower"}, {"Mr. Whoopee"}, {"Mule"}, {"NRG-500"}, {"Nebula"}, {"Nevada"}, {"News Chopper"}, {"Newsvan"}, {"Oceanic"}, {"PCJ-600"}, {"Packer"}, {"Patriot"}, {"Perennial"}, {"Phoenix"}, {"Picador"}, {"Pizzaboy"}, {"Police LS"}, {"Police LV"}, {"Police Maverick"}, {"Police Ranger"}, {"Police SF"}, {"Pony"}, {"Predator"}, {"Premier"}, {"Previon"}, {"Primo"}, {"Quadbike"}, {"RC Bandit"}, {"RC Baron"}, {"RC Cam"}, {"RC Goblin"}, {"RC Raider"}, {"RC Tiger"}, {"Raindance"}, {"Rancher"}, {"Rancher Lure"}, {"Reefer"}, {"Regina"}, {"Remington"}, {"Rhino"}, {"Roadtrain"}, {"Romero"}, {"Rumpo"}, {"Rustler"}, {"S.W.A.T."}, {"Sabre"}, {"Sadler"}, {"Sadler"}, {"Sanchez"}, {"Sandking"}, {"Savanna"}, {"Seasparrow"}, {"Securicar"}, {"Sentinel"}, {"Shamal"}, {"Skimmer"}, {"Slamvan"}, {"Solair"}, {"Sparrow"}, {"Speeder"}, {"Squalo"}, {"Stafford"}, {"Stallion"}, {"Stratum"}, {"Streak"}, {"Streak Train Trailer"}, {"Stretch"}, {"Stuntplane"}, {"Sultan"}, {"Sunrise"}, {"Super GT"}, {"Sweeper"}, {"Tahoma"}, {"Tampa"}, {"Tanker"}, {"Taxi"}, {"Tornado"}, {"Towtruck"}, {"Tractor"}, {"Tram"}, {"Trashmaster"}, {"Tropic"}, {"Tug"}, {"Turismo"}, {"Uranus"}, {"Utility Van"}, {"Vincent"}, {"Virgo"}, {"Voodoo"}, {"Vortex"}, {"Walton"}, {"Washington"}, {"Wayfarer"}, {"Willard"}, {"Windsor"}, {"Yankee"}, {"Yosemite"}, {"ZR-350"} } Link to comment
KariiiM Posted August 11, 2015 Share Posted August 11, 2015 lol it's just for settings Link to comment
BluntZ Posted August 11, 2015 Author Share Posted August 11, 2015 The problem is in MYSQL , it is givnig me error that Table doesn't exist 'VehicleMarkers' How to import table in mysql ? Link to comment
darhal Posted August 11, 2015 Share Posted August 11, 2015 Report it to author since the entire code is compiled we can't do anything .. Link to comment
BluntZ Posted August 11, 2015 Author Share Posted August 11, 2015 The Author is Sleeping , He is not even Replying Link to comment
KariiiM Posted August 12, 2015 Share Posted August 12, 2015 (edited) Only author who know his code more than anyone else, since he who compiled it Edited April 28, 2016 by Guest Link to comment
AJXB Posted April 28, 2016 Share Posted April 28, 2016 I'm the author, and I already explained this before Please read here: https://community.multitheftauto.com/in ... s&id=10589 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now