#1

So, when player talk in chat, how to add his ID by his name?
Thanks!
Reply
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
new string[128];
format(string,sizeof(string),"(%d): %s",playerid, text);
SendPlayerMessageToAll(playerid,string);
return 0;
}
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)