Interiors(about hearing another player)
#3

Try this

Код:
public OnPlayerText(playerid, text[])
{
  for (new i = 0; i != MAX_PLAYERS; i++)
  {
    if (GetPlayerVirtualWorld(i) != GetPlayerVirtualWorld(playerid)) continue;
    SendPlayerMessageToPlayer(i, playerid, text);
  }
  return 0;
}
Reply


Messages In This Thread
Interiors(about hearing another player) - by wiilweer - 03.12.2009, 18:20
Re: Interiors(about hearing another player) - by Joe Staff - 03.12.2009, 22:10
Re: Interiors(about hearing another player) - by BeckzyBoi - 03.12.2009, 22:16

Forum Jump:


Users browsing this thread: 2 Guest(s)