[Ajuda] Erro bizonho no DOF2 (kkk)
#9

Quote:
Originally Posted by humildadeforever
Посмотреть сообщение
pawn Код:
CMD:mudarsenha(playerid, params[])
{
    new asenha[20],nsenha[20];
    if(sscanf(params,"ss", asenha, nsenha)) return SendClientMessage(playerid,-1,"Use: /mudarsenha [Antiga Senha] [Nova Senha]");
    format(arquivo, sizeof arquivo, "/infos/%s.ini", pnome(playerid));
    if(strcmp(DOF2_GetString(arquivo,"Senha"),asenha, false) == 0)
   {
        DOF2_SetString(arquivo,"Senha", nsenha);
        DOF2_SaveFile();
        SendClientMessage(playerid,-1,"Senha alterada com sucesso!");
   }
   else SendClientMessage(playerid,-1,"Senha incorreta.");
   return 1;
}
funcionou, vlw

Valeu para quem tentou ajudar tbm
Reply


Messages In This Thread
Erro bizonho no DOF2 (kkk) - by [XPG]MarlonCS - 31.07.2012, 16:17
Re: Erro bizonho no DOF2 (kkk) - by paulor - 31.07.2012, 16:19
Re: Erro bizonho no DOF2 (kkk) - by Dolby - 31.07.2012, 16:22
Re: Erro bizonho no DOF2 (kkk) - by [XPG]MarlonCS - 31.07.2012, 16:27
Re: Erro bizonho no DOF2 (kkk) - by paulor - 31.07.2012, 16:32
Re: Erro bizonho no DOF2 (kkk) - by humildadeforever - 31.07.2012, 17:31
Re: Erro bizonho no DOF2 (kkk) - by [Ips]Guh - 31.07.2012, 18:36
Re: Erro bizonho no DOF2 (kkk) - by Mito_FmZ - 31.07.2012, 18:41
Re: Erro bizonho no DOF2 (kkk) - by [XPG]MarlonCS - 31.07.2012, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)