Bot System?
#1

Hey guys,

Im just wondering if theres already a system or is it simple to make it:

I want that when someone asks a question like What are the commands the server bot answers %s do /cmds.

Or that when somebody says Bot the Server bot says Yes %s?
Reply
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(strfind(text, "What are the commands?"))
    {
        SendClientMessage(playerid, COLOR_WHITE, "The commands are...");
        return 0;
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)