help ?
#4

Quote:
Originally Posted by tim1120
thanks that works
my bot dousnt responds on it
If it does not show your text, copy the following and re-paste it were you had before.. DO NOT CHANGE ANYTHING ELSE, EXCEPT THIS....

pawn Код:
OnPlayerText(playerid, text[])
{
     if(!strcmp(text, "kwakbox",false, 7))
     {
         if(StopKwak[playerid] == 0)
         {
               StopKwak[playerid] = 1;
               SetTimerEx("AllowKwak", 300000, false, "i", playerid);
         }
         else
         {
               SendClientMessageToPlayer(playerid, 0xFF0000, "Please wait 5 minutes before saying kwakbox again!");
               return 0;
         }
      }
      return 1;
}
Your actually changing,
Код:
SendClientMessage
to this..
.
Код:
SendClientMessageToPlayer
Which this is actually gonna send the Player who said "Kwakbox", the message saying "Please wait 5 minutes before saying kwakbox again!"
Reply


Messages In This Thread
help ? - by radi - 07.06.2009, 11:12
Re: help ? - by lol2112 - 07.06.2009, 11:23
Re: help ? - by radi - 07.06.2009, 11:34
Re: help ? - by [CK]Steel - 07.06.2009, 11:50
Re: help ? - by lol2112 - 07.06.2009, 11:59

Forum Jump:


Users browsing this thread: 1 Guest(s)