28.08.2010, 17:00
Hi guys..
What does cause this error / how to get it away?
Error:
in line
What does cause this error / how to get it away?
Код:
new cmd[128]; new tmp[128]; new idx; new giveplayername[MAX_PLAYER_NAME]; new sendername[MAX_PLAYER_NAME]; new string[128]; cmd = strtok(cmdtext,idx);
Код:
(4929) : error 047: array sizes do not match, or destination array is too small
Код:
cmd = strtok(cmdtext, idx);