How to get this?
#3

Black supposed to be white?

OnPlayerText is what your looking for

EDIT: Looks like hiddos where faster then me there

pawn Код:
public OnPlayerText(playerid,text[])
{
  new string[128];
  format(string,sizeof string,"%s:[%d] %s",GetName,playerid,text);
  SendPlayerMessageToAll(playerid,string);
  return 1;
}

stock GetName(playerid)
{
new pName[24];
GetPlayerName(playerid, pName, 24);
return pName;
}
Reply


Messages In This Thread
How to get this? - by Futurezx - 08.07.2010, 19:14
Re: How to get this? - by Hiddos - 08.07.2010, 19:29
Re: How to get this? - by Cameltoe - 08.07.2010, 19:31
Re: How to get this? - by Futurezx - 08.07.2010, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)