Whats wrong ?
#10

You have just formatted a string, without using it.
Change it to:
pawn Код:
COMMAND:afk(playerid,params[])
{
    new string[125];
    format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid));
    SendClientMessageToAll(-1,string); // The message will be sent to all the players
    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)