03.09.2010, 21:41
@Renato:
Precisamos saber o Local do Arquivo, e como esta Usando as Key no interior do Arquivo
@Kasura:
Nгo necessitamos saber variбvel nenhuma ._.
@Gabriel_Halls:
Amigos Й ( | )
Precisamos saber o Local do Arquivo, e como esta Usando as Key no interior do Arquivo
pawn Код:
if(strcmp(cmd,"/trocarsenha",true) ==0 )
{
new name[24],file[64];
GetPlayerName(playerid,name,24);
format(file,64,"%s.ini",name); //Local File
new tmp[64];
tmp = strtok(cmdtext,idx);
if(!strlen(tmp)) return SendClientMessage(playerid,CINZA1,"Use: /trocarsenha [Senha]");
dini_Set(file,"Senha",tmp);
return 1;
}
Nгo necessitamos saber variбvel nenhuma ._.
@Gabriel_Halls:
Amigos Й ( | )