[Ajuda] salvamento
#1

meu sistema mysql nгo esta salvando no final so o dinheiro.


pawn Код:
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
    new money = GetPlayerMoney(playerid);
        new scores = GetPlayerScore(playerid);
        mysql_format(mysql, query, sizeof(query), "UPDATE `players` SET `pAdmin`=%d,`Vip`=%d, `Emprego`=%d, `Score`=%d,`Dinheiro`=%d,`PosX`=%f, `PosY`=%f, `PosZ`=%f WHERE `ID`=%d NOW",PlayerInfo[playerid][pAdmin],PlayerInfo[playerid][Vip],PlayerInfo[playerid][Emprego],scores,money,PlayerInfo[playerid][Data],pos[0],pos[1],pos[2],PlayerInfo[playerid][ID]);
mysql_tquery(mysql, query, "", "");
Reply


Messages In This Thread
salvamento - by ZeZin - 30.04.2015, 14:39
Re: salvamento - by Cleyson - 01.05.2015, 00:31
Re: salvamento - by ZeZin - 01.05.2015, 17:59
Re: salvamento - by GabrielDias_Invision - 01.05.2015, 18:10
Re: salvamento - by ZeZin - 01.05.2015, 19:53
Re: salvamento - by Cleyson - 01.05.2015, 20:05
Re: salvamento - by GabrielDias_Invision - 01.05.2015, 20:18
Re: salvamento - by ZeZin - 01.05.2015, 20:32
Re: salvamento - by GabrielDias_Invision - 01.05.2015, 20:36

Forum Jump:


Users browsing this thread: 1 Guest(s)