08.09.2014, 17:14
Here You Go :
pawn Код:
new string[128],pname[MAX_PLAYER_NAME];
GetPlayerName(playerid,pname,sizeof(pname));
format(string,sizeof(string),"Welcome to UltimateFS %s!",pname);
SendClientMessage(playerid,COLOR_GREEN,string);

