25.02.2010, 03:53 
	
	
	
		Its like .. when a elader of the team speacks... and before his name on the chat box .... comes 
[LEADER] %S: %S
hOW
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
	
	
	
[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]);
And this is the team i want it to be TEAM_LEADER

