12.04.2015, 22:47
Hello I get this error on these lines im not really sure whats wrong with it though
I tried putting szQuery instead of pBanned and vice versa but it still didnt work.
Код:
error 035: argument type mismatch (argument 1)
Код:
format(szQuery, sizeof(szQuery), "DELETE FROM bans WHERE name = '%s'", DB_Escape(params)); db_free_result(db_query(szQuery, pBanned));