Command ERROR [+REP]
#1

pawn Код:
new query[128];
    //--------------------------------------------------------------------------
    if(AccInfo[playerid][LoggedIn] == 1)
    {
        SavePlayerStats(playerid);
        mysql_format(mysql, query, sizeof(query), "UPDATE `Gangs` SET `gKills`=%d, `gDeaths`=%d, `gPoints`=%d, `gRank`=%d, 'gColor'=%d, 'gWeapon1'=%d, 'gWeapon2'=%d,'gWeapon3'=%d,'gWeapon4'=%d, 'gWeapon5'=%d, 'gWeapon6'=%d, 'gposX'=%f, 'gposY'=%f, 'gposZ'=%f, 'gSkinLeader'=%d, 'gSkinMember'=%d WHERE `GangID`=%d",\
        gInfo[playerid][gKills], gInfo[playerid][gDeaths], gInfo[playerid][gPoints], gInfo[playerid][gRank], gInfo[playerid][gColor], gInfo[playerid][gWeapon1], gInfo[playerid][gWeapon2], gInfo[playerid][gWeapon3], gInfo[playerid][gWeapon4], gInfo[playerid][gWeapon5], gInfo[playerid][gWeapon6], gInfo[playerid][gposX], gInfo[playerid][gposY], gInfo[playerid][gposZ], gInfo[playerid][gID]);
        mysql_tquery(mysql, query, "", "");
    }
ERROR :
pawn Код:
error 075: input line too long (after substitutions)
I know what is the problem but idk what to do to repair this
Reply


Messages In This Thread
Command ERROR [+REP] - by Ady_Ro - 11.07.2014, 14:41
Re: Command ERROR [+REP] - by Ady_Ro - 11.07.2014, 15:55
Re: Command ERROR [+REP] - by BroZeus - 11.07.2014, 16:11
Re : Command ERROR [+REP] - by S4t3K - 11.07.2014, 16:16
Re: Command ERROR [+REP] - by Ady_Ro - 11.07.2014, 16:32
Re : Command ERROR [+REP] - by S4t3K - 11.07.2014, 16:36
Re: Command ERROR [+REP] - by Ady_Ro - 11.07.2014, 17:02
Re: Command ERROR [+REP] - by MehranGta - 11.07.2014, 17:40

Forum Jump:


Users browsing this thread: 3 Guest(s)