19.09.2016, 13:19
hey guys i have those error's in my mysql_log
and here are the errors in pawno
and here is a mysql_format from my original gamemode
is different but how should i edit to work
i did this should work ? i am not getting error's but i still could send complaints etc... ?
Код HTML:
[16:09:55 09/19/16] [ERROR] mysql_format - destination size is too small [16:09:55 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") [16:09:55 09/19/16] [WARNING] cache_get_row_count - no active cache [16:09:55 09/19/16] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0') [16:10:00 09/19/16] [ERROR] mysql_format - destination size is too small [16:10:00 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") [16:10:00 09/19/16] [WARNING] cache_get_row_count - no active cache [16:10:00 09/19/16] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0') [16:10:05 09/19/16] [ERROR] mysql_format - destination size is too small [16:10:05 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") [16:10:05 09/19/16] [WARNING] cache_get_row_count - no active cache [16:10:05 09/19/16] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
Код HTML:
cache_get_field_content(i, "playername", playername, handle, sizeof(playername)); cache_get_field_content(i, "givername", givername, handle, sizeof(givername)); cache_get_field_content(i, "reason", reason, handle, sizeof(reason));
Код HTML:
cache_get_field_content(i, "Name", iResult); format(query, 32, iResult);
i did this should work ? i am not getting error's but i still could send complaints etc... ?
Код HTML:
cache_get_field_content(i, "playername", playername); format(gQuery, 32, playername); cache_get_field_content(i, "givername", playername); format(gQuery, 32, givername); cache_get_field_content(i, "reason", reason); format(gQuery, 1000, reason);