Newbie Scripter needs some help!
#6

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/help", cmdtext, true) == 0)
    {
        SendClientMessage(playerid ,0x21DD00FF ,"Welcome To my test script!");
        SendClientMessage(playerid ,0x21DD00FF ,"The Lastest Commands are:");
        SendClientMessage(playerid ,0x21DD00FF ,"Look in /Commands for the newist Commands.");
        SendClientMessage(playerid ,0x21DD00FF ,"Other help menus:");
        SendClientMessage(playerid ,0x21DD00FF ,"Blah Blah.");
        SendClientMessage(playerid ,0x21DD00FF ,"Enjoy !!");
        return 1;
    }
    return 0;
}
Try that
Reply


Messages In This Thread
Newbie Scripter needs some help! - by chriswilson - 08.03.2010, 22:25
Re: Newbie Scripter needs some help! - by Torran - 08.03.2010, 22:28
Re: Newbie Scripter needs some help! - by chriswilson - 08.03.2010, 22:32
Re: Newbie Scripter needs some help! - by Torran - 08.03.2010, 22:33
Re: Newbie Scripter needs some help! - by chriswilson - 08.03.2010, 22:36
Re: Newbie Scripter needs some help! - by Torran - 08.03.2010, 22:37
Re: Newbie Scripter needs some help! - by chriswilson - 08.03.2010, 22:42
Re: Newbie Scripter needs some help! - by aircombat - 08.03.2010, 22:59

Forum Jump:


Users browsing this thread: 1 Guest(s)