mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 13:03:20 +00:00
update some plugins
This commit is contained in:
parent
8bcffc9e1e
commit
788981e7f9
9 changed files with 61 additions and 22 deletions
|
@ -168,7 +168,7 @@ public void DB_OnConnectCheck(Database db, DBResultSet results, const char[] err
|
|||
else
|
||||
KickClient(client, "You have been banned from this server.");
|
||||
|
||||
char query[64];
|
||||
char query[128];
|
||||
Format(query, sizeof(query), "UPDATE bans SET times_tried=times_tried+1 WHERE steamid = ?", steamid);
|
||||
db.Query(DB_OnBanQuery, query);
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue