new pname[MAX_PLAYER_NAME]; new str[40]; GetPlayerName(playerid,pname,sizeof(pname)); format(str,40,"[TAG]%s",pname); SetPlayerName(playerid,str);