Posts: 1,648
Threads: 482
Joined: Jun 2010
Hello, Okay, I was wondering how I would add License plates to vehicles in the script, however, I could do this if it wasnt for the MySQL. I want to know how to, that way I can learn so dont go, learn other stuff etc. I've learned alot already. How do I add it so I can edit the specific vehicles plate in the database?
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
As you store vehicles into the database, depending on your system it may be a good idea to link "database vehicle ID's" to the in-game vehicle ID's. This way, you can do such a thing as change the specific plate characters for the vehicle ID in the database and also in-game. Make sense?
Posts: 1,648
Threads: 482
Joined: Jun 2010
I understand, but actually doing that is the problem.