22.05.2013, 19:30
^ Like luis said.
Example:
EDIT: late.
Example:
pawn Code:
new pName[MAX_PLAYER_NAME],szString[64]; // Defining pName and String
GetPlayerName(playerid,pName,sizeof(pName)); // Getting player name
format(szString,sizeof(szString),"* %s", pName); // formatting the message
SendClientMessage(playerid,-1,szString); // and here we are sending the message to player with the string we formatted