[Ajuda]Problemas com a conce
#10

Tenta assim:

pawn Код:
new nameplayer[25],formatmsg[50];
GetPlayerName(playerid,nameplayer,25);
format(formatmsg,50,"Users/%s.ini",nameplayer);
if(fexist(formatmsg)&&strcmp((dini_Get(formatmsg,"Nome"),nameplayer)) {SendClientMessage(playerid,COR_AQUI,"Vocк foi kickado, pois este nick jб estб em uso!");Kick(playerid);}
Mas vocк poderia colocar sistema de registro, assim evitando de saber a senha. (Coloque tempo para logar, caso nгo logue, kick)

Com esse sistema que fiz, terб que salvar na conta assim:

Dentro do registro:
pawn Код:
new nameplayer[25],formatmsg[50];
GetPlayerName(playerid,nameplayer,25);
format(formatmsg,50,"Users/%s.ini",nameplayer);
dini_Set(formatmsg,"Nome",nameplayer);
Reply


Messages In This Thread
[Ajuda]Problemas com a conce - by keller012 - 03.09.2010, 01:28
Re: [Ajuda]Problemas com a conce - by CyNiC - 03.09.2010, 01:59
Re: [Ajuda]Problemas com a conce - by keller012 - 03.09.2010, 17:12
Re: [Ajuda]Problemas com a conce - by SuB_ZeRo0_ - 03.09.2010, 17:34
Re: [Ajuda]Problemas com a conce - by keller012 - 03.09.2010, 17:39
Re: [Ajuda]Problemas com a conce - by SuB_ZeRo0_ - 03.09.2010, 17:44
Re: [Ajuda]Problemas com a conce - by keller012 - 03.09.2010, 18:07
Re: [Ajuda]Problemas com a conce - by SuB_ZeRo0_ - 03.09.2010, 19:18
Re: [Ajuda]Problemas com a conce - by keller012 - 03.09.2010, 19:29
Re: [Ajuda]Problemas com a conce - by SuB_ZeRo0_ - 03.09.2010, 19:42

Forum Jump:


Users browsing this thread: 2 Guest(s)