SA-MP Forums Archive
[AJUDA] Comando - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Comando (/showthread.php?tid=260234)



[AJUDA] Comando - lincon c - 07.06.2011

Alguem sabe me dizer pq quando libero um nick o jogador muda, Quando ele muda cria outra conta na pasta (contas) em scriptfiles. Queria que so o nick mudava e que nгo criac outra conta alguem sabe ?

Код:
if(strcmp(cmdtext, "/mudarnick", true) == 0){
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(PlayerInfo[playerid][Logged] == 0){
SendClientMessage(playerid, Vermelho, " Vocк nгo estб logado(a).");
return 1;
}
Grato...


Re: [AJUDA] Comando - TheGarfield - 07.06.2011

pawn Код:
new bool:Liberado[MAX_PLAYERS];

// comando
if(Liberado[playerid] == false) return SendClientMessage(playerid, -1,"Vocк nгo estб liberado");

// comando para liberar
Liberado[playerid] = true;



Re: [AJUDA] Comando - Shadoww5 - 07.06.2011

PHP код:
if(strcmp(cmdtext"/mudarnick"true) == 0)
{
    new 
nick strtok(cmdtextidx);
    if(!
strlen(nick)) return SendClientMessage(playeridVermelho"USO: /mudarnick [NOVO NICK]");
    new 
str[100];
    
format(str100"Seu novo nick й %s."nick);
    
SendClientMessage(playeridVermelhostr);
    
SetPlayerName(playeridnick);
    if(
PlayerInfo[playerid][Logged] == 0)
    {
        
SendClientMessage(playeridVermelho" Vocк nгo estб logado(a).");
        return 
1;
    }
    return 
1;




Re: [AJUDA] Comando - lincon c - 07.06.2011

Vlw Vo tentar aqui xD


Re: [AJUDA] Comando - Ricop522 - 08.06.2011

pawn Код:
if(strcmp(cmdtext, "/mudarnick", true) == 0)
{
    new nick[MAX_PLAYER_NAME];
    nick = strtok(cmdtext, idx);
    if(!strlen(nick)) return SendClientMessage(playerid, -1, "USO: /mudarnick [NOVO NICK]");
    new str[55];
    format(str, sizeof(str), "Seu novo nick й %s.", nick);
    SendClientMessage(playerid, -1, str);
    SetPlayerName(playerid, nick);
    if(PlayerInfo[playerid][Logged] == 0) return SendClientMessage(playerid, -1, " Vocк nгo estб logado(a).");
    return 0x01;
}



Re: [AJUDA] Comando - TheGarfield - 08.06.2011

Quote:
Originally Posted by Ricop522
Посмотреть сообщение
pawn Код:
if(strcmp(cmdtext, "/mudarnick", true) == 0)
{
    new nick[MAX_PLAYER_NAME];
    nick = strtok(cmdtext, idx);
    if(!strlen(nick)) return SendClientMessage(playerid, -1, "USO: /mudarnick [NOVO NICK]");
    new str[55];
    format(str, sizeof(str), "Seu novo nick й %s.", nick);
    SendClientMessage(playerid, -1, str);
    SetPlayerName(playerid, nick);
    if(PlayerInfo[playerid][Logged] == 0) return SendClientMessage(playerid, -1, " Vocк nгo estб logado(a).");
    return 0x01;
}
err

pawn Код:
if(strcmp(cmdtext, "/mudarnick", true) == 0)
{
    if(PlayerInfo[playerid][Logged] == 0) return SendClientMessage(playerid, -1, " Vocк nгo estб logado(a).");
    new nick[MAX_PLAYER_NAME];
    nick = strtok(cmdtext, idx);
    if(!strlen(nick)) return SendClientMessage(playerid, -1, "USO: /mudarnick [NOVO NICK]");
    new str[55];
    format(str, sizeof(str), "Seu novo nick й %s.", nick);
    SendClientMessage(playerid, -1, str);
    SetPlayerName(playerid, nick);
    return 0x01;
}
vocк й hilбrio kkkkk