Hi, wie mach ich dass das alle autos bzw. DAten aus der db gelesen werden
Meine Vorstellung wäre so aber ich weiß nicht wie ichs umsetzen soll
stock LoadFrakVeh()
{
for(new i; /*Was hier?*/)
{
CreateVehicle(mysql_GetInt("modelid"), mysql_GetFloat("x"), mysql_GetFloat("y"), mysql_GetFloat("z"), mysql_GetFloat("a"),mysql_GetInt("color1"), mysql_GetInt("color2"), -1);
}
return 1;
}
So nun aber wie mache ich das alle fraktions autos erstellt werden?...