Small Problem
#3

are you logged in as admin or what ever?show SendHelperMessage function
and little cleaner code:
pawn Code:
if(dialogid == DIALOG_HELPME)
{
    if(!response) return 0;
    if(strlen(inputtext) < 8) return SendClientMessage(playerid,COLOR_LIGHTRED, "ERROR: Your message is too short, it must contain at least 8 characters");
    new helpmetext[128];
    Requesting_Help[playerid] = 1;
    format(helpmetext, sizeof(helpmetext),"%s(ID:%i) is requesting help:%s",PlayerName(playerid),playerid,inputtext);
    SendHelperMessage(COLOR_RED, helpmetext);
    SendHelperMessage(COLOR_RED, "Type /ahm to accept his help request.");
    HelperTimer[playerid] = 60;
}
Reply


Messages In This Thread
Small Problem - by DriftboyZ - 04.10.2011, 06:59
Re: Small Problem - by Wesley221 - 04.10.2011, 07:01
Re: Small Problem - by System64 - 04.10.2011, 07:03
Re: Small Problem - by GrimR - 04.10.2011, 07:03
Re: Small Problem - by System64 - 04.10.2011, 07:06
Re: Small Problem - by GrimR - 04.10.2011, 07:08
Re: Small Problem - by DriftboyZ - 04.10.2011, 07:13

Forum Jump:


Users browsing this thread: 1 Guest(s)