Quote:
Originally Posted by Shockey HD
Those Team Loaded messages are from Console.
And I did this -
pawn Код:
mysql_fetch_field_row(savingstring,"tColor"); tData[i][tColor] = strval(savingstring);
Removing it from being a string variable, now colors wont even load in console.
|
Did you update the DB, so that the colors are stored as integers too? If not, strval would likely just return 0, and that might be your issue.