message flooding bug..
#1

Hey again need help...

VIDEO:
https://*********/WUqOK94zlgA

Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
	if(clickedid == Darbo_TD[playerid][6])
	{
		SendClientMessage(playerid, -1, "Press button");
		CancelSelectTextDraw(playerid);
		for(new s = 0; s < 15; s++) TextDrawHideForPlayer(playerid, Darbo_TD[playerid][s]);
		return 1;
	}
 	else if(clickedid == Text:INVALID_TEXT_DRAW)
	{
		SendClientMessage(playerid, -1, "Press Esc");
		CancelSelectTextDraw(playerid);
		for(new s = 0; s < 15; s++) TextDrawHideForPlayer(playerid, Darbo_TD[playerid][s]);
		return 1;
	}
	return 1;
Reply


Messages In This Thread
message flooding bug.. - by Karolukas123 - 12.10.2015, 09:42
Re: message flooding bug.. - by ZeMuNaC - 12.10.2015, 10:12
Re: message flooding bug.. - by Karolukas123 - 12.10.2015, 10:24
Re: message flooding bug.. - by jlalt - 12.10.2015, 10:27
Re: message flooding bug.. - by Karolukas123 - 12.10.2015, 10:31
Re: message flooding bug.. - by jlalt - 12.10.2015, 10:35
Re: message flooding bug.. - by ZeMuNaC - 12.10.2015, 10:35
Re: message flooding bug.. - by Karolukas123 - 12.10.2015, 10:47
Re: message flooding bug.. - by Vince - 12.10.2015, 11:19
Re: message flooding bug.. - by Karolukas123 - 12.10.2015, 11:30

Forum Jump:


Users browsing this thread: 3 Guest(s)