MySQL version: 5.0.45-community-nt
Plugin really dont know what version: I found in first line under comment this: Climb v2.0a4 and in 272 line this: #define VERSION "a3.6.19 Oct 08 04:41 MST"
amxx version: 1.8.0
And I running server on Windows
EDIT:
I download Climb nightly 2a3.6.19, and same. Set these cvars:
Quote:
register_cvar( "climb_save", "1" )
register_cvar( "climb_db_type", "mysql" )
register_cvar( "climb_db_host", "localhost" )
register_cvar( "climb_db_user", "climb" )
register_cvar( "climb_db_pass", "climb", FCVAR_PROTECTED )
register_cvar( "climb_db_name", "climb" )
register_cvar( "climb_db_prefix", "climb_" )
register_cvar( "climb_db_serverid", "" )
register_cvar( "climb_db_exists", "1" )
|
If in Db there is no records, first record add normal, but if me try to climb map again, I get this error:
Quote:
|
[climb.amxx] Climb: Query failed: Duplicate entry '1-kz_jumprun' for key 2
|
About amxx scripting i dont know anything, but I think that yuo get/set scores by Steam ID? Then one friend finish map with Steam there was no errors and record him to DB. I dont have Steam so in steam_id me and my friends who dont have Steam write this: STEAM_ID_LAN Maybe thats why Db always rewrite.