Samp Server /Stats Problem
#7

Quote:
Originally Posted by Calisthenics
Посмотреть сообщение
The code above is OK. You probably did the same mistake when a player registers as in UPDATE query in your first post. Can you post the INSERT query?
format(rQuery, 4096, "INSERT INTO `Accounts` (`ID`, `Name`, `Password`, `SPassword`, `IP`, `E-Mail`, `LoggedIn`, `RegisterDate`, `LastOn`, `Level`, `VIP`, `Cash`, `Score`, `Coins`, \
`Headshots`, `Kills`, `Deaths`, `Hours`, `Minutes`, `Seconds`, `BestKillings`, `House`, `Property`, \
`Description1`, `Description2`, `Description3`, `Positive`, `Negative`,");
//------------------------------------------------------------------
format(rQuery, 4096, "%s `Kicks`, `Bans`, `Jails`, `Warns`, `ClearChats`, `ReactionTest`, `MathTest`, `Mutes`, `Jailed`, `Muted`, \
`RaceScore`, `StuntScore`, `DriftScore`, `GangID`, `GangRank`, `GangSkin`, `GangKills`, `GangDeaths`, `GangWarns`, `GangCaptures`, `GangPoints`, \
`LottoNumber`, `C4`, `StatsNote`, `VIPTime`, `BossSkin`, `TempVIP`, `AdmWarns`, `VIPWarns`, `KickW`, `ClanRank`, `ClanID`, `ClanName`)", rQuery);
//------------------------------------------------------------------
format(rQuery, 4096, "%s VALUES (0, '%s', '%s', '%s', '%s', 'Susan', '1', '%02d/%02d/%02d', '%02d/%02d/%02d', \
'0', '0', '25000', '100', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0','0', \
' ', ' ', ' ', '0', '0', \
'0', '0', '0', '0', '0', '0', '0', '0', '0', \
'0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', \
'0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'None')", rQuery, PlayerName(playerid), rPassword, CosminInfo[playerid][SPassword], GetPlayerIPEx(playerid), liDay, liMonth, liYear, liDay, liMonth, liYear);
//------------------------------------------------------------------
mysql_tquery(DB_Connect, rQuery, "OnAccountCreated", "i", playerid);
Reply


Messages In This Thread
Samp Server /Stats Problem - by Cezar98 - 30.06.2018, 16:06
Re: Samp Server /Stats Problem - by Calisthenics - 30.06.2018, 16:11
Re: Samp Server /Stats Problem - by Cezar98 - 30.06.2018, 16:14
Re: Samp Server /Stats Problem - by Calisthenics - 30.06.2018, 16:17
Re: Samp Server /Stats Problem - by Cezar98 - 30.06.2018, 16:18
Re: Samp Server /Stats Problem - by Calisthenics - 30.06.2018, 16:35
Re: Samp Server /Stats Problem - by Cezar98 - 30.06.2018, 16:48
Re: Samp Server /Stats Problem - by Calisthenics - 30.06.2018, 17:05
Re: Samp Server /Stats Problem - by Cezar98 - 30.06.2018, 17:33
Re: Samp Server /Stats Problem - by Verc - 30.06.2018, 17:39

Forum Jump:


Users browsing this thread: 2 Guest(s)