sscanf not writing data into enum.
#5

pawn Код:
enum pdb
{
    username[MAX_PLAYER_NAME],
    password[50],
    money,
    score,
    key,
    Float:lastx,
    Float:lasty,
    Float:lastz,
    model,
}
new playerdb[MAX_PLAYERS][pdb];
That's the enumeration I use it under the main().. I printed the query and its getting the right values that i have on Mysql database.
Reply


Messages In This Thread
sscanf not writing data into enum. - by StuffBoy - 09.09.2011, 20:47
Re: sscanf not writing data into enum. - by Hiddos - 09.09.2011, 21:10
Re: sscanf not writing data into enum. - by StuffBoy - 09.09.2011, 23:40
Re: sscanf not writing data into enum. - by JaTochNietDan - 09.09.2011, 23:45
Re: sscanf not writing data into enum. - by StuffBoy - 09.09.2011, 23:53
Re: sscanf not writing data into enum. - by [HiC]TheKiller - 09.09.2011, 23:53
[No subject] - by StuffBoy - 09.09.2011, 23:56
Re: sscanf not writing data into enum. - by JaTochNietDan - 10.09.2011, 02:21
Re: sscanf not writing data into enum. - by StuffBoy - 10.09.2011, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)