TTmod mariaDB commands
Posted: 29 Apr 2018, 01:14
How do I add a request to execute a command in a trigger in the database?
INSERT INTO nyu_rcon_queue (command) VALUES (CONCAT("ch_",new.OwnerID,".player.changeAlignment(1);"));
Right or wrong?
INSERT INTO nyu_rcon_queue (command) VALUES (CONCAT("ch_",new.OwnerID,".player.changeAlignment(1);"));
Right or wrong?