Hey Leute,
ich weiß das sieht aus wie der letzte Mist,
aber kann mir jemand helfen und zwar sollen in diesem
Teil die Informationen der Fahrzeuge geladen werden und
die Autos mit der Info gespawnt werden.
Codes:
enum pAuto
{
pAutoBesitzer[24],
pAutoModel,
Float:pAuto_X,
Float:pAuto_Y,
Float:pAuto_Z,
Float:pAuto_R,
pAutoLock,
pAutoOamt
};
new AutoInfo[MAX_VEHICLES][pAuto];
//So Speicher ich zum beispiel die Autos ab.
new Query[256];
format(Query, sizeof(Query), "INSERT INTO autos (id, pAutoBesitzer, pAutoModel, pAuto_X, pAuto_Y, pAuto_Z, pAuto_R, pAutoLock, pAutoOamt) VALUES (NULL, '%s', %d, %f, %f, %f, %f, %d, %d);",pn(playerid),560,0.0,0.0,0.0,0.0,0,0);
mysql_query(Query);
// Ich will die mit den AutoInfo Informationen spawnen lassen
Aber wie??? (Auf jeden Fall mit SELECT * FROM ...) Mehr weiss ich nicht.
Zum Bild: Ja die Coord hab ich per DB geändert.
(e) Bild hinzugefügt