03.05.2011, 13:56
pawn Код:
new tagname[30],text[128];
format(tagname,sizeof(tagname),"%s%s",Tags[playerid],OrName[playerid]);
SetPlayerName(playerid,tagname);
format(text,sizeof(text),"Your tag(s) are loaded now. ( %s )",Tags[playerid]);
SendClientMessage(playerid,yellow,text);
But when I connect, then it shows the Tags, but my name is still the OrName. Can you help me?
Thanks.