First off, i dont know how or have a MySQL Thingy set up on my darkrp server i also dont know how to make MySQL Tables and finaly if i do set them up how would i make it so it stores a players vechiles?
Thanks
Well if you have no mysql thingy set up it'll be difficult, download it here:
[url]http://facepunch.com/showthread.php?t=1357773[/url]
then you need to write Lua to set it up, if you have no knowledge about Lua or coding in general you need to learn it.
The examples in the link contains everything you need to know to connect to your database, save a table(containing player vehicles), and retrieve it again.
The easiest way to make a table in the database would probably be to run the sql([url]http://www.w3schools.com/sql/sql_create_table.asp[/url]) or use something like phpmyadmin/navicat. But you should start by learning to code, [url]http://www.lua.org/start.html[/url] [url]https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index7a06.html[/url]
Sorry, you need to Log In to post a reply to this thread.