Not Saving Pos
#1

help!, my system isnt saving the position>
pawn Код:
new query[250], Float:X, Float:Y, Float:Z, Float:FacingAngle;
    GetPlayerPos(playerid, X,Y,Z);
    GetPlayerFacingAngle(playerid, FacingAngle);
mysql_format(MysqlCon, query, sizeof(query), "UPDATE `players` SET `Admin`=%d, `Vip`=%d, `Money`=%d, `Score`=%d, `TrustedLevel`=%d, `Deaths`=%d, `Kills`=%d, `X`=%d, `Y`=%d, `Z`=%d, 'FacingAngle'=%d, `Interior`=%d, 'VW'=%d WHERE `ID`=%d AND `user`='%e'",
        pInfo[playerid][pAdmin],
        pInfo[playerid][pVip],
        GetPlayerMoney(playerid),
        GetPlayerScore(playerid),
        pInfo[playerid][pTrustedLevel],
        pInfo[playerid][pDeaths],
        pInfo[playerid][pKills],
        X,
        Y,
        Z,
        GetPlayerInterior(playerid),
        GetPlayerVirtualWorld(playerid),
        FacingAngle,
        pInfo[playerid][pID],
        PlayerName(playerid));
Reply


Messages In This Thread
Not Saving Pos - by Mriss - 02.05.2014, 05:31
Re: Not Saving Pos - by BroZeus - 02.05.2014, 05:38
Re: Not Saving Pos - by Mriss - 02.05.2014, 05:40
Re: Not Saving Pos - by BroZeus - 02.05.2014, 05:48
Re: Not Saving Pos - by awsomedude - 02.05.2014, 05:51
Re: Not Saving Pos - by Mriss - 02.05.2014, 05:55
Re: Not Saving Pos - by XK - 02.05.2014, 07:59

Forum Jump:


Users browsing this thread: 5 Guest(s)