Whirlpool issue.
#3

Here


PHP код:
case DIALOG_REGISTER:
        {
            if (!
response) return Kick(playerid);
            if(
response)
            {
                if(!
strlen(inputtext)) return ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_PASSWORD""COL_WHITE"Registering...",""COL_RED"You have not entered a password.\n"COL_WHITE"Type a password below to register a new account.","Register","Quit");
                
WP_Hash(pVariables[playerid][pPassword], 129inputtext);
                
pVariables[playerid][pMoney] = 1500;
                
mysql_format(mysqlquerysizeof(query), "INSERT INTO `users` (`Username`, `Password`, `IP`, `Admin`, `Helper`, `VIP`, `Money`, `PosX`, `PosY`, `PosZ`, `Faction`, `FRank`, `Family`, `Medical`) VALUES ('%s', '%s', '%s', 0, 0, 0, 1500, '%f', '%f', '%f', '0', '0', '0', '0')"Name[playerid], pVariables[playerid][pPassword], IP[playerid], Spawn_XSpawn_YSpawn_Z);
                
mysql_tquery(mysqlquery"OnAccountRegister""i"playerid);
                
SendClientMessage(playeridCOL_BLUE"----Credits----");
                
SendClientMessage(playeridCOL_BLUE"Scripted by Connor and Tony ( All rights reserved © SF-RP )");
                
SendClientMessage(playeridCOL_BLUE"Mappings - Damon");
            } 
Reply


Messages In This Thread
Whirlpool issue. - by guitardude01 - 30.05.2014, 21:03
Re: Whirlpool issue. - by Eth - 30.05.2014, 21:06
Re: Whirlpool issue. - by guitardude01 - 30.05.2014, 21:20
Re: Whirlpool issue. - by guitardude01 - 31.05.2014, 00:27
Re: Whirlpool issue. - by Copfan5 - 31.05.2014, 14:54
Re: Whirlpool issue. - by guitardude01 - 01.06.2014, 12:07
Re: Whirlpool issue. - by guitardude01 - 01.06.2014, 12:12
Re: Whirlpool issue. - by rickisme - 01.06.2014, 12:13
Re: Whirlpool issue. - by Tagathron - 01.06.2014, 12:14
Re: Whirlpool issue. - by biker122 - 01.06.2014, 13:33

Forum Jump:


Users browsing this thread: 3 Guest(s)