What the problem?!
#1

Код:
public OnPlayerText(playerid, text[])
{
	new chat[200]; new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name,sizeof (name));
	format(chat,sizeof (chat),"%s (%d): %s",name, playerid, text);
	SendPlayerMessageToAll(playerid, chat);
	return 0;
}

Reply


Messages In This Thread
What the problem?! - by Another1 - 16.10.2013, 21:08
Re: What the problem?! - by Scenario - 16.10.2013, 21:11
Re: What the problem?! - by DanishHaq - 16.10.2013, 21:14
Re: What the problem?! - by Patrick - 16.10.2013, 21:14
Re: What the problem?! - by Another1 - 16.10.2013, 21:25

Forum Jump:


Users browsing this thread: 4 Guest(s)