how to make Name(id): text?
#4

pawn Код:
public OnPlayerText(playerid, text)
{
    new textString[129], playerName[25];
    GetPlayerName(playerid, playerName, 25);
    format(textString, 129, "%s (%d): %s", playerName, playerid, text);
    SendClientMessageToAll(0xFFFFFFFF, textString);
    return 0;
}
rep me. :>
Reply


Messages In This Thread
how to make Name(id): text? - by niels44 - 15.02.2012, 14:59
Re: how to make Name(id): text? - by fiki574 - 15.02.2012, 15:00
Re: how to make Name(id): text? - by niels44 - 15.02.2012, 15:01
Re: how to make Name(id): text? - by SchurmanCQC - 15.02.2012, 15:01
Re: how to make Name(id): text? - by Konstantinos - 15.02.2012, 15:01
Re: how to make Name(id): text? - by niels44 - 15.02.2012, 15:03
Re: how to make Name(id): text? - by Lisa - 15.02.2012, 15:03
Re: how to make Name(id): text? - by Konstantinos - 15.02.2012, 15:05
Re: how to make Name(id): text? - by niels44 - 15.02.2012, 15:07
Re: how to make Name(id): text? - by KingHual - 15.02.2012, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)