下载放入resources文件夹内,然后将文件夹内的esplugin_mysql.sql导入到你的数据库,然后再打开您的server.cfg文件,在set mysql_connection_string 下面的一行添加set es_enableCustomData 1例子:set mysql_connection_string "server=localhost;uid=mysqluser;password=password;database=fivem"set es_enableCustomData 1...
--- query: SQL string with @params notation vRP.prepare(name, query) -- execute a query --- name: unique name of the query --- params: map of parameters --- mode: default is "query" --- "query": should return rows (list of map of field => value), affected--- "execute": ...