How to make ID infront of My name?!!
#1

Hello to all! How to make ID infront of My name in chat ?!!
Reply
#2

This was also asked and answered many times, try to search.
Reply
#3

pawn Код:
format(string,sizeof string,"I am ID %d.",playerid);
SendClientMessageToAll(color,string);
Reply
#4

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

Thanks alot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)