26.05.2011, 19:56
like this you can
pawn Код:
new name[MAX_PLAYERS];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Welcome %s to my server!", name);
SendClientMessage(playerid, 0xFF9900AA, string);

