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

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


Messages In This Thread
How to make ID infront of My name?!! - by Headyheadster - 02.09.2009, 13:28
Re: How to make ID infront of My name?!! - by Correlli - 02.09.2009, 13:32
Re: How to make ID infront of My name?!! - by MenaceX^ - 02.09.2009, 13:39
Re: How to make ID infront of My name?!! - by pyrodave - 02.09.2009, 13:40
Re: How to make ID infront of My name?!! - by Headyheadster - 02.09.2009, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)