04.03.2011, 15:26
i think that you cant do more then one thing on tmp...
make 3 tmp's
and then...
make 3 tmp's
pawn Код:
tmp = strtok(cmdtext,idx);
tmp2 = strtok(cmdtext,idx);
tmp3 = strtok(cmdtext,idx);
pawn Код:
car = strval(tmp)
color1 = strval(tmp2)
color2 = strval(tmp3)