SA-MP Forums Archive
Friends I have a problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Friends I have a problem (/showthread.php?tid=136164)



Friends I have a problem - DeaD_MaN - 23.03.2010

public Onplayertext
Give me please a good chat for TDM
What would have written a chat ID
Sorry for my bad language
Sample:
DeaDMaN [id: 4] Hi mens!! I am cheat! lol
or some other nice to be desirable for TDM I am sorry


Re: Friends I have a problem - cozza123456 - 23.03.2010

Код:
public OnPlayerText(playerid,text[])
{  
  new MMM[256];
	format(MMM, sizeof(MMM),"[%i] %s", playerid, text);
	SendPlayerMessageToAll(playerid, MMM);
	if(strlen(text) > 128) return 0;
	return 0;
	}
DeaDMaN[4] Hi mens!! I am cheat! lol

^


Re: Friends I have a problem - Correlli - 23.03.2010

You don't need 256 cells.


Re: Friends I have a problem - cozza123456 - 23.03.2010

Ok.
Код:
 new MMM[128];
	format(MMM, sizeof(MMM),"[%i] %s", playerid, text);
	SendPlayerMessageToAll(playerid, MMM);
	if(strlen(text) > 128) return 0;



Re: Friends I have a problem - DeaD_MaN - 23.03.2010

Thanks friends for help
You helped me a lot , I still question 1
How do gangster zone, capture zones gangs Friends help out please
You are my hope is Number 1 Thanks all


Re: Friends I have a problem - Correlli - 23.03.2010

Search for "Turf wars" script.


Re: Friends I have a problem - DeaD_MaN - 23.03.2010

Quote:
Originally Posted by Don Correlli
Search for "Turf wars" script.
I will learn to
And if that does not get this you can refer to you? I am not a professional in pawno