MySQL Un Ban ?
#1

Hello, I want to remove the ban of the player. How Can I do this. I'm using version MySQL: R39-5
Reply
#2

Код:
DELETE FROM Accounts WHERE Username = '';
Reply
#3

I want to make in this style. How Can I do that ?

Код:
new query[128];
mysql_format(g_SQL, query, sizeof(query), "UPDATE `oyuncuData` SET `BanDeger` = '0' WHERE `Isim` = '%e' LIMIT 1", nick);
mysql_tquery(g_SQL, query);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)