View Single Post
chunXray
Member
Join Date: Jul 2009
Old 01-28-2010 , 23:55   Re: [L4D & L4D2] Custom Player Stats v1.4B46
Reply With Quote #96

Quote:
Originally Posted by muukis View Post
Read THIS.

Edit: Try the attached script and tell me if it works for you?
THANKS FOR THAT, it works

however, i got this warning after create timedmaps table
Code:
Duplicate column name 'difficulty'
updatetable.php #996
Code:
$alter_maps = "ALTER TABLE `timedmaps` ADD COLUMN `difficulty` INT(1) UNSIGNED NOT NULL;";
if (mysql_query($alter_maps)) echo "<font color=\"darkgreen\">Timed Maps table altered successfully!</font><br />\n"; else echo "<font color=\"darkred\">" . mysql_error() . "</font><br />\n";
chunXray is offline