how to change name without tag
#3

not work
Код:
new name[30];
GetPlayerName(playerid, name, sizeof name);
for(new clanid; clanid < clanss; clanid++)
    {
        new idx = strfind(name, ClanInfo[clanid][cClanTag], true),
            ctr = strlen(ClanInfo[clanid][cClanTag]);
        if(idx != -1)
        {
            strdel(name, idx, idx + ctr); 
            SetPlayerName(playerid, name);
            break;
        }
    }
not work
Reply


Messages In This Thread
how to change name without tag - by rockys - 23.02.2019, 12:41
Re: how to change name without tag - by NaS - 23.02.2019, 14:53
Re: how to change name without tag - by rockys - 23.02.2019, 23:37
Re: how to change name without tag - by NaS - 24.02.2019, 02:50
Re: how to change name without tag - by rockys - 26.02.2019, 23:20
Re: how to change name without tag - by RoboN1X - 27.02.2019, 05:42
Re: how to change name without tag - by TheToretto - 27.02.2019, 05:52

Forum Jump:


Users browsing this thread: 2 Guest(s)