Empty message in chat
#4

first one is in writing everything in one line, that really sucks to read...
second one:
you are calling the GameTextForPlayer and the SendClientMessage function WITHIN the "format"...
pawn Код:
if(pInfo[killerid][pKills] == 10)
{
    pInfo[killerid][pRank] = 1;
    format(str,sizeof(str),""chat""OLD_ADMINCMD" [RANK] %s (%d) has been ranked up to rank {21DD00}'1'",PlayerName(killerid),killerid);
    GameTextForPlayer(killerid,"~r~Rank up",2500,1);
    SendClientMessageToAll(-1,str);
}
Reply


Messages In This Thread
Empty message in chat - by Blackazur - 22.03.2014, 21:13
Re: Empty message in chat - by Sascha - 22.03.2014, 21:17
AW: Empty message in chat - by Blackazur - 22.03.2014, 21:27
Re: Empty message in chat - by Sascha - 22.03.2014, 21:30
AW: Empty message in chat - by CutX - 22.03.2014, 21:34

Forum Jump:


Users browsing this thread: 1 Guest(s)