Score not updating
#9

This would be better:
PHP код:
Player[playerid][Score] = GetPlayerScore(playerid);
Player[playerid][Money] = GetPlayerMoney(playerid);
mysql_format(mysqlquerysizeof(query), "UPDATE `accounts` SET Money='%d',Score='%i',PosX`='%f',PosY='%f',PosZ='%f',PosA='%f' WHERE ID='%d'"Player[playerid][Money],  Player[playerid][Score], pos[0], pos[1], pos[2], pos[3], Player[playerid][ID]); 
Reply


Messages In This Thread
Score not updating - by Deroxi - 02.06.2016, 13:23
Re: Score not updating - by Dayrion - 02.06.2016, 16:22
Re: Score not updating - by Deroxi - 02.06.2016, 16:26
Re: Score not updating - by Dayrion - 02.06.2016, 16:37
Re: Score not updating - by Deroxi - 02.06.2016, 16:41
Re: Score not updating - by oMa37 - 02.06.2016, 16:43
Re: Score not updating - by Deroxi - 02.06.2016, 16:47
Re: Score not updating - by Dayrion - 02.06.2016, 16:49
Re: Score not updating - by oMa37 - 02.06.2016, 16:52
Re: Score not updating - by Deroxi - 02.06.2016, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)