Beiträge von whitetiiger
In 10 Minuten startet der nächtliche Backupvorgang! Es kann währenddessen (ca. 10 Minuten) zu Einschränkungen bei der Nutzung des Forums kommen
Weitere Infos findet ihr im Thema Backup des Forums
-
-
wenn du möchtest, erkläre ich dir die Funktionen im Teamspeak.
Bin im Breadfish TS "Smaltalk #1" -
Hatte ich im Print gemerkt, wollte aber auf Nummer sicher gehen.
-
Gut es liegt nämlich daran, dass du "cInfo[i][slot]" nicht ausliest.
-
nicht Wirklich, jedoch hab ich dir mal den Gesamten Quellcode bei Pastebin eingefügt(mit dem Zusatz OnFactionFinish(factionid))
-
Damit, jedoch nicht Wundern, ich habs kurz über die Tabelle houses generieren gelassen.
Code
Alles anzeigenstock LoadAllFaction() { new query[128]; format(query, 128, "SELECT * FROM houses"); mysql_tquery(Handle, query, "OnLoadAllFaction", ""); return 1; } forward OnLoadAllFaction(); public OnLoadAllFaction() { new rows, fields; cache_get_data(rows, fields, Handle); for(new i = 0; i < rows; i++) { new factionid = GetFreeFactionID(); if(factionid == -1) return -1; FactionData[factionid][fdId] = cache_get_field_content_int(i, "id", Handle); FactionData[factionid][fdUser_id] = cache_get_field_content_int(i, "user_id", Handle); FactionData[factionid][fdPosX] = cache_get_field_content_float(i,"posX",Handle); FactionData[factionid][fdPosY] = cache_get_field_content_float(i,"posY",Handle); FactionData[factionid][fdPosZ] = cache_get_field_content_float(i,"posZ",Handle); FactionData[factionid][fdPrice] = cache_get_field_content_float(i,"price",Handle); OnFactionFinish(factionid); } return 1; } -
Gut zu wissen, jedoch Arbeite ich eher nach dem Prinzip, einfach mit PHP auslesen und Verarbeiten.
-
Achso
zb. mit
LoadFactions();oder Was meinst du?(Bin noch übelst Verpeilt). Bist du auf dem Breadfish TS?
-
-
Meinst du bei PMA?
-
Versuche mal das
und Poste mal den Stock, wo du die Fahrzeuge lädst.
Code
Alles anzeigenocmd:carkey(playerid,params[]) { new string[512], bool:found, model; for(new s = 0; s <= 4; s++) { found = false; printf("Starte Slot %d", s); for(new i = 0; i < sizeof(cInfo); i++) { printf("i: %d -> Besitzer: %d == %d / Slot: %d", i, cInfo[i][besitzer], PlayerInfo[playerid][pMySQLID], cInfo[i][slot]); if(cInfo[i][besitzer] == PlayerInfo[playerid][pMySQLID]) { found = true; model = cInfo[i][carmodel]; printf("model: %d", model); if(model >= 400 && model <= 611) format(string,sizeof(string),"%s{FF0000}%d) %s\n",string, s, getVehicleName(model)); else format(string,sizeof(string),"%s{00FF00}%d) -Schlüssel frei-\n",string, s); break; } } printf("found = false"); if(!found) format(string,sizeof(string),"%s{00FF00}%d) -Schlüssel frei-\n",string, s); } ShowPlayerDialog(playerid,DIALOG_CARKEY,DIALOG_STYLE_LIST,"Fahrzeuge",string,"Auswählen","Beenden"); return 1; } -
Keine Ursache, dafür sind wir ja eine Gemeinschaft.

-
Machst du mit Pickups und der ID 1317
-
255.255.255.255 ist die Netzmaske (IP), deshalb hab ich für meine HomeServer immer eine DNS Adresse.
-
Da kann ich dir leider auch nicht so wirklich Helfen, da ich mit JQuery schon lange nichts mehr gemacht hab.
Jedoch ein kleiner Tipp
<script>tinymce.init({selector:'textarea', forced_root_block: false});</script>
setzt das <p> außer Kraft(wird <br>) -
Das dies ein Localhost Server ist und du nicht mit deiner IP auf dem Server bist, ist das Normal
P.s. Guten Morgen
-
Das mit den Ampeln ist schon Standardmäßig.
-
-
ich hatte es mit diesem scheiß Updater gemacht.
-
er hat danach nicht mehr gestartet, bin jetzt wieder beim Guten alten Windows 7