10.03.2015, 16:52
Hello I've got abit of a problemi tried making a command which gets tied to my database but it keeps on giving me a error btw im using BUDS
error 035: argument type mismatch (argument 1)
this is the line before the line above
error 035: argument type mismatch (argument 1)
Код:
Result = db_query(Query, Database);
Код:
format(Query, sizeof(Query), "SELECT NULL FROM users WHERE username = '%s' LIMIT 0, 1", DB_Escape(new_name));