31.08.2012, 19:12
EDIT:
How can I check the whole string, and not just the first word?
How can I check the whole string, and not just the first word?
pawn Код:
if(!strcmp(message, "bear", false) || !strcmp(message, "dog", false))
{
//user said an animal name!
return 1;
}

