Beiträge von Suchti2000

    Wo ist hier jz das Problem:


    --------------------------------------------
    --
    -- Tabellenstruktur für Tabelle `onlines`
    --


    CREATE TABLE IF NOT EXISTS `onlines` (
    `ID` int(11) NOT NULL,
    `Name` varchar(128) NOT NULL,
    PRIMARY KEY (`ID`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;


    --
    -- Daten für Tabelle `onlines`

    Hallo,


    Wenn ich die pRP Datenbank iportiere kommt folgender Fehler:
    SQL-Befehl:--
    -- Daten für Tabelle `complains`
    ------------------------------------------ --
    --
    -- Tabellenstruktur für Tabelle `news`
    --
    CREATE TABLE IF NOT EXISTS `news` (

    `ID` INT( 11 ) NOT NULL AUTO_INCREMENT ,
    `Titel` VARCHAR( 32 ) COLLATE utf8_swedish_ci NOT NULL ,
    `Message` VARCHAR( 999 ) COLLATE utf8_swedish_ci NOT NULL ,
    `ErstelltVon` VARCHAR( 20 ) COLLATE utf8_swedish_ci NOT NULL ,
    `ErstelltAm` VARCHAR( 20 ) COLLATE utf8_swedish_ci NOT NULL ,
    `Bedankt` INT( 10 ) NOT NULL DEFAULT '0',
    PRIMARY KEY ( `ID` )) ENGINE = INNODB DEFAULT CHARSET = utf8 COLLATE = utf8_swedish_ci AUTO_INCREMENT =1;


    MySQL meldet: #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 '--------------------------------------------


    --
    -- Tabellenstruktur für Tabell' at line 3



    Kann mir wer helfen , oder hat wer die entbuggte?


    mfg

    Hallo,


    Als ich an meinem Selfmade etwas umgeändert habe und compilet habe, kamen diese Errors:


    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\pawno\include\incognitostreamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\pawno\include\incognitostreamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\pawno\include\incognitostreamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\pawno\include\incognitostreamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\gamemodes\youtubetutorial.pwn(226) : warning 217: loose indentation
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\gamemodes\youtubetutorial.pwn(242) : warning 217: loose indentation
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    2 Errors.


    Woran liegt das?

    Hallo,


    Ich habe derzeit Probleme mit meinem Selfmade. Ich bin dabei, ein Accountsystem zu machen was zu 99% fertig ist. Jedoch gibt es 5 Errors die nicht raus gehen.. Auch nach neuschreiben der zeilen nicht..


    Hier die Errors:


    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\gamemodes\gfr.pwn(381) : error 006: must be assigned to an array
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\gamemodes\gfr.pwn(382) : error 006: must be assigned to an array
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\gamemodes\gfr.pwn(383) : error 006: must be assigned to an array
    C:\Users\FabiAn\Documents\GTA San Andreas User Files\Selfmade\gamemodes\gfr.pwn(384) : error 006: must be assigned to an array
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    4 Errors.


    Zeilen:



    if(dini_Exists(Spieler)) { sSpieler[playerid][Adminlevel] = dini_Get(Spieler,"Adminlevel"); sSpieler[playerid][Level] = dini_Get(Spieler,"Level"); sSpieler[playerid][Fraktion] = dini_Get(Spieler,"Fraktion"); sSpieler[playerid][Team] = dini_Get(Spieler,"Team");

    Hallo,


    Wenn ich als Admin 8 (projektleitung) im /o Chat schreibe kommt Serverleitung yö: [GFR]Fabian ... Hier einmal der Befehl:



    Hallo,
    Wenn ich als Admin 8 (projektleitung) im /o Chat schreibe kommt Serverleitung yö: [GFR]Fabian ... Hier einmal der Befehl:
    if(strcmp(cmd, "/ooc", true) == 0 || strcmp(cmd, "/o", true) == 0) { if(PlayerInfo[playerid][pAdmin] >= 4) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, " Du bist noch nicht Eingeloggt !"); return 1; } if(PlayerInfo[playerid][pMuted] == 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, " Du kannst nicht sprechen, du bist gemutet !"); return 1; } GetPlayerName(playerid, sendername, sizeof(sendername)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[64]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, 0xFFE600FF, "NUTZUNG: (/o)oc [ooc chat]"); return 1; } if(PlayerInfo[playerid][pAdmin] == 4) { format(string, sizeof(string),"((*Super Moderator %s: %s))", sendername, result); } else if(PlayerInfo[playerid][pAdmin] == 0 && (noooc)) { format(string, sizeof(string), "(( %s: %s))", sendername, result); } else if(PlayerInfo[playerid][pAdmin] == 5) { format(string, sizeof(string), "((*Administrator %s: %s))", 0xD70000FF, sendername, result); } else if(PlayerInfo[playerid][pAdmin] == 6) { format(string, sizeof(string), "((*Server Manager %s: %s))", 0xD70000FF, sendername, result); } else if(PlayerInfo[playerid][pAdmin] == 7) { format(string, sizeof(string), "((**Communityleitung %s: %s))", 0xD70000FF, sendername, result); } else if(PlayerInfo[playerid][pAdmin] == 8) { format(string, sizeof(string), "((**Serverleitung %s: %s))", 0xD70000FF, sendername, result); } else return 1; OOCOff(COLOR_OOC,string); Log("OA-Chat.txt",string); } return 1;

    Hier die Log mit Nativechecker und Crashdetect:


    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3z, (C)2005-2014 SA-MP Team


    [14:56:03]
    [14:56:03] Server Plugins
    [14:56:03] --------------
    [14:56:03] Loading plugin: streamer.so
    [14:56:03]


    *** Streamer Plugin v2.6 by Incognito loaded ***


    [14:56:03] Loaded.
    [14:56:03] Loading plugin: mysql.so
    [14:56:03]


    > MySQL plugin R5 successfully loaded.


    [14:56:03] Loaded.
    [14:56:03] Loading plugin: MapAndreas.so
    [14:56:03] Loaded.
    [14:56:03] Loading plugin: crashdetect.so
    [14:56:03] crashdetect v4.7.4 is OK.
    [14:56:03] Loaded.
    [14:56:03] Loading plugin: nativechecker.so
    [14:56:03] Loaded.
    [14:56:03] Loaded 5 plugins.


    [14:56:03]
    [14:56:03] Filterscripts
    [14:56:03] ---------------
    [14:56:03] Loading filterscript 'animations.amx'...
    [14:56:03] Loaded 1 filterscripts.


    [14:56:03] <-| [MYSQL] Verbindung zur Datenbank wurde erfolgreich hergestellt!
    [14:56:03] Es wurden erfolgreich [19] Häuser geladen!
    [14:56:03] Incoming connection: 178.33.168.72:59377
    [14:56:03] Incoming connection: 178.33.168.72:55573
    [14:56:03] Incoming connection: 178.33.168.72:43730
    [14:56:03] Incoming connection: 178.33.168.72:60461
    [14:56:03] Incoming connection: 178.33.168.72:56311
    [14:56:03] Incoming connection: 178.33.168.72:43052
    [14:56:03] Incoming connection: 178.33.168.72:54409
    [14:56:03] Incoming connection: 178.33.168.72:50403
    [14:56:03] Incoming connection: 178.33.168.72:48520
    [14:56:03] Filterscript 'animations.amx' unloaded.
    [14:56:03] Incoming connection: 178.33.168.72:44071
    [14:56:03] Incoming connection: 178.33.168.72:34666
    [14:56:03] Blocking 178.33.168.72 due to a 'server full' attack (1)
    [14:56:03] Filterscript 'animations.amx' loaded.
    [14:56:03] Es wurden erfolgreich [6829] Objekte geladen!
    [14:56:03] ----------------------------------------
    [14:56:03] Bayside-Roleplay V.1.0 by Nemesus-Scripts.de
    [14:56:03] Copyright 2011-2012 by Nemesus&sHoOTi
    [14:56:03] ---------------------------------------


    Beim Joinen Restart der Server komischerweise immer...

    Hallo liebe Community,


    Der Server will irgendwie nicht starten... Die Server-Log sagt mir nun auch nichts besonderes. Woran liegt das?
    Hier die Log:


    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3z, (C)2005-2014 SA-MP Team


    [14:08:32]
    [14:08:32] Server Plugins
    [14:08:32] --------------
    [14:08:32] Loading plugin: streamer.so
    [14:08:32]


    *** Streamer Plugin v2.6 by Incognito loaded ***


    [14:08:32] Loaded.
    [14:08:32] Loading plugin: mysql.so
    [14:08:32]


    > MySQL plugin R5 successfully loaded.


    [14:08:32] Loaded.
    [14:08:32] Loading plugin: MapAndreas.so
    [14:08:32] Loaded.
    [14:08:32] Loading plugin: crashdetect.so
    [14:08:32] crashdetect v4.7.4 is OK.
    [14:08:32] Loaded.
    [14:08:32] Loaded 4 plugins.


    [14:08:32]
    [14:08:32] Ban list
    [14:08:32] --------
    [14:08:32] Loaded: samp.ban
    [14:08:32]
    [14:08:32]
    [14:08:32] Filterscripts
    [14:08:32] ---------------
    [14:08:32] Loading filterscript 'adminspec.amx'...
    [14:08:32] Loading filterscript 'gl_npcs.amx'...
    [14:08:32] Loaded 2 filterscripts.


    [14:08:32] <-| [MYSQL] Verbindung zur Datenbank wurde erfolgreich hergestellt!
    [14:08:32] Es wurden erfolgreich [19] Häuser geladen!
    [14:08:32] Filterscript 'animations.amx' unload failed.
    [14:08:32] Filterscript 'animations.amx' loaded.
    [14:08:32] Es wurden erfolgreich [6829] Objekte geladen!
    [14:08:32] ----------------------------------------
    [14:08:32] GFR-Roleplay V.1.0 by Nemesus-Scripts.de
    [14:08:32] Copyright 2011-2012 by Nemesus&sHoOTi
    [14:08:32] ------------------------------------------
    [14:08:32] •
    [14:08:32] Number of vehicle models: 70
    [14:08:32] --- Server Shutting Down.
    [14:08:32]


    *** Streamer Plugin v2.6 by Incognito unloaded ***


    MYSQL-Log:
    [14:10:20]
    [14:10:20] ---------------------------
    [14:10:20] MySQL Debugging activated (10/24/14)
    [14:10:20] ---------------------------
    [14:10:20]
    [14:10:20] >> mysql_ping( Connection handle: 1 )
    [14:10:20] CMySQLHandler::Ping() - Connection is still alive.
    [14:10:20] >> mysql_query( Connection handle: 1 )
    [14:10:20] CMySQLHandler::Query(SELECT * FROM werbeschilder WHERE id = 1) - Successfully executed.
    [14:10:20] >> mysql_store_result( Connection handle: 1 )
    [14:10:20] CMySQLHandler::StoreResult() - Result was stored.
    [14:10:20] >> mysql_fetch_row_format( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchRow() - Return: 1|Bayside-Roleplay.de|
    [14:10:20] >> mysql_fetch_field_row( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchField("text") - Bayside-Roleplay.de
    [14:10:20] >> mysql_fetch_field_row( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchField("textt") -
    [14:10:20] >> mysql_query( Connection handle: 1 )
    [14:10:20] CMySQLHandler::Query(SELECT * FROM werbeschilder WHERE id = 2) - Successfully executed.
    [14:10:20] >> mysql_store_result( Connection handle: 1 )
    [14:10:20] CMySQLHandler::StoreResult() - Result was stored.
    [14:10:20] >> mysql_fetch_row_format( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchRow() - Return: 2|2|2
    [14:10:20] >> mysql_fetch_field_row( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchField("text") - 2
    [14:10:20] >> mysql_fetch_field_row( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchField("textt") - 2
    [14:10:20] >> mysql_query( Connection handle: 1 )
    [14:10:20] CMySQLHandler::Query(SELECT * FROM werbeschilder WHERE id = 3) - Successfully executed.
    [14:10:20] >> mysql_store_result( Connection handle: 1 )
    [14:10:20] CMySQLHandler::StoreResult() - Result was stored.
    [14:10:20] >> mysql_fetch_row_format( Connection handle: 1 )
    [14:10:20] CMySQLHandler::FetchRow() - Return: 3|BSRP|BETATEST
    [14:10:20] >> mysql_fetch_field_row( Connection handle: 1 )
    [14:10:20] CMySQLH

    Hier die Crash Meldung:


    SA-MP 0.3z
    Exception At Address: 0x04AD7F50
    Base: 0x046D0000


    Registers:
    EAX: 0x00000000 EBX: 0x0028FCB0 ECX: 0x00000000 EDX: 0x00000000
    ESI: 0x0028FCC0 EDI: 0x00000000 EBP: 0x0028FB94 ESP: 0x0028FB14
    EFLAGS: 0x00210293


    Stack:
    +0000: 0x00000000 0x00000000 0x8876086C 0x00000810
    +0010: 0x00000016 0x00000001 0x00000001 0x00000000
    +0020: 0x00000000 0x00000000 0x00000080 0x00000020
    +0030: 0x08611580 0x0028FB90 0x738975E3 0x0028FB68
    +0040: 0x00000000 0x00000000 0x00000080 0x00000020
    +0050: 0x08611580 0x00000016 0x00010000 0x00000080
    +0060: 0x00000020 0x738978A4 0x00000000 0x0028FCB0
    +0070: 0x65726944 0x00000000 0x4D534420 0x00000000
    +0080: 0x0028FC30 0x04AD8265 0x0028FC5C 0x08611580
    +0090: 0x00000000 0x00000000 0x00000000 0x00010001
    +00A0: 0x00000000 0x00000020 0x08611580 0x00000016
    +00B0: 0x00000001 0x00000001 0x00000000 0x00000000
    +00C0: 0x00000000 0x00000080 0x00000020 0x08611580
    +00D0: 0x0028FC2C 0x738975E3 0x0028FC04 0x00000000
    +00E0: 0x00000000 0x00000080 0x00000020 0x00000000
    +00F0: 0x00000000 0x00000000 0x08000001 0x00000004
    +0100: 0x00000000 0x00000000 0x0028FCB0 0x08611580
    +0110: 0x124B1AD0 0x738F2F81 0x00000000 0x0028FD24
    +0120: 0x04AC156C 0x0028FC5C 0x08611580 0x00000000
    +0130: 0x00000000 0x00000000 0x00000001 0x00000003
    +0140: 0x0028FD38 0x0BCED438 0x01AAB360 0x01AA5744
    +0150: 0x0CCA3CD4 0x7387D32F 0x01AA5740 0x00000050
    +0160: 0x00000001 0x08000002 0x00000004 0x00000000
    +0170: 0x00000000 0x0CCA3CD4 0x000001E0 0x0CCA4860
    +0180: 0x0CCA4840 0x00000000 0x00000000 0x00000280
    +0190: 0x000001E0 0x00000000 0x3F800000 0x00000000
    +01A0: 0x00000000 0x00000000 0x00000000 0x00000000
    +01B0: 0x00000016 0x00000001 0x00000000 0x00000000
    +01C0: 0x00000000 0x00000000 0x00000040 0x00000020
    +01D0: 0x00000016 0x00000001 0x00000001 0x00000000
    +01E0: 0x00000000 0x00000000 0x00000080 0x00000020
    +01F0: 0x00000000 0x00000000 0x00000080 0x00000020
    +0200: 0x00000000 0x00000000 0x00000040 0x00000020
    +0210: 0x0028FD98 0x0474F6B5 0x0CCA0360 0x00000000
    +0220: 0x00000000 0x08611580 0x00000000 0x00000000
    +0230: 0x00000003 0x00000000 0x0000001A 0x0BD1D698
    +0240: 0x00000000 0x0CCA0660 0x0CCA0360 0x046E9178
    +0250: 0x0479F068 0xA1770B3C 0x04735B25 0x0000001A
    +0260: 0xA1770B3C 0x00000000 0x0BD010C0 0x0028FD70
    +0270: 0x0028F654 0x0028FF7C 0x04780AA4 0x047A2EB0


    SCM Op: 0x160, lDbg: 0 LastRendObj: 0


    Game Version: US 1.0


    State Information: Ped Context: 0


    Hat bisher alles nichts gebracht..