18.12.2018, 13:19
I have several groups for different events. There are VIP and PlayerBans.
I know how to create events outside the group, but I don't know how to make them in groups.
Here are some screenshots and the code
Can you help me?
I know how to create events outside the group, but I don't know how to make them in groups.
Here are some screenshots and the code
Quote:
|
PHP код:
mysql_format(g_SQL, query, sizeof(query), "CREATE EVENT `%e` ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL %s DO DELETE FROM `bans` WHERE `Username` = %e", GetName(playerid), time, GetName(playerid));
mysql_tquery(g_SQL, query);