Need little help
#8

pawn Код:
public OnPlayerText(playerid, text[])
{
  new str[128], name[24];
  GetPlayerName(playerid, name, sizeof name);
  format(str, sizeof str, "%s[%i]: %s", name, playerid, text);
  SendClientMessageToAll(GetPlayerColor(playerid), str);
  return 0;
}
Reply


Messages In This Thread
Need little help - by [LNL]Remulis - 20.06.2009, 13:05
Re: Need little help - by Grim_ - 20.06.2009, 13:09
Re: Need little help - by [LNL]Remulis - 20.06.2009, 13:15
Re: Need little help - by Grim_ - 20.06.2009, 13:18
Re: Need little help - by [LNL]Remulis - 20.06.2009, 13:25
Re: Need little help - by Grim_ - 20.06.2009, 13:26
Re: Need little help - by [LNL]Remulis - 20.06.2009, 13:28
Re: Need little help - by woot - 20.06.2009, 14:14
Re: Need little help - by Grim_ - 20.06.2009, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)