Code:
#define QUERY_UPDATE_SKILLS "INSERT INTO %s (uniqueid) VALUES ('%s') ON DUPLICATE KEY UPDATE authid ='%s',ip='%s',nick='%s',xp='%d',playerlevel='%d',skillpoints='%d',medals='%d',health='%d',armor='%d',rhealth='%d',rarmor='%d',rammo='%d',gravity='%d',speed='%d',dist='%d',dodge='%d SET `lastUpdated`=now()'"
new c_Cache[1024];
formatex( g_Cache, 1023, QUERY_UPDATE_SKILLS, sql_table, nickname, authid, ip, nickname, xp[id], playerlevel[id], skillpoints[id], medals[id], health[id], armor[id], rhealth[id], rarmor[id], rammo[id], gravity[id], speed[id], dist[id], dodge[id], where_statement );
It just continue trying to compile the plugin without finishing it, while amxxpc.exe consuming from 12-13% of the processor constantly.