nick change help
#2

Quote:
Originally Posted by jaksimaksi
Посмотреть сообщение
pawn Код:
dcmd_nick(playerid, params[])
{
        if(strlen(params) < 4) return SendClientMessage(playerid,RED,"4 letters not more..");
                .....
                .....
                .....
        PlayerPlaySound(playerid,1057,0.0,0.0,0.0);
}

i dont know, how to make the nick change script, i use dini registration, help me please..
pawn Код:
dcmd_nick(playerid, params[])
{
        if(strlen(params) < 4)
        {
                SendClientMessage(playerid,RED,"4 letters not more..");  
                return 1;
        }
            else
        {
                SetPlayerName(playerid, params);
                SendClientMessage(playerid,0xFFFFFFFF,"** You've changed your nick **");  
        }
        return 1;
}
Here you go, test this out, I think this was the script where you asked for..
Enjoy!
Reply


Messages In This Thread
nick change help - by jaksimaksi - 28.01.2011, 16:40
Re: nick change help - by Ihsan-Cingisiz - 28.01.2011, 17:38
Re: nick change help - by jaksimaksi - 28.01.2011, 19:52
Re: nick change help - by Ihsan-Cingisiz - 28.01.2011, 19:57
Re: nick change help - by Ihsan-Cingisiz - 28.01.2011, 20:02
Re: nick change help - by jaksimaksi - 28.01.2011, 20:22
Re: nick change help - by Ihsan-Cingisiz - 28.01.2011, 20:41
Re: nick change help - by iMonk3y - 28.01.2011, 21:11
Re: nick change help - by jaksimaksi - 29.01.2011, 06:23
Re: nick change help - by jaksimaksi - 29.01.2011, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)