15.07.2012, 21:01
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);