on player text issue
#1

I am making it for players cant sand duplicate messages but I have an issue. could someone please help me fix this to where it woks?



Thank you

here it is:
Код:
if(strcmp(PlayerInfo[playerid][LastTextSaid],str,true)==0)
	{
		SendClientMessage(playerid, COLOR_RED, "YOU CANNOT SEND DUPLICATE MESSAGES");
	}
	else
	{
		SetPlayerChatBubble(playerid,str,COLOR_WHITE,30,10000);
		PlayerInfo[playerid][LastTextSaid] = str;
		SendClientMessage(playerid, COLOR_YELLOW, PlayerInfo[playerid][LastTextSaid]);
	}
Reply


Messages In This Thread
on player text issue - by jeffery30162 - 28.06.2014, 02:05
Re: on player text issue - by Jack_Leslie - 28.06.2014, 02:09
Re: on player text issue - by jeffery30162 - 28.06.2014, 02:18
Re: on player text issue - by Jack_Leslie - 28.06.2014, 02:20
Re: on player text issue - by jeffery30162 - 28.06.2014, 02:33
Re: on player text issue - by Jack_Leslie - 28.06.2014, 02:36
Re: on player text issue - by awsomedude - 28.06.2014, 02:37
Re: on player text issue - by jeffery30162 - 29.06.2014, 01:35
Re: on player text issue - by AroseKhanNiazi - 29.06.2014, 07:31

Forum Jump:


Users browsing this thread: 1 Guest(s)