Raised This Month: $ Target: $400
 0% 

amxxpc.exe keep on compiling without compiling the output file(?)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Rirre
Veteran Member
Join Date: Nov 2006
Old 06-12-2014 , 09:23   Re: amxxpc.exe keep on compiling without compiling the output file(?)
Reply With Quote #3

Quote:
Originally Posted by YamiKaitou View Post
I recall a previous discussion on the same thing and I think it had to do with the line being too long. Try breaking it up into multiple formatex calls
Do not work either :/
Code:
        new pos;         pos += formatex( g_Cache[pos], charsmax(g_Cache)-pos-1, 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 );         pos += formatex( g_Cache[pos], charsmax(g_Cache)-pos-1, "SET `lastUpdated`=now()" );

My only option is to do this then?
Code:
    new g_Cache2[1024]; // update lastUpdated     formatex( g_Cache2, 1023, "UPDATE %s SET `lastUpdated`=now()", sql_table );

Last edited by Rirre; 06-12-2014 at 09:46.
Rirre is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode