Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: NicusorN5 on May 01, 2016, 09:07 AM

Title: How to use MySQL functions?
Post by: NicusorN5 on May 01, 2016, 09:07 AM
How to use MySQL .I looked for them in the wiki but i found nothing.Can u give me the syntax?











Title: Re: How to use MySQL functions?
Post by: DizzasTeR on May 01, 2016, 09:23 AM
This topic has all the functions along with parameters. I will try to fill all the mysql functions on wiki today.

http://forum.vc-mp.org/?topic=444.0
Title: Re: How to use MySQL functions?
Post by: KAKAN on May 01, 2016, 12:54 PM
Quote from: Doom_Kill3R on May 01, 2016, 09:23 AMThis topic has all the functions along with parameters. I will try to fill all the mysql functions on wiki today.

http://forum.vc-mp.org/?topic=444.0
I think I have filled almost all of them. And also, I think he can't host a MySQL server, not how to use the functions :D
Title: Re: How to use MySQL functions?
Post by: DizzasTeR on May 01, 2016, 01:58 PM
Have you even checked that topic @KAKAN? Its the MySQL setup tutorial.
Title: Re: How to use MySQL functions?
Post by: NicusorN5 on May 02, 2016, 04:36 PM
Aww, i need to host other server.? >:( I better use things like System.IO
Title: Re: How to use MySQL functions?
Post by: Thijn on May 02, 2016, 04:37 PM
Quote from: NicusorN5 on May 02, 2016, 04:36 PMAww, i need to host other server.? >:( I better use things like System.IO
What?
Title: Re: How to use MySQL functions?
Post by: KAKAN on May 02, 2016, 04:59 PM
Quote from: NicusorN5 on May 02, 2016, 04:36 PMAww, i need to host other server.? >:( I better use things like System.IO
off: That .IO thing reminds me of Node.JS, I'm still developing apps with it :D
Title: Re: How to use MySQL functions?
Post by: NicusorN5 on May 04, 2016, 10:39 AM
ex:
System.IO.WriteAllLines(path,data);
System.IO.ReadAllLines(path,unicode);