23.06.2015, 20:42
Okay so i really didn't remember that there are many errors
for this

This error at lot of places with almost same code
pawn Код:
mysql_format(g_SQL, query, sizeof(query), "UPDATE players SET lastattacked=%s,speedoactive=%d,speedinkilometer=%d,skill=%d,vehiclesstolen=%d,gender=%d,fightstyle=%d WHERE id = %d LIMIT 1",
PlayerInfo[playerid][pLastAttacked],PlayerInfo[playerid][pSpeedoActive],PlayerInfo[playerid][pSpeedInKiloMeter],PlayerInfo[playerid][pSkill],PlayerInfo[playerid][pVehiclesStolen],PlayerInfo[playerid][pGender],PlayerInfo[playerid][pFightStyle],PlayerInfo[playerid][pID]);
mysql_tquery(g_SQL, query);

This error at lot of places with almost same code