Posts: 773
Threads: 309
Joined: Aug 2011
Reputation:
0
Hey guys is possible to connect to DB from a FS ?
if yes , how
if now , thx
Posts: 1,076
Threads: 70
Joined: Jul 2016
Reputation:
0
Yes, connect to the DB from OnFilterScriptInIt same as you'll do in a gamemode
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
As far as I'm aware opening multiple connections should work. But you can also "export" the connection handle from the gamemode so you can use the same connection. There are multiple ways to do this. You can use SVars or properties or CallRemoteFunction.
Posts: 773
Threads: 309
Joined: Aug 2011
Reputation:
0
OK, thx all of you all your info's helped me.