29.11.2011, 21:20
Wow, thanks for all the help guys - /oban now works fine.
Butt, i've now tried making /omute, i thought i wouldn't have any problems - i was wrong:
Error:
Thanks, if your able to help!
I have, new IsMutedOrNot;
:S.
Butt, i've now tried making /omute, i thought i wouldn't have any problems - i was wrong:
pawn Code:
format(checkquery, sizeof(checkquery), "SELECT `muted` FROM `users` WHERE `username` = '%s'", OBanName);
mysql_query(checkquery);
mysql_store_result();
mysql_retrieve_row();
mysql_get_field("muted", IsMutedOrNot); --- Error line ----
mysql_free_result();
Code:
error 035: argument type mismatch (argument 1)
I have, new IsMutedOrNot;
:S.