Small help plz
#7

Try this also:

pawn Код:
dcmd_killmes(playerid,params[])
{
    if(!strlen(params))return SendClientMessage(playerid,COLOR_YELLOW,"USAGE: /killmes [Custom death message]");
    if(strlen(params) <= 1)return SendClientMessage(playerid,COLOR_YELLOW,"USAGE: /killmes [Custom death message]");
    new string[32];
    format(string,sizeof(string),"%s",params);
    strmid(KillMes[playerid], string, 0, 31, 128);
    SendClientMessage(playerid,COLOR_YELLOW,"You have updated ur msg");
    return 1;
}
Reply


Messages In This Thread
Small help plz - by cloud9 - 26.07.2009, 13:46
Re: Small help plz - by cloud9 - 26.07.2009, 14:24
Re: Small help plz - by DMSOrg - 26.07.2009, 14:29
Re: Small help plz - by cloud9 - 26.07.2009, 14:40
Re: Small help plz - by MadeMan - 26.07.2009, 14:42
Re: Small help plz - by cloud9 - 26.07.2009, 14:55
Re: Small help plz - by MadeMan - 26.07.2009, 14:59
Re: Small help plz - by cloud9 - 26.07.2009, 15:21

Forum Jump:


Users browsing this thread: 1 Guest(s)