Commands Error :S
#1

Hi iam using:
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
The codes:
Код:
	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);
Please can somebody help me :S

(srry for bad english) iam dutch
Reply


Messages In This Thread
Commands Error :S - by GforceNL - 16.08.2009, 10:14
Re: Commands Error :S - by LasTRace - 16.08.2009, 10:28
Re: Commands Error :S - by GforceNL - 16.08.2009, 10:40
Re: Commands Error :S - by GforceNL - 16.08.2009, 13:03
Re: Commands Error :S - by introzen - 16.08.2009, 13:05
Re: Commands Error :S - by GforceNL - 16.08.2009, 13:10
Re: Commands Error :S - by Jefff - 16.08.2009, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)