24.06.2013, 13:07
I have vehicles table with auto increment..
It for some reason fucks up my whole server, can't even login, no commands are working.
This is what I have in LoadVehicle:
It makes my server stuck..
PHP код:
for(new i=0; i < 500; i++)
{
LoadVehicle(i); // i = slot
}
This is what I have in LoadVehicle:
PHP код:
format(query, sizeof(query), "SELECT * FROM `vehicles` WHERE `id` = %d", slot);
mysql_function_query(gHandle, query, true, "OnVehicleLoad", "d", slot);