27.04.2010, 21:04
Код:
(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);