Hello, iam having problems with ammo save. Here is log from debug.
Code:
L 11/22/2009 - 20:44:05: [zp_web_stats.amxx] [ZP] Stats: The server is connected to the database!
L 11/22/2009 - 20:44:06: [admin.amxx] Login: "9evill<1><STEAM_ID_LAN><>" became an admin (account "192.168.1.2") (access "abcdefghijklmnopqrtu") (address "192.168.1.2")
L 11/22/2009 - 20:44:06: [zp_web_stats.amxx] [ZP] Stats Debug: client 1 autorized (Name 9evill, IP 192.168.1.2, Steam ID STEAM_ID_LAN)
L 11/22/2009 - 20:44:06: [zp_web_stats.amxx] [ZP] Stats Debug: client 9evill 1 Query Handler (ammo 410, class 1, server , db id 1)
L 11/22/2009 - 20:44:11: [zp_web_stats.amxx] [ZP] Stats Debug: client 9evill 1 put in server (DB id 1)
L 11/22/2009 - 20:47:29: [zp_web_stats.amxx] [ZP] Stats Debug: client 9evill - 1 disconnect, ammo 10
Here is cvars:
Code:
6] zp_stats_allow_hp 1 zp_web_stats.am
[ 7] zp_stats_allow_me 1 zp_web_stats.am
[ 8] zp_stats_show_hit 1 zp_web_stats.am
[ 9] zp_stats_max_inactive_d 5 zp_web_stats.am
[ 10] zp_stats_min_ammo 100 zp_web_stats.am
[ 11] zp_stats_min_online 240 zp_web_stats.am
[ 12] zp_stats_store_class 1 zp_web_stats.am
[ 13] zp_stats_store_ammo 1 zp_web_stats.am
[ 14] zp_stats_limit_ammo 0 zp_web_stats.am
[ 15] zp_stats_show_adv 1 zp_web_stats.am
[ 16] zp_stats_adv_time 120.0 zp_web_stats.am
[ 17] zp_stats_show_best_play 1 zp_web_stats.am
[ 18] zp_stats_show_rank_on_r 1 zp_web_stats.am
[ 19] zp_stats_auth_type 3 zp_web_stats.am
[ 20] zp_stats_ignore_nick [unreg] zp_web_stats.am
Its seems what plugins corectly read my ammo packs, but dont set them on connect. And of course on disconnect plugin sets it back to 10 (default ammo)
It is the same with ip, name and steamid/ip authorization.