Quick, small problem.
#7

Код:
public PlayerPlayerActionMessage(playerid,targetid,Float:radius,message[])
{
	new string[128];
Код:
	format(string, sizeof(string), "%s %s %s", GetPlayerName(playerid), message,GetPlayerName(targetid)); // Line 133
Код:
	ProxDetector(20.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
	return 1;
}
I added // line where the error is.
And my forwards, if needed.
Код:
forward PlayerActionMessage(playerid,Float:radius,message[]);
forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
forward PlayerPlayerActionMessage(playerid,targetid,Float:radius,message[]);
Reply


Messages In This Thread
Quick, small problem. - by Perker12345 - 12.01.2010, 00:22
Re: Quick, small problem. - by timmehhh - 12.01.2010, 00:29
Re: Quick, small problem. - by Perker12345 - 12.01.2010, 00:34
Re: Quick, small problem. - by timmehhh - 12.01.2010, 00:41
Re: Quick, small problem. - by Perker12345 - 12.01.2010, 00:44
Re: Quick, small problem. - by timmehhh - 12.01.2010, 00:55
Re: Quick, small problem. - by Perker12345 - 12.01.2010, 01:01

Forum Jump:


Users browsing this thread: 1 Guest(s)