Problem with showing name
#3

No it is in OnPlayerText.

This is the only thing I got that has "name"

pawn Код:
new Name[30], Msg[128];
                APlayerData[playerid][BanTime] = 2147483640;
                SendClientMessage(playerid, 0x808080FF, "You have been banned! - Reason: Attempted to advertise!");
                Kick(playerid);
                GetPlayerName(playerid, Name, sizeof(Name));
                format(Msg, 128, "{FF0000}%s {FF0000}has been banned from the server - Reason: Attempted to advertise", Name);
                SendClientMessageToAll(0xFF0000FF, Msg);
Reply


Messages In This Thread
Problem with showing name - by NathNathii - 16.05.2013, 12:30
Re: Problem with showing name - by Vince - 16.05.2013, 13:02
Re: Problem with showing name - by NathNathii - 16.05.2013, 13:05
Re: Problem with showing name - by Threshold - 16.05.2013, 13:18
Re: Problem with showing name - by YoYo123 - 16.05.2013, 20:17
Re: Problem with showing name - by NathNathii - 07.06.2013, 23:14

Forum Jump:


Users browsing this thread: 1 Guest(s)