16.08.2009, 10:14
Hi iam using:
http://forum.sa-mp.com/index.php?topic=101996.0
and i have 2 errors:
The codes:
Please can somebody help me :S
(srry for bad english) iam dutch
http://forum.sa-mp.com/index.php?topic=101996.0
and i have 2 errors:
Код:
(216) : error 047: array sizes do not match, or destination array is too small (219) : error 047: array sizes do not match, or destination array is too small
Код:
new cmd[128]; new idx; cmd = strtok(cmdtext, idx); if (!strcmp(cmd, "/holder", true)) { cmd = strtok(cmdtext, idx); new model = strval(cmd); SetHolderWeapon(playerid, model); return 1; } if (!strcmp(cmd, "/remove", true)) { RemoveHolderWeapon(playerid); return 1; } 216: cmd = strtok(cmdtext, idx); 219: cmd = strtok(cmdtext, idx);
(srry for bad english) iam dutch