Can anyone help me please??
What errors are you encountering?
i have problem with the mysql
Duplicate of: Error: Empty mysql_connection_string detected
Add this convar to your server configuration and change the values according to your MySQL installation:
set mysql_connection_string “server=localhost;uid=mysqluser;password=password;database=fivem”
Alternatively use an url-like connection string:
set mysql_connection_string “mysql://username:password@host/database”
Can you send me an async , es plugin sql link?