HLstatsX ContentsSearchHelpspacer.gif
spacer.gif
   Jigglypuff's Jigglyrooms: HLstatsX: HLstatsX: Pirates, Vikings, and Knights: Weapon Statistics

  Sections

Servers spacer.gif Chat spacer.gif Players spacer.gif Clans spacer.gif CountryClans spacer.gif Awards spacer.gif Weapons spacer.gif Maps
ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* 100 AS kpercent, headshots, headshots / kills AS hpk' at line 4

Last SQL Query:


        SELECT
            code as weapon,
            kills,
            kills /  * 100 AS kpercent,
            headshots,
            headshots / kills AS hpk,
            headshots /  * 100 AS hpercent,
            modifier
        FROM
            hlstats_Weapons
        WHERE
            game='pvkii'
            AND kills > 0  
        GROUP BY
            weaponId
        ORDER BY
            kills desc,
            weapon desc