Help Player ID's
#1

Anyone have to code for the player id in game eg.

[mad]mlk:[1] hello

and were would the code go under what

thanks
Reply
#2

http://forum.sa-mp.com/index.php?action=search
Reply
#3

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


Forum Jump:


Users browsing this thread: