Quote:
Originally Posted by bestr32
pawn Код:
new pname[MAX_PLAYER_NAME]; //Defining pname as player's in-game name. new string[156]; // Defining the string GetPlayerName(playerid, pname, sizeof(pname)); // Using pname as getting player's name format(string,sizeof(string), "%s, you received armor, health and money", pname); // Formating the string SendClientMessage(playerid, COLOUR, string);
|
You bumped a thread from 2010. Good job, mate.