invalid subscript (not an array or too many subscripts): "asicerik"
#2

If asicerik should be an integer, then it'd be:
pawn Код:
Graffiti[GRAFFITI_ID_HERE][asicerik] == strval(inputtext);
Else if it should be a string, then it'd be:
pawn Код:
strcat((Graffiti[GRAFFITI_ID_HERE][asicerik][0] = '\0', Graffiti[GRAFFITI_ID_HERE][asicerik]), inputtext, SIZE_HERE);
and in the enum:
pawn Код:
asicerik[SIZE_HERE]
Of course, GRAFFITI_ID_HERE and SIZE_HERE should be modified.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)