MySQL BUG HELP
#1

My MYSQL system is to use sampmysql

But...

The first word of text data is always one less word

Normal:abcdefghij@xxxx.xxx


Then log in again

Become

bcdefghij@xxxx.xxx
Reply
#2

show your load and save think from this
Reply
#3

Save:

MySQLUpdatePlayerStr(query, PlayerInfo[playerid][pSQLID], "Email", PlayerInfo[playerid][pEmail]);


load:

if (rcnt == 11 PlayerInfo[playerid][pEmail] = strmid(PlayerInfo[playerid][pEmail], Field, 0, strlen(Field), 255);
Reply
#4

hmm

check you enum i think the value are to low

change pEmail to pEmail[30] in your enum
and give it a try
Reply
#5

"the value are to low"

I think it would disappear behind the words.

strmid(dest[],const source[],start,end,maxlength=sizeof dest)

Will be the beginning of the problem?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)