[HELP] noreason column
#1

Hello I was trying to update when player disconnect from server then I update some text to variable PlayerInfo[playerid][OffBanReason] and I put NoReason to be updated in mysql column OffBanReason and then I go to disconnect and in mysql log says

(error #1054) Unknown column 'NoReason' in 'field list'

Why is that happening. Thanks

here is that on onplayerdisconnect


pawn Код:
if(PlayerInfo[playerid][OffBaned] == 0)
    {
        strmid(PlayerInfo[playerid][OffBanReason],"NoReason",0,strlen("NoReason"),255);
    }
Reply


Messages In This Thread
[HELP] column - by Luca12 - 20.05.2014, 14:38
Re: [HELP] noreason column - by Luca12 - 21.05.2014, 11:21
Re: [HELP] noreason column - by Konstantinos - 21.05.2014, 11:24
Re: [HELP] noreason column - by Luca12 - 21.05.2014, 11:28
Re: [HELP] noreason column - by Konstantinos - 21.05.2014, 11:29
Re: [HELP] noreason column - by Luca12 - 21.05.2014, 11:31
Re: [HELP] noreason column - by Konstantinos - 21.05.2014, 11:34
Re: [HELP] noreason column - by Luca12 - 21.05.2014, 11:38
Re: [HELP] noreason column - by Konstantinos - 21.05.2014, 11:40
Re: [HELP] noreason column - by Luca12 - 21.05.2014, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)