about announce .. help me please
#5

in
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
add this
pawn Код:
if (strcmp("/text", cmdtext, true, 5) == 0)
    {
        if(strlen(cmdtext[6])) GameTextForAll(cmdtext[6],6000,5);
        else SendClientMessage(playerid,0xFFFF00AA,"ERROR: => /text message");
        return 1;
    }
its not the best way but that should work

EDIT: get it here ... http://pastebin.com/m7b8558b8
Reply


Messages In This Thread
about announce .. help me please - by Sfinx_17 - 22.08.2009, 20:08
Re: about announce .. help me please - by coole210 - 22.08.2009, 20:12
Re: about announce .. help me please - by Backwardsman97 - 22.08.2009, 20:25
Re: about announce .. help me please - by Sfinx_17 - 22.08.2009, 20:29
Re: about announce .. help me please - by snoob - 22.08.2009, 20:42
Re: about announce .. help me please - by Sfinx_17 - 22.08.2009, 20:58
Re: about announce .. help me please - by snoob - 22.08.2009, 21:20

Forum Jump:


Users browsing this thread: 3 Guest(s)