17.03.2012, 14:49
....
This?
pawn Код:
if(dialogid == 666)
{
if(response)
{
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Password",udb_hash(inputtext));
INI_WriteInt(File, "Level",PlayerInfo[playerid][pLevel] = 1);
INI_WriteInt(File, "Respect",PlayerInfo[playerid][pLevel] = 0);
INI_WriteInt(File, "RP Points",PlayerInfo[playerid][pLevel] = 0);
INI_WriteInt(File, "Money",PlayerInfo[playerid][pCash] = 0);
INI_WriteInt(File, "Admin",PlayerInfo[playerid][pAdmin] = 0);
INI_WriteInt(File, "Vip", PlayerInfo[playerid][pVip] = 0);
INI_WriteInt(File, "FirstJoined", PlayerInfo[playerid][pFirstJoined] = 0);
INI_WriteInt(File, "Exp", PlayerInfo[playerid][pExp] = 0);
INI_WriteInt(File, "Warns", PlayerInfo[playerid][pWarns] = 0);
INI_WriteInt(File, "Muted", PlayerInfo[playerid][pMuted] = 0);
INI_WriteInt(File, "MuteTime", PlayerInfo[playerid][pMuteTime] = 0);
INI_Close(File);
SCM(playerid, COLOR_RED, "You have registered. You may now spawn.");
gPlayerLogged[playerid] = 1;