Help... problem when using Strings
#3

You have to format a string then send it to the players.

pawn Код:
new string[128];

GetPlayerName(i, nameh, sizeof(nameh));
format(string,128,">> %s(%d) has been banned for failing to Login onto RCON!",nameh,i);
SendClientMessageToAll(0xFFFFFFFF, string);
BanEx(i, "Wrong RCON Password" );
Reply


Messages In This Thread
Help... problem when using Strings - by henry jiggy - 10.08.2011, 02:03
Re: Help... problem when using Strings - by JaTochNietDan - 10.08.2011, 02:06
Re: Help... problem when using Strings - by Backwardsman97 - 10.08.2011, 02:07

Forum Jump:


Users browsing this thread: 1 Guest(s)