HOW TO CREATE AN EVENT IN GROUP [MYSQL]
#1

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


Quote:

PHP код:
mysql_format(g_SQLquerysizeof(query), "CREATE EVENT `%e` ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL %s DO DELETE FROM `bans` WHERE `Username` = %e"GetName(playerid), timeGetName(playerid));
mysql_tquery(g_SQLquery); 
Can you help me?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)