14.10.2011, 07:47
Код:
new pName[ MAX_PLAYER_NAME ], string[ 128 ]; // variables. GetPlayerName( playerid, pName, MAX_PLAYER_NAME ); // get name. format( string, sizeof( string ), "Your name is: %s", pName ); // formating. SendClientMessage( playerid, COLOR, string ); // Sending.