Next to the name (id number) show
#2

Something like this:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new pname[MAX_PLAYER_NAME], str[128];
    GetPlayerName(playerid, pname, sizeof(name));
    format(str, sizeof(str)," %s (%d): %s ", name, playerid, text)
    SendClientMEssageToAll(color, str)
    return 1;
}
[Not sure it this is gonna work, 'cause I made it really fast...]
Take a look what I did and it will give you an idea...
Reply


Messages In This Thread
Next to the name (id number) show - by y@sin1 - 23.03.2011, 08:07
Re: Next to the name (id number) show - by xRyder - 23.03.2011, 08:15
Re: Next to the name (id number) show - by Biesmen - 23.03.2011, 08:16
Re: Next to the name (id number) show - by aircombat - 23.03.2011, 08:21
Re: Next to the name (id number) show - by Biesmen - 23.03.2011, 08:22
Re: Next to the name (id number) show - by aircombat - 23.03.2011, 09:03
Re: Next to the name (id number) show - by Biesmen - 23.03.2011, 09:06
Re: Next to the name (id number) show - by y@sin1 - 23.03.2011, 09:06
Re: Next to the name (id number) show - by aircombat - 23.03.2011, 09:11
Re: Next to the name (id number) show - by afizie98 - 22.08.2011, 14:50

Forum Jump:


Users browsing this thread: 7 Guest(s)