If someone says "hey" a message is sent to the player
#3

pawn Код:
public OnPlayerText(playerid, text[])
{
  if(!strcmp(text, "hey", true))
  {
    SendClientMessage(playerid, 0xFFFFFFAA, "Message here");
  }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)