Friends I have a problem
#1

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
Reply
#2

Код:
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

^
Reply
#3

You don't need 256 cells.
Reply
#4

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

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
Reply
#6

Search for "Turf wars" script.
Reply
#7

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)