View Single Post
xd346
Junior Member
Join Date: Aug 2019
Old 08-27-2019 , 11:52   Re: Need help with sql and amxx.
Reply With Quote #20

Quote:
Originally Posted by JocAnis View Post
ok, do you have your sql file in amxmodx/data/sqlite3/ ?

if not, try with:

g_SqlTuple = SQL_MakeDbTuple(Host,User,Pass,Db)
->
g_SqlTuple = SQL_MakeDbTuple( "", "", "", "esf_data" )

if that also doesnt help, im out
I have a esf_data.sq3 file in there.
xd346 is offline