One problem with AKA
#2

is the "%s" supposed to be TEXT or just the player's NAME?

if it's just the name...
pawn Код:
public OnPlayerConnect(playerid)
{
    new pName[MAX_PLAYER_NAME];
    new str[128];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(str, sizeof(str), "AKA: %s", pName);
    SendClientMessageToAll(COLOR_WHITE, str); // change this to whatever you want...
    return 1;
}
Reply


Messages In This Thread
One problem with AKA - by Spike Cena - 03.06.2012, 12:35
Re: One problem with AKA - by Sandiel - 03.06.2012, 13:10
Re: One problem with AKA - by Spike Cena - 03.06.2012, 14:22
Re: One problem with AKA - by Sandiel - 03.06.2012, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)