Whats wrong ?
#7

You got this
pawn Код:
COMMAND:afk(playerid,params[])
{
    new string[125];
    format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid));
    return 1;
}
Update it to this
pawn Код:
COMMAND:afk(playerid,params[])
{
    new string[125];
    format(string, sizeof(string),"{2641FEFF} You have set your self Away from keyboard!",);
    SendClientMessage(playerid, COLOR_RED, string);
    return 1;
}
And if it is for admins

pawn Код:
COMMAND:afk(playerid,params[])
{
    new string[125];
    format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid));
    SendAdminMessage(COLOR_RED, 1, string);
    return 1;
}
Reply


Messages In This Thread
Whats wrong ? - by Jhony_Blaze - 12.12.2014, 20:46
Re: Whats wrong ? - by lulo356 - 12.12.2014, 20:47
Re: Whats wrong ? - by DaTa[X] - 12.12.2014, 20:48
Re: Whats wrong ? - by Jhony_Blaze - 12.12.2014, 21:02
Re: Whats wrong ? - by lulo356 - 12.12.2014, 21:10
Re: Whats wrong ? - by Jhony_Blaze - 12.12.2014, 21:12
Re: Whats wrong ? - by lulo356 - 12.12.2014, 21:14
Re: Whats wrong ? - by Jhony_Blaze - 12.12.2014, 21:17
Re: Whats wrong ? - by lulo356 - 12.12.2014, 21:18
Re: Whats wrong ? - by AdHaM612 - 12.12.2014, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)