[AJUDA] /mudarnome e outros...
#2


pawn Код:
if(strcmp(cmd, "/mudarnome", true) == 0)
{
    if(IsPlayerAdmin(playerid))
    {
        new nomedado[256], tmp[256], id;
        id = strval(tmp);
        nomedado = strtok(cmdtext, idx);
        if(!strval(tmp))return SendClientMessage(playerid, 0xFFFFFFFF, "Use: /mudarnome id nome");
        if(!strlen(nomedado))return SendClientMessage(playerid, 0xFFFFFFFF, "Use: /mudarnome id nome");
        new string[44];
        format(string, sizeof(string), "%s", nomedado);
        SetPlayerName(id, string);
        return 1;
    }
}


https://sampforum.blast.hk/showthread.php?tid=173944
Reply


Messages In This Thread
[AJUDA] /mudarnome e outros... - by Felipe_Wesker - 26.12.2010, 12:06
Re: [AJUDA] /mudarnome e outros... - by Shelby - 26.12.2010, 12:16
Re: [AJUDA] /mudarnome e outros... - by [Ips]Guh - 26.12.2010, 12:28
Re: [AJUDA] /mudarnome e outros... - by Felipe_Wesker - 26.12.2010, 12:35
Re: [AJUDA] /mudarnome e outros... - by Shelby - 26.12.2010, 12:53
Re: [AJUDA] /mudarnome e outros... - by Felipe_Wesker - 26.12.2010, 13:51
Re: [AJUDA] /mudarnome e outros... - by Felipe_Wesker - 26.12.2010, 13:59
Re: [AJUDA] /mudarnome e outros... - by Shelby - 26.12.2010, 14:08
Re: [AJUDA] /mudarnome e outros... - by Felipe_Wesker - 26.12.2010, 17:54

Forum Jump:


Users browsing this thread: 2 Guest(s)