20.04.2010, 18:31
More efficient:
pawn Код:
new
myArray[128];
GetPlayerName(playerid, myArray, MAX_PLAYER_NAME);
format(myArray, sizeof(myArray), "Player %s has teleported to Los Santos.", myArray);
SendClientMessageToAll(0xFF0000AA, myArray);