mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2026-07-28 10:40:36 +00:00
Update README.md [skip ci]
This commit is contained in:
@@ -226,7 +226,7 @@ You can access a mysql database using the following functions:
|
||||
{
|
||||
// call mysql::set_config
|
||||
|
||||
query = mysql::execute("select * from `players` where guid=1");
|
||||
query = mysql::query("select * from `players` where guid=1");
|
||||
query waittill("done", result);
|
||||
if (result.size > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user