06.02.2017, 04:58
REMOVE MAX_PVEHICLE as your limit coz it will read that...
or just remove the LIMIT part towards the MAX_PVEHICLE don't set any maximum
if you are loading player cars
Yiu should het it from the id.
That's all you need to do
It will load all the cars on your server player and non player vehicles.
or just remove the LIMIT part towards the MAX_PVEHICLE don't set any maximum
if you are loading player cars
Yiu should het it from the id.
PHP код:
LoadVehicleStats()
{
mysql_tquery(Database, "SELECT * FROM Vehicles" "OnVehiclesAvailable");
return 1;
}
It will load all the cars on your server player and non player vehicles.