Wie die überschrift sagt...
DestroyPlayerObject geht schonmal nicht...
Wie entferne ich AttachObjectToPlayer ?
Beiträge von Dark Leary
-
-
hi habe ein problem
ich will das Tuining abspeichern lassen, aber Kp wie das gehen soll...
ich benutze das Autohaus von Kaliber -
DROP TABLE IF EXISTS `accounts`;
was der fehleres müsste
DROP TABLE IF NOT EXISTS `accounts`;
heißen -
Das kommt in der log
Code
Alles anzeigen[21:42:32] --------------------------- [21:42:32] MySQL Debugging activated (04/27/13) [21:42:32] --------------------------- [21:42:32] [21:42:32] >> mysql_query( Connection handle: 1 ) [21:42:32] CMySQLHandler::Query(DROP TABLE IF EXISTS `accounts`;CREATE TABLE `accounts` (`id` int(11) NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Level` int(11) NOT NULL DEFAULT '1',`Geld` int(11) NOT NULL DEFAULT '0',`Skin` int(11) NOT NULL DEFAULT '137',`Member` int(11) NOT NULL DEFAULT '0',`Job` float NOT NULL DEFAULT '100',`Job Zeit` int(11) NOT NULL DEFAULT '0',`Leader` int(11) NOT NULL DEFAULT '0',`FrakRank` int(11) NOT NULL DEFAULT '0',`Adminlevel` int(11) NOT NULL DEFAULT '0',`Supporter` int(11) NOT NULL DEFAULT '0',`Ban` int(11) NOT NULL DEFAULT '0',`Fuehrerschein` int(11) NOT NULL DEFAULT '0',`Personalausweis` int(11) NOT NULL DEFAULT '0',`Wantedlevel` int(11) NOT NULL DEFAULT '0',`Krankenversicherung` int(11) NOT NULL DEFAULT '0',`Verwarnungen` int(11) NOT NULL DEFAULT '0',`Geschlecht` int(11) NOT NULL DEFAULT '0',`Waffenschein` int(11) NOT NULL DEFAULT '0',`Lunch` int(11) NOT NULL DEFAULT '0',`Angelschein` int(11) NOT NULL DEFAULT '0',`iPod` int(11) NOT NULL DEFAULT '0',`Fraktionsname` int(11) NOT NULL DEFAULT '0',`Bank` int(11) NOT NULL DEFAULT '0',`Geburtsjahr` int(11) NOT NULL DEFAULT '0',`Jailtime` int(11) NOT NULL DEFAULT '0',`Wanteds` int(11) NOT NULL DEFAULT '0',`Gestorben` int(11) NOT NULL DEFAULT '0',`PTX` int(11) NOT NULL DEFAULT '0',`PTY` int(11) NOT NULL DEFAULT '0',`PTZ` int(11) NOT NULL DEFAULT '0',`NextPayday` int(11) NOT NULL DEFAULT '0',`ErsterLog` int(11) NOT NULL DEFAULT '0',PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;) - An error has occured. (Error ID: 1064, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE `accounts` (`id` int(11) NOT NULL AUTO_INCREMENT,`Name` varchar(24)' at line 1)
-
-
-
hat sich erledigt..
aber die tabelle wird nicht erstellt -
Wie auch immer.. ich finde dieses Tutorial Perfekt!
du erklärst immer alles was du machen willst, bzw zeigst du genau was du machst....
weiter so.10/10
-
Hi ich will versuchen, das die Tabelle über den Script erstellt wird...
aber sie wird nicht erstellt...mein code:
new string[1629] = "DROP TABLE IF EXISTS `accounts`;";
strcat(string,"CREATE TABLE `accounts` (");
strcat(string,"`id` int(11) NOT NULL AUTO_INCREMENT,");
strcat(string,"`Name` varchar(24) NOT NULL,");
strcat(string,"`Level` int(11) NOT NULL DEFAULT '1',");
strcat(string,"`Geld` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Skin` int(11) NOT NULL DEFAULT '137',");
strcat(string,"`Member` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Job` float NOT NULL DEFAULT '100',");
strcat(string,"`Job Zeit` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Leader` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`FrakRank` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Adminlevel` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Supporter` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Ban` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Fuehrerschein` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Personalausweis` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Wantedlevel` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Krankenversicherung` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Verwarnungen` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Geschlecht` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Waffenschein` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Lunch` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Angelschein` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`iPod` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Fraktionsname` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Bank` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Geburtsjahr` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Jailtime` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Wanteds` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`Gestorben` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`PTX` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`PTY` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`PTZ` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`NextPayday` int(11) NOT NULL DEFAULT '0',");
strcat(string,"`ErsterLog` int(11) NOT NULL DEFAULT '0',");
strcat(string,"PRIMARY KEY (`id`)");
strcat(string,") ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;");
mysql_query(string); -
Achso du sprichst von den Wallpaper....
ich rede andauernt von den gifs in meiner Signatur
die Wallpapers finde ich selber nicht so toll
-
ReBorN, Rockie, Hisoshi (oder so :))
-
Bin halt noch beim lernen
-
Jo er ist mit mir im Projekt ich gucke seine Tutorials, das ist nicht nachgemacht sondern einfach nur beigebracht
-
Hi habe ein paar Signaturen gemacht... es sind .gif dateien....
ihr könnt sie in meiner Sigantur betrachten
ein paar bilder könnt ihr hier sehen -
verschieb mal die ebene von den GTA Logo
-
Hey benutze das Autohaus von Kaliber
aber wíe kann ich Farbe und Tuining speichern lassen?Speichertart:
stock LoadVehicels(playerid)
{
new arrCoords[30][64];
new strFromFile2[256];
new string[256], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string),"/Autohaus/%s.ini",name);
if(!fexist(string)) return 1;
new File: file = fopen(string, io_read);
if (file)
{
fread(file, strFromFile2);
split(strFromFile2, arrCoords, ',');
CarInfo[playerid][pX] = floatstr(arrCoords[0]);
CarInfo[playerid][pY] = floatstr(arrCoords[1]);
CarInfo[playerid][pZ] = floatstr(arrCoords[2]);
CarInfo[playerid][pA] = floatstr(arrCoords[3]);
CarInfo[playerid][pFarbe1] = strval(arrCoords[4]);
CarInfo[playerid][pFarbe2] = strval(arrCoords[5]);
CarInfo[playerid][pModel] = strval(arrCoords[6]);
CarInfo[playerid][pPreis] = strval(arrCoords[7]);
strmid(CarInfo[playerid][pOwner], name, 0, strlen(name), 255);
new str[128];
format(str, sizeof(str),"%s",name);
CarInfo[playerid][pKey] = CreateVehicle(CarInfo[playerid][pModel],CarInfo[playerid][pX],CarInfo[playerid][pY],CarInfo[playerid][pZ],CarInfo[playerid][pA],CarInfo[playerid][pFarbe1],CarInfo[playerid][pFarbe2],-1);
SetVehicleNumberPlate(CarInfo[playerid][pKey],str);
SetVehicleToRespawn(CarInfo[playerid][pKey]);
fclose(file);
}
return 1;
}
stock Umschreiben(old, neu)
{
CarInfo[neu][pX] = CarInfo[old][pX];
CarInfo[neu][pY] = CarInfo[old][pY];
CarInfo[neu][pZ] = CarInfo[old][pZ];
CarInfo[neu][pA] = CarInfo[old][pA];
CarInfo[neu][pModel] = CarInfo[old][pModel];
CarInfo[neu][pFarbe1] = CarInfo[old][pFarbe1];
CarInfo[neu][pFarbe2] = CarInfo[old][pFarbe2];
CarInfo[neu][pPreis] = CarInfo[old][pPreis];
new string[256];
format(string, sizeof(string),"%f, %f, %f, %f, %d, %d, 0, 0, %d, %d",CarInfo[neu][pX],CarInfo[neu][pY],CarInfo[neu][pZ],CarInfo[neu][pA],CarInfo[neu][pFarbe1],CarInfo[neu][pFarbe2],GetVehicleModel(GetPlayerVehicleID(neu)),CarInfo[neu][pPreis]);
SaveVehicles(string, neu);CarInfo[old][pX] = 0;
CarInfo[old][pY] = 0;
CarInfo[old][pZ] = 0;
CarInfo[old][pA] = 0;
CarInfo[old][pModel] = 0;
CarInfo[old][pFarbe1] = 0;
CarInfo[old][pFarbe2] = 0;
CarInfo[old][pPreis] = 0;
DeleteVehicle(old);
}
stock SaveVehicles(string[],playerid)
{
new entry[256],str[256],name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(str, sizeof(str),"/Autohaus/%s.ini",name);
format(entry, sizeof(entry), "%s\n",string);
new File:hFile;
hFile = fopen(str, io_write);
fwrite(hFile, entry);
fclose(hFile);
} -
zeig mal Makeleader befehl
-
Hi es nervt mich immer meinen Server und den Clienten auf 0.3e down zu machen...
ich benutze immer diesen Editor
Cameditor
wie gesagt, es nervtMfg.
-
Wie viele Objecte sind das? 10?
also das ist echt etwas leer, das schaffst du besser
Häng dich rein! -
thx finde ich auch... manche schaffen sowas halt nicht ;D