Problem with OnPlayerText
#4

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


Messages In This Thread
Problem with OnPlayerText - by leapfish - 20.02.2010, 10:27
Re: Problem with OnPlayerText - by ¤Adas¤ - 20.02.2010, 11:00
Re: Problem with OnPlayerText - by leapfish - 20.02.2010, 11:34
Re: Problem with OnPlayerText - by RyDeR` - 20.02.2010, 11:52
Re: Problem with OnPlayerText - by leapfish - 20.02.2010, 11:58

Forum Jump:


Users browsing this thread: 2 Guest(s)