17.06.2010, 09:44
at OnPlayerText
pawn Код:
if(!strcmp(text,"sup sandy",true) || !strcmp(text,"sup sandy ?",true))
{
new messages[][] = {"I'm fine","I'm bored now","I'm playing with my duck"}; /* etc */
// Show the message
}