cache_get_field_content_float - invalid datatype
#3

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
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.
Nope. It is a Float... Here's the enumerator :

pawn Код:
enum pInfo
{
        // other stuff
    Float: posX,
    Float: posY,
    Float: posZ,
        // other stuff
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Reply


Messages In This Thread
cache_get_field_content_float - invalid datatype - by MarTaTa - 15.10.2014, 21:14
Re: cache_get_field_content_float - invalid datatype - by ThePhenix - 15.10.2014, 21:55
Re: cache_get_field_content_float - invalid datatype - by MarTaTa - 16.10.2014, 17:07

Forum Jump:


Users browsing this thread: 4 Guest(s)