Topic: [ask] code
hi, i want to make a code like this:
if (&text[i]== "crew")
{
message_send_text(c,message_type_error,c,"You can not see the content in this channel.");
return 0;
}
it means, if someone type: /who crew, it will says like it.
anyone can fix my code?