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)
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)