how to fix this error...
#1

Код:
(410) : error 033: array must be indexed (variable "tarid")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
pawn Код:
new index=0;
    new tarid[255];
    new reason[255];
    tarid = strtok(params,index);
    reason = strtok(params,index);
can someone explain me why how and that?
Reply
#2

pawn Код:
new idx;
new tarid[16];
new reason[148];
Try this.
Reply
#3

Quote:
Originally Posted by [N
BL!nk ]
pawn Код:
new idx;
new tarid[16];
new reason[148];
Try this.
just gives me more errors
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)