16.10.2014, 17:07
Quote:
According to that error you get in the mysql log, I can tell that the "posX" column type is not float, so take a look at it and change the type to float.
|
pawn Код:
enum pInfo
{
// other stuff
Float: posX,
Float: posY,
Float: posZ,
// other stuff
}
new PlayerInfo[MAX_PLAYERS][pInfo];