25.01.2016, 21:46
Hello guys, I'm trying to make a log for my temporary ban system, but I've got such a little issue with it.
However, everything seems okey, but i've got some little errors:
Lines :
~1939 - 1971 - 2003~ :
Information: I put this code under OnDialogResponse.
Hope getting some advices as soon as possible.
- KillerDVX.
However, everything seems okey, but i've got some little errors:
PHP код:
C:\Users\Killer\Desktop\test\gamemodes\DMSOURCE.pwn(1939) : error 047: array sizes do not match, or destination array is too small
C:\Users\Killer\Desktop\test\gamemodes\DMSOURCE.pwn(1971) : error 047: array sizes do not match, or destination array is too small
C:\Users\Killer\Desktop\test\gamemodes\DMSOURCE.pwn(2003) : error 047: array sizes do not match, or destination array is too small
~1939 - 1971 - 2003~ :
PHP код:
banned[TbanID][reason_banned] = inputtext;
Hope getting some advices as soon as possible.
- KillerDVX.