ID in chat
#1

I want to in chat picture
Name [ID]: text

I have only this:
public OnPlayerText(playerid, text[])
{
new name[MAX_PLAYER_NAME];
name[playerid] = GetPlayerName(playerid, name[playerid], MAX_PLAYER_NAME);
SetPlayerName(playerid, name[playerid]);
if(text[0] != '!' || text[0] != '.')
SendPlayerMessageToAll(playerid, text);

And sorry for my bad English
Reply


Messages In This Thread
ID in chat - by Magie[CZ] - 05.05.2009, 17:45
Re: ID in chat - by Danut - 05.05.2009, 17:55
Re: ID in chat - by shitbird - 05.05.2009, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)