[Ajuda] Sistema de Registro
#3

Nгo sou muito fan do y_ni, porйm acho que й assim.

pawn Код:
WP_Hash(buf, sizeof(buf), inputtext);
new INI:File = INI_Open(Contas(playerid));
INI_WriteString(File, "Pass", buf);
INI_WriteInt(File, "Level", 1;
INI_WriteInt(File, "Admin", 0);
INI_WriteInt(File, "Dinheiro", 5000);
INI_Close(File); // fechando/salvando o arquivo (acho que estб funзгo faz ambos.)
SetPlayerScore(playerid, 1);
GivePlayerMoney(playerid, 5000);
format(string, sizeof(string), "Vocк se registrou com sucesso! Sua senha й: '%s'", inputtext);
SendClientMessage(playerid, 0xF5DEB3AA, string);
Reply


Messages In This Thread
Sistema de Registro - by keller012 - 15.07.2012, 20:54
Respuesta: Sistema de Registro - by Coreia - 15.07.2012, 20:58
Re: Sistema de Registro - by leonardo1434 - 15.07.2012, 21:01
Re: Sistema de Registro - by keller012 - 16.07.2012, 01:59

Forum Jump:


Users browsing this thread: 2 Guest(s)