How to make this OnPlayerText ?
#1

Its like .. when a elader of the team speacks... and before his name on the chat box .... comes
[LEADER] %S: %S
hOW
Код:
if(text[0] == '!')
	{
	  new string[128];  GetPlayerName(playerid, string, sizeof(string));
	  format(string, sizeof(string), "[*May Day!] %s: %s", string, text[1]);
I started it but i dont want to to be with the '!' to type the message .. if it is posible to make it automaticly.
And this is the team i want it to be TEAM_LEADER
Reply


Messages In This Thread
How to make this OnPlayerText ? - by AlbanianGuy - 25.02.2010, 03:53
Re: How to make this OnPlayerText ? - by PotH3Ad - 25.02.2010, 04:21

Forum Jump:


Users browsing this thread: 1 Guest(s)