Vehicles don't spawn. [MYSQL]
#1

.....
Reply
#2

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.
Reply
#3

....
Reply
#4

post that function "LoadVehiclesFromSlot" here, so we can see what's the problem.
Reply
#5

....
Reply
#6

Can you also, post the place where you used it, including it, too?
Reply
#7

....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)