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 код:
{
format( gsString, 2048, "UPDATE `personalvehicles` SET `PVPrice` = '%d',`PID` = '%d',`Vehicle` = '' WHERE `id` = '%d'",PlayerInfo[ playerid ][ PVPrice ],PlayerInfo[ playerid ][ Car ], PlayerInfo[ playerid ][ AccID ] );
mysql_query( gsString, THREAD_NONE, playerid );
}
else
{
format( gsString, 2048, "UPDATE `personalvehicles` SET `PVPrice` = '%d',`PID` = '%d',`Vehicle` = '%s' WHERE `id` = '%d'",PlayerInfo[ playerid ][ PVPrice ],PlayerInfo[ playerid ][ Car ],VehicleNames[PlayerInfo[playerid][Car] - 400], PlayerInfo[ playerid ][ AccID ] );
mysql_query( gsString, THREAD_NONE, playerid );
}
return ( 1 );
}
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