23.07.2016, 21:28
After updating my MySQL to the latest version which is R39-5. After compiling my gamemode, it shows more than 20 errors [argument type mismatch (argument 1)]
Here are the samples of the lines with errors
Can you please give my an idea how to fix these errors?
Thanks!
Here are the samples of the lines with errors
Quote:
mysql_query( gsQuery, THREAD_CHECK_ACCOUNT_USERNAME, playerid ); mysql_query( gsQuery, THREAD_CHECK_ACHEIVEMENTS, playerid ); mysql_query( gsQuery, THREAD_PLAYER_CheckLogin, playerid ); mysql_query( gsQuery, THREAD_CHECK_BANS_LIST, playerid ); |
Thanks!