17.03.2015, 19:48
Hello,
I got a weird warning and I was wondering how I could fix it.
I tried changing it to this:
Anyone knows how to solve this?
I got a weird warning and I was wondering how I could fix it.
pawn Код:
if(clickedid == Text4[playerid]) // Line 12086
Код:
bare.pwn(12086) : warning 213: tag mismatch
pawn Код:
if(clickedid == Text4) // Line 12086
Код:
bare.pwn(12086) : error 033: array must be indexed (variable "Text4")