Das mit DestroyObject kenne ich, aber ich weiß jetzt nicht wie ich es mit einem Befehl weglöschen kann.
Kannst du es mir nicht eben machen? Wäre sehr nett von dir
Mfg.
Das mit DestroyObject kenne ich, aber ich weiß jetzt nicht wie ich es mit einem Befehl weglöschen kann.
Kannst du es mir nicht eben machen? Wäre sehr nett von dir
Mfg.
Moin, ich hab das so eingebaut das Premiumuser Neon's verwenden können, jetzt kommt die Frage wie kann ich es machen das ich die Neonlichter wieder lösche?
Hier der Befehl
if(dialogid == neonmenu)
{
if(response)
{
if(SpielerInfo[playerid][sPremium] >= 1)
{
SendClientMessage(playerid,Farbe_Orange,"Du hast ein Neon aktiviert (Nur für Premiumuser)");
}
else
{
SendClientMessage(playerid,Farbe_Grau,"Du bist leider kein Premiumuser!");
}
if(listitem == 0)//Blaues Neon
{
SetPVarInt(playerid,"neon",CreateObject(18648,0,0,0,0,0,0,283));
SetPVarInt(playerid,"neon1",CreateObject(18648,0,0,0,0,0,0,283));
AttachObjectToVehicle(GetPVarInt(playerid,"neon"),GetPlayerVehicleID(playerid),0.8,0,-0.70,0,0,0);
AttachObjectToVehicle(GetPVarInt(playerid,"neon1"),GetPlayerVehicleID(playerid),-0.8,0,-0.70,0,0,0);
}
if(listitem == 1) //Grün
{
SetPVarInt(playerid, "neon", CreateObject(18649,0,0,0,0,0,0,283));
SetPVarInt(playerid, "neon1", CreateObject(18649,0,0,0,0,0,0,283));
AttachObjectToVehicle(GetPVarInt(playerid, "neon"), GetPlayerVehicleID(playerid), 0.8,0,-0.70,0,0,0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), GetPlayerVehicleID(playerid), -0.8,0,-0.70,0,0,0);
}
if(listitem == 2) //Rot
{
SetPVarInt(playerid, "neon", CreateObject(18647,0,0,0,0,0,0,283));
SetPVarInt(playerid, "neon1", CreateObject(18647,0,0,0,0,0,0,283));
AttachObjectToVehicle(GetPVarInt(playerid, "neon"), GetPlayerVehicleID(playerid), 0.8,0,-0.70,0,0,0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), GetPlayerVehicleID(playerid), -0.8,0,-0.70,0,0,0);
}
if(listitem == 3) //Weiß
{
SetPVarInt(playerid, "neon", CreateObject(18652,0,0,0,0,0,0,283));
SetPVarInt(playerid, "neon1", CreateObject(18652,0,0,0,0,0,0,283));
AttachObjectToVehicle(GetPVarInt(playerid, "neon"), GetPlayerVehicleID(playerid), 0.8,0,-0.70,0,0,0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), GetPlayerVehicleID(playerid), -0.8,0,-0.70,0,0,0);
}
if(listitem == 4) //Gelb
{
SetPVarInt(playerid, "neon", CreateObject(18650,0,0,0,0,0,0,283));
SetPVarInt(playerid, "neon1", CreateObject(18650,0,0,0,0,0,0,283));
AttachObjectToVehicle(GetPVarInt(playerid, "neon"), GetPlayerVehicleID(playerid), 0.8,0,-0.70,0,0,0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), GetPlayerVehicleID(playerid), -0.8,0,-0.70,0,0,0);
}
if(listitem == 5) //Pink
{
SetPVarInt(playerid, "neon", CreateObject(18651,0,0,0,0,0,0,283));
SetPVarInt(playerid, "neon1", CreateObject(18651,0,0,0,0,0,0,283));
AttachObjectToVehicle(GetPVarInt(playerid, "neon"), GetPlayerVehicleID(playerid), 0.8,0,-0.70,0,0,0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), GetPlayerVehicleID(playerid), -0.8,0,-0.70,0,0,0);
}
}
}
Alles anzeigenich hab auch das von strickenkid.. mein connect:
host: dein server (127.0.0.1)
user: mysql user
pass: dessen pw
db: die datenbank (samp o.ä.)
mysql_connect(host, user, pass, db, mysql_init(LOG_ALL,_), 1);
um nicht alles zu loggen --> LOG_ALL durch _ ersetzen
Danke, das im Script habe ich es genau so wie du es gesagt hast
Und das mit dem LOG_ALL wie meinst du das?
Mfg.
Bei der Struktur habe ich oben, das hier
Navicat MySQL Data Transfer
Source Server : local
Source Server Version : 50516
Source Host : localhost:3306
Source Database : samp608
Target Server Type : MYSQL
Target Server Version : 50516
File Encoding : 65001
Alles anzeigen
Das mit der Source Database soll ich da mein Datenbank reinschreiben in dem Fall samp95_romal??
Ja das frage ich mich auch, obwohl ich alles richtig habe connectet der nicht
Hat einer vllt eine Idee woran das liegen könnte :P?
//Edit: @BlackAce ich hab ein Server gesponsort bekommen von http://cp.server-free.de ich weiß nicht obs die es zulassen
Ich hab alles versucht, aber ich weiß echt nicht mehr weiter... hab im Script die Daten vom MySQL eingetragen, die MySQL Datenbank Struktur erstellt.. (Accounts, Autos etc.) aber kommt immer wieder..
//Edit: Kann mir kein Profi helfen?
Abend Community,
Ich bin jetzt wirklich am überlegen ob ich mein Selfmade hinschmeiße obwohl ich vieles dran gemacht habe
Die letze Hoffnung, bitte die Profis voran, mein Selfmade basiert auf MySQL und ich benutze das MySQL Strickendkid v.2.1.1
Aber wenn ich den Server starte bekomme ich folgende Errors / Warnungen:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, (C)2005-2011 SA-MP Team
[21:01:42]
[21:01:42] Server Plugins
[21:01:42] --------------
[21:01:42] Loading plugin: mysql.so
[21:01:42] SA:MP MySQL Plugin v2.1.1 Loaded.
[21:01:42] [MySQL] Thread running. Threadsafe: Yes.
[21:01:42] Loaded.
[21:01:42] Loading plugin: filemanager.so
[21:01:42] ******************
[21:01:42] ** FILE MANAGER **
[21:01:42] ** Loaded **
[21:01:42] ** Version 1.1 **
[21:01:42] ******************
[21:01:42] Loaded.
[21:01:42] Loading plugin: streamer.so
[21:01:42]
*** Streamer Plugin v2.3.7 by Incognito loaded ***
[21:01:42] Loaded.
[21:01:42] Loading plugin: sscanf.so
[21:01:42]
[21:01:42] ===============================
[21:01:42] sscanf plugin loaded.
[21:01:42] (c) 2009 Alex "Y_Less" Cole
[21:01:42] ===============================
[21:01:42] Loaded.
[21:01:42] Loaded 4 plugins.
[21:01:42]
[21:01:42] Filterscripts
[21:01:42] ---------------
[21:01:42] Loaded 0 filterscripts.
[21:01:42] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[21:01:42] gCamera has succesfully loaded 0 camera(s).
[21:01:42] __________________________________________
[21:01:42]
[21:01:42] Reallife by [GCR] 3.0
[21:01:42]
[21:01:42] __________________________________________
[21:01:42] [MySQL] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] | Verbindung kann nicht aufgebaut werden, fahre Server herunter.
[21:01:42] Number of vehicle models: 28
[21:01:42] --- Server Shutting Down.
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:42] [MySQL] Error (0): Function: mysql_close called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[21:01:43] SA:MP MySQL Plugin v2.1.1 Unloaded.
[21:01:43]
*** Streamer Plugin v2.3.7 by Incognito unloaded ***
[21:01:43]
[21:01:43] ===============================
[21:01:43] sscanf plugin unloaded.
[21:01:43] ===============================
Ich hoffe das mir einer helfen kann ist ziemlich wichtig
Würde sogar eine kleine Gegenleistung geben (10€Psc)
Mfg. Romal
Hilft mir gerade auch nicht weiter, aber trotzdem danke
Habs mal mit dem Linux Static 2.1.1 versucht, bekomme das hier
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, (C)2005-2011 SA-MP Team
[16:35:07]
[16:35:07] Server Plugins
[16:35:07] --------------
[16:35:07] Loading plugin: mysql.so
[16:35:07] SA:MP MySQL Plugin v2.1.1 Loaded.
[16:35:07] Loaded.
[16:35:07] Loading plugin: streamer.so
[16:35:07] [MySQL] Thread running. Threadsafe: Yes.
[16:35:07]
*** Streamer Plugin v2.3.7 by Incognito loaded ***
[16:35:07] Loaded.
[16:35:07] Loading plugin: sscanf.so
[16:35:07]
[16:35:07] ===============================
[16:35:07] sscanf plugin loaded.
[16:35:07] (c) 2009 Alex "Y_Less" Cole
[16:35:07] ===============================
[16:35:07] Loaded.
[16:35:07] Loading plugin: filemanager.so
[16:35:07] ******************
[16:35:07] ** FILE MANAGER **
[16:35:07] ** Loaded **
[16:35:07] ** Version 1.1 **
[16:35:07] ******************
[16:35:07] Loaded.
[16:35:07] Loaded 4 plugins.
[16:35:07]
[16:35:07] Filterscripts
[16:35:07] ---------------
[16:35:07] Loaded 0 filterscripts.
[16:35:08] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[16:35:08] gCamera has succesfully loaded 0 camera(s).
[16:35:08] __________________________________________
[16:35:08]
[16:35:08] Reallife by [GCR] 3.0
[16:35:08]
[16:35:08] __________________________________________
[16:35:08] [MySQL] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] | Verbindung kann nicht aufgebaut werden, fahre Server herunter.
[16:35:08] Number of vehicle models: 28
[16:35:08] --- Server Shutting Down.
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] [MySQL] Error (0): Function: mysql_close called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[16:35:08] SA:MP MySQL Plugin v2.1.1 Unloaded.
[16:35:08]
*** Streamer Plugin v2.3.7 by Incognito unloaded ***
[16:35:08]
[16:35:08] ===============================
[16:35:08] sscanf plugin unloaded.
[16:35:08] ===============================
//EDIT: Kann mir keiner helfen?!
Sobald du im Impressum stehst, und du ein Teammitglied bist darfst du es versponsoren
Hmm. einer noch eine Idee :S?
Habe das letze Woche hinbekommen, aber ich kann mich nicht erinnern wie ich das gemacht habe, mit MySQL Strickenkid v.2.1 aber jetzt geht es irgendwie nicht :p
Kann mir keiner helfen? Ist wirklich dringend!
Ich bedanke mich im Vorraus
Mfg.
//Edit: Text
Also im Script habe ich die MySQL Datenbank und Name etc. geschrieben, bei Plugins habe ich mysql.so streamer.so filemanager.so sscanf.so" stehen.
Im MySQL Datenbank habe ich schon die Struktur usw. hochgeladen, alles ohne Probleme, aber wenn ich den Server starte kommt halt diese Fehlermeldung:
Loading plugin: mysql.so
[15:14:35] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Ich denke mal das liegt an der Version oderso.
PS: Brauche ich .net framework ?
//Edit: Text
Moin Community,
Ich bin kurz am verzweifeln, habe alles versucht aber es geht irgendwie nicht.. Unzwar arbeite ich weiter an meinem Selfmade es basiert auf MySQL, und wenn ich den Server starte
kommt diese Fehlermeldung:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, (C)2005-2011 SA-MP Team
[15:14:35]
[15:14:35] Server Plugins
[15:14:35] --------------
[15:14:35] Loading plugin: mysql.so
[15:14:35] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[15:14:35] Loading plugin: streamer.so
[15:14:35]
*** Streamer Plugin v2.3.7 by Incognito loaded ***
[15:14:35] Loaded.
[15:14:35] Loading plugin: sscanf.so
[15:14:35]
[15:14:35] ===============================
[15:14:35] sscanf plugin loaded.
[15:14:35] (c) 2009 Alex "Y_Less" Cole
[15:14:35] ===============================
[15:14:35] Loaded.
[15:14:35] Loading plugin: filemanager.so
[15:14:35] ******************
[15:14:35] ** FILE MANAGER **
[15:14:35] ** Loaded **
[15:14:35] ** Version 1.1 **
[15:14:35] ******************
[15:14:35] Loaded.
[15:14:35] Loaded 3 plugins.
[15:14:35]
[15:14:35] Filterscripts
[15:14:35] ---------------
[15:14:35] Loaded 0 filterscripts.
[15:14:35] Script[gamemodes/romal.amx]: Run time error 19: "File or function is not found"
[15:14:35] Number of vehicle models: 0
Ich hoffe das mir einer helfen kann
Hallo, ich kriege immer diese Errors, wenn ich mein Server starten will.. Ich denke mal ich habe die Falsche Version oderso, weil letze Woche das noch ging, aber jetzt krieg ich es nicht zum laufen.
[12:52:59] [MySQL] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] | Verbindung kann nicht aufgebaut werden, fahre Server herunter.
[12:52:59] Number of vehicle models: 28
[12:52:59] --- Server Shutting Down.
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] [MySQL] Error (0): Function: mysql_close called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2).
[12:52:59] SA:MP MySQL Plugin v2.1.1 Unloaded.
[12:52:59]
*** Streamer Plugin v2.3.7 by Incognito unloaded ***
[12:52:59]
[12:52:59] ===============================
[12:52:59] sscanf plugin unloaded.
[12:52:59] ===============================
//EDIT: Kann mir keiner helfen? ist wichtig...
Auuuuugenkrebs puuur *-^
Naja ich gebe dir mal 0,5Pkt (Für die Mühe Fonts draufgeklatscht und ein Hintergrund)
PS: Übe mehr, am besten mit Gimp, oder Photoshop. Übung macht den Meister
Mfg. Romal
Hoffe es gefällt dir
Ej Leute ihr Speichert das Bild holt euch GIMP [Kostenlos] Schneidet die Einzelnen Teile Sauber aus .
Tada ihr hab seine Teile da umsonst viel einfacherDann vergrößert ihr sie auch noch auf die richtige Pixel Zahl mehr nicht
Ich krieg so ein Hals wenn ich so welche Sätze lese, das ist echt armselig von dir, er hat sich mühe gegeben und dann meint ein
Kind das er es einfach ausschneiden kann, und es ohne Erlaubniss benutzen kann! 1. Du machst dich Strafbar
und 2. Das ist das allerletze, dich muss man bannen
bt2: Ich finde sie ganz okay, 10€ ist ein fairer Preis
Viel glück noch
Mfg.
Habe dir mal auf der Schnelle etwas gemacht hoffe es gefällt dir, war ne Arbeit von 2-3Minuten
Mfg.
Okay. was hast du im Ordner Plugins? und alle benötigten Scriptfiles im Ordner?
Hast du ein Ordner in Scriptfiles namens "Accounts" wenn ja dann ist es kein MySQL
Edit: Speicherst du accs etc. mit dini ab?
Basiert dein Script auf MySQL envtl. hast du die Struktur nicht erstellt?
Mfg.