Stop Repeating Yourself
#3

uh think something:
pawn Код:
new Text[MAX_PLAYERS][256] = " }~{ ";

public OnPlayerText(playerid,text[])
{
if(Text[playerid] == text)
{
SendClientMessage(playerid,color,"You're repeating youself ^^");
return 0;
}
Text[playerid] = text;
return 1;
}
Reply


Messages In This Thread
Stop Repeating Yourself - by BP13 - 06.10.2009, 00:59
Re: Stop Repeating Yourself - by spiper - 06.10.2009, 01:03
Re: Stop Repeating Yourself - by Crusher!! - 06.10.2009, 01:04
Re: Stop Repeating Yourself - by usa.vs.iraq - 06.10.2009, 01:06
Re: Stop Repeating Yourself - by BP13 - 06.10.2009, 01:12
Re: Stop Repeating Yourself - by BP13 - 06.10.2009, 01:14
Re: Stop Repeating Yourself - by Calgon - 06.10.2009, 02:54
Re: Stop Repeating Yourself - by eXchainZ-FoReVeR - 06.10.2009, 10:28
Re: Stop Repeating Yourself - by Correlli - 06.10.2009, 10:29
Re: Stop Repeating Yourself - by eXchainZ-FoReVeR - 06.10.2009, 10:30

Forum Jump:


Users browsing this thread: 1 Guest(s)