PDA

View Full Version : New Major Update


jtp10181
10-03-2004, 18:52
******** WARNING ********

Anyone using vault saving, the old XP data will not load correctly with this new version. All XP will be reset to level 0 when a player connects.

Anyone using MySQL saving needs to add a new row to the table using the following SQL code. All your XP data will remain in tact.
ALTER TABLE `sh_savexp` ADD `HUDHELP` TINYINT( 1 ) UNSIGNED DEFAULT '1' NOT NULL AFTER `XP` ;

******** END WARNING ********

Also, ALL custom heroes should be re-compiled using the NEW include files. Some of the functions have changed and you may experience strange results if the heroes to not get these changes compiled into them.

Download AMXModX (http://forums.alliedmods.net/showthread.php?t=31012) | AMX (http://forums.alliedmods.net/showthread.php?t=30372)

grandpa_smurf
10-06-2004, 04:14
About the Vault saving method - can u make something so like it saves xp like it use too and/or like have a command sayin sv_vault 1 or 0 - 1 enables it n 0 disables it

Try ur best to do this cause many newbies dont know the MySQL saving method ( e.g me)..lol :)

Prowler
10-06-2004, 05:07
Great work JTP :)

Im a bit against the whole vault reset thing, perhaps it would be wise to include a version without the modified saving? of course perhaps leaving it like this would be better, forcing people to upgrade now, rather than problems later.

Chivas2973
10-06-2004, 11:34
About the Vault saving method - can u make something so like it saves xp like it use too and/or like have a command sayin sv_vault 1 or 0 - 1 enables it n 0 disables it

Try ur best to do this cause many newbies dont know the MySQL saving method ( e.g me)..lol :)

I believe it still saves by vault as well as mysql, just the old data was not efficient so he changed it

PS, Great job as always jtp