SA-MP Forums Archive
[help] error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [help] error (/showthread.php?tid=265620)



[help] error - TeRmi[N]aTor - 01.07.2011

can any1 can fix it ?
error :
Код HTML:
error 035: argument type mismatch (argument 2)
public :
Код HTML:
public MessageToPlayer1(const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
	if(IsPlayerConnected(i) == 1)
	SendClientMessage(i, string);
	}
	return 1;
}
line :
Код HTML:
	SendClientMessage(i, string);
can any one fix it ?


Re: [help] error - TeRmi[N]aTor - 01.07.2011

never mind its ok now