Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: Cool on Sep 27, 2016, 01:14 PM

Title: deleteveh
Post by: Cool on Sep 27, 2016, 01:14 PM
hi i have a question how to make vehicle delete command to delete a specific veh i cant use its id because there is many vehicles of same id in different places as you see in database
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi68.tinypic.com%2Fk0gdo7.png&hash=d6a38b6d422f1544ac9984832241ce0d2898a96a)
Title: Re: deleteveh
Post by: Thijn on Sep 27, 2016, 03:20 PM
Create a new column that will hold the ID and make that the primary key.
Title: Re: deleteveh
Post by: Cool on Sep 27, 2016, 03:24 PM
Quote from: Thijn on Sep 27, 2016, 03:20 PMCreate a new column that will hold the ID and make that the primary key.
:P whats a idea Thanks i will keep this thread open maybe some errors occured
EDIT: Thanks @Thijn