I need some help, adding multiple commands.
#1

I'm a "mid class" scripter, not the best, but I dont suck, but I have 1 thing I've been wondering about.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/help", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid,0xFFFFFFAA,"Need help?");
        return 1;
    }
    return 0;
}

There, I have 1 simple, shit command, but I want more! Where do I add it? Can someone explain it to me! PLEASE!!

Best regards,

Klutty.
Reply


Messages In This Thread
I need some help, adding multiple commands. - by Klutty - 19.03.2009, 20:32
Re: I need some help, adding multiple commands. - by [RP]Rav - 19.03.2009, 20:33
Re: I need some help, adding multiple commands. - by Vetle - 19.03.2009, 20:34
Re: I need some help, adding multiple commands. - by MenaceX^ - 19.03.2009, 20:36
Re: I need some help, adding multiple commands. - by Klutty - 19.03.2009, 20:39
Re: I need some help, adding multiple commands. - by [RP]Rav - 19.03.2009, 20:41
Re: I need some help, adding multiple commands. - by Klutty - 19.03.2009, 20:43

Forum Jump:


Users browsing this thread: 3 Guest(s)