Hi there,
im trying to insert playernames into a database which works out pretty fine, im using this:
local query = executeSQLQuery("INSERT INTO `usergroups`(`accountname`) VALUES (?)", username)
But i need it to insert "[[]]" in a second row in order to work, how would i manage to fix this?
~Striker