Vehicles don't spawn. [MYSQL] - 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: Vehicles don't spawn. [MYSQL] (
/showthread.php?tid=552226)
..... -
Biess - 23.12.2014
.....
Re: Vehicles don't spawn. [MYSQL] -
PaulDinam - 23.12.2014
Weird, I find this script very similar to one of my RP scripts which was leaked hehe. Anyway...
OP: Pretty sure you have this in your GM?
Quote:
stock LoadVehicleFromSlot(playerid, slot)
{
format(query, sizeof(query), "SELECT * FROM `ownedvehicles` WHERE `owner` = '%s' AND `slot` = %d", GetName(playerid), slot);
mysql_function_query(dbHandle, query, true, "OnPlayerSpawnVehicle", "ii", playerid, slot);
return 1;
}
|
This part is bugged.
Re: Vehicles don't spawn. [MYSQL] -
Biess - 23.12.2014
....
Re: Vehicles don't spawn. [MYSQL] -
Sawalha - 23.12.2014
post that function "LoadVehiclesFromSlot" here, so we can see what's the problem.
Re: Vehicles don't spawn. [MYSQL] -
Biess - 23.12.2014
....
Re: Vehicles don't spawn. [MYSQL] -
Sawalha - 23.12.2014
Can you also, post the place where you used it, including it, too?
Re: Vehicles don't spawn. [MYSQL] -
Biess - 23.12.2014
....