Code:
if(!strcmp(text, "Hello "BOTNAME" how are you?", true))
{
format(string, sizeof(string), ""BOTCOLOR""BOTNAME": im good %s ",GetName(playerid));
SendClientMessageToAll(-1 , string);
}
It Will Return That When You type
Code:
if(!strcmp(text, "hi "BOTNAME"", true)|| !strcmp(text, "hey "BOTNAME"", true)|| !strcmp(text, "hey "BOTNAME"?", true)|| !strcmp(text, "hi "BOTNAME"?", true))
{
format(string, sizeof(string), ""BOTCOLOR""BOTNAME": hi %s ",GetName(playerid));
SendClientMessageToAll(-1 , string);
}