15.02.2012, 09:09
try this
Code:
format(query, sizeof(query), "UPDATE oweo_compte SET Level='%d', Bankcash='%d', Cash='%d', Adminlevel='%d', Army='%d', CIA='%d', LeaderGroove='%d', Groove='%d', LeaderBallas='%d', Ballas='%d', RegularPlayer='%d', DrugHouseOwner='%d', OttoOwner='%d', TSkill='%d', RobSkill='%d', HasPackC4='%d', HasPackRope='%d', SavedWantedLevel='%d', SavedJailTime='%d' WHERE compte='%s'", score, CompteBanque, money, AdmLevel, Army, CIA, Lgroove, groove, Lballas, ballas, Regular, Drug, Otto, Skill, RSkill, C4, Rope, Pmoney, Wanted, Jail, pname);