addEventHandler ( "onResourceStart", resourceRoot,
function ( )
if dbConnect( "sqlite", "file.db" ) then
outputDebugString ( "Successfully connected to file.db" )
else
outputDebugString ( "Failed to connect to file.db", 3 )
end
end
)
Do you think this is problem? Tell me why.
As far as I know in scripts can not be used "" I've never seen a mta script that uses the ";".
Doesn't matter it'll work anyways .