Tags system "problem"
#1

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);
Yes, I have OrName, I have Tags, and they're not empty.
But when I connect, then it shows the Tags, but my name is still the OrName. Can you help me?
Thanks.
Reply
#2

Anyone? I bump because I need it xD
Reply
#3

try:
pawn Код:
new text[128];
        format(text,sizeof(text),"%s%s",Tags[playerid],OrName[playerid]);
        SetPlayerName(playerid,text);
        format(text,sizeof(text),"Your tag(s) are loaded now. (  %s  )",Tags[playerid]);
        SendClientMessage(playerid,yellow,text);
Reply
#4

Wait... It's working. (the original)
woow thanks for your help but it's working O.o"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)