SA-MP Forums Archive
Help me, Private Vehicle Database - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me, Private Vehicle Database (/showthread.php?tid=616367)



Help me, Private Vehicle Database - DandyCorleone - 04.09.2016

Help bro, my private vehicle cannot saving and load in mysql database when I leave on the server?


PHP код:
{
        
formatgsString2048"UPDATE `personalvehicles` SET  `PVPrice` = '%d',`PID` = '%d',`Vehicle` = '' WHERE `id` = '%d'",PlayerInfoplayerid ][ PVPrice ],PlayerInfoplayerid ][ Car ], PlayerInfoplayerid ][ AccID ] );
        
mysql_querygsStringTHREAD_NONEplayerid );
     }
     else
     {
        
formatgsString2048"UPDATE `personalvehicles` SET  `PVPrice` = '%d',`PID` = '%d',`Vehicle` = '%s' WHERE `id` = '%d'",PlayerInfoplayerid ][ PVPrice ],PlayerInfoplayerid ][ Car ],VehicleNames[PlayerInfo[playerid][Car] - 400], PlayerInfoplayerid ][ AccID ] );
        
mysql_querygsStringTHREAD_NONEplayerid );
    }
    return ( 
);

You can Join in my server and checking the my Bugs

Thanks..


Re: Help me, Private Vehicle Database - DandyCorleone - 04.09.2016

help bro


Re: Help me, Private Vehicle Database - DandyCorleone - 05.09.2016

Ahh.. Just View. Dont Replies