Player name help
#1

Hey guys. Don't know if it's possible but,

My script i have made has a clan system. simple really /invite. then the other players name has a tag added to it '[CLAN1]'

Now i want on /uninvite
To remove '[CLAN1] from the name.
So far i got this.

pawn Код:
if(strfind(plname, "[CLAN1]", true) != -1)
    {
    SetPlayerName(plname, "");
    }
But i have no idea what to put in there. Any one got any ideas??
Reply


Messages In This Thread
Player name help - by Marco_Valentine - 19.06.2011, 07:33
Re: Player name help - by alpha500delta - 19.06.2011, 08:20
Re: Player name help - by Marco_Valentine - 19.06.2011, 08:52
Re: Player name help - by Wesley221 - 19.06.2011, 08:56
Re: Player name help - by Marco_Valentine - 19.06.2011, 13:53
Re: Player name help - by Marco_Valentine - 19.06.2011, 14:09
Re: Player name help - by Babul - 19.06.2011, 14:20
Re: Player name help - by Marco_Valentine - 19.06.2011, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)