Beiträge von REVISION

    Sie soll auch nicht sichtbar sein sondern in der Funktion wird dann ein Textdraw sichtbar. Mein problem ist das die Zone so eine art kurve ist weil auf der Straße ist zum teil keine NoDm Zone aber wenn man nach oben läuft dann ist sie wieder da oder wenn man nach links läuft auch. Das ist das seltsame weil es ja eingentlich ein rechteck sein soll die Zone. Ps: Ich versuch es jetzt mal mit einem Streamer :)
    ~TheSnipesZone =]
    //Edit Ist nicht besser hier mal paar screens von meinem Problem: Die Lücke: Dann weiter oben ist wieder no dm zone: und etwas weiter links von der lücke ist auch wieder no dm ich check nicht was ich falsch mache:

    Ich hab folgendes problem ich versuche eine No-Dm zone zu scripten doch zum teil steht an manchen stellen in der Zone kein No-Dm Zone weshalb? Hier das Script:
    public IsPlayerInNoDMZone()
    {
    for(new i=0; i < MAX_PLAYERS; i++) //This line defines a name for all player, the name is "i"
    {
    if (IsPlayerInArea(i,1165,-963,1230,-866))
    {
    TextDrawShowForPlayer(i, Text:Textd1);
    }
    else
    {
    TextDrawHideForPlayer(i, Text:Textd1);
    }
    }
    return 1;
    }
    Ich hab noch bei OnGameModeInit einen Timer reingemacht der jede halbe sekunde überprüft (500) ob man in der No dm zone ist. Die Zone ist am BSN.
    Danke im vorraus :)
    ~TheSnipesZone =]


    *Wer Rechtschreib- bzw. Gramatikfehler findet darf sie behalten :)*


    Aus der Alten DB Expotieren und in die neue DB Importieren dann im FS die DB daten Ändern dann sollte es Problemlos gehen


    Genau das hab ich versucht z.B mit Navicat jedoch kam ein Error wenn ich die Tabelle öffne in der neuen Datenbank das die Tabelle kein primary key hat? o:
    Bei phpMyAdmin steht:
    Fehler


    SQL-Befehl:




    --
    -- Datenbank: `ni53699_1_DB`
    --
    -- --------------------------------------------------------
    --
    -- Tabellenstruktur für Tabelle `sellercars`
    --
    CREATE TABLE IF NOT EXISTS `sellercars` (


    `id` int( 11 ) NOT NULL AUTO_INCREMENT ,
    `Model` int( 11 ) DEFAULT NULL ,
    `Preis` int( 11 ) DEFAULT NULL ,
    `Cat` int( 11 ) DEFAULT NULL ,
    `Sellerid` int( 11 ) DEFAULT NULL ,
    PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =120;





    MySQL meldet:




    #1046 - No database selected



    Danke im vorraus :)


    //EDIT: Tabelle kein primary key hat?

    Hey ich hab ein kleines Problem,
    ich habe versucht die Tabellen von einer Datenbank in eine andere zu übertragen jedoch bekomme ich immer Errors.
    Ich habe es mit Navicat und phpMyAdmin probiert. Gäbe es eine möglichkeit die Tabbelen zu übertragen?
    Danke im vorraus (-:
    MFG


    TheSnipesZone :thumbup:

    Dankeeeeeee 11/10
    2 Fehler hab ich noch gefunden die Tuner funktionieren nicht. Damit mein ich wenn ich in ein Tuner reinfahr verschwindet das Pickup aber mehr passiert dann auch nicht :/ & der 2 ist wenn man ein Resprayer erstelle muss man den Server total neustarten damit er da ist ...
    Aber das Autohaus an sich und das Abschlepp system funktioniert Perfekt :)

    wenn du kein eigenes Tanksystem hast, kannst du im /dtdcamenu im speedo die tankanzeige ausschalten.


    @ TheSnipesZone:


    Um Stickenkid zu nutzen musst du ein define entklammern. Ich weiss jedoch nicht aus dem kopf wie der define hieß...


    #define MYSQL_StrickenKid So heißt es aba auch wenn ich es ausklammere kommen die Fehlermeldungen

    G-sTyLeZzZ(Version R7 Windows) weil bei Stickerkid diese Fehlermeldungen kommen:
    DT_DynamicCar.pwn(6592) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(6682) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(6694) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(6706) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(6718) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(6730) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(6742) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7007) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7085) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7089) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7117) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7163) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7167) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7195) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7242) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7246) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7281) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7285) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7313) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7363) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7367) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7395) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7908) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7921) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7924) : error 017: undefined symbol "mysql_query_fix"
    DT_DynamicCar.pwn(7992) : error 017: undefined symbol "mysql_query_fix"

    [07:16:09]
    [07:16:09] ** MySQL Debugging enabled (07/28/12)
    [07:16:09]
    [07:16:09] >> mysql_connect(85.131.221.83, ni53699_1_DB, ni53699_1_DB, ******) on port 3306
    [07:16:09] CMySQLHandler::CMySQLHandler() - constructor called.
    [07:16:09] CMySQLHandler::CMySQLHandler() - Connecting to "85.131.221.83" | DB: "ni53699_1_DB" | Username: "ni53699_1_DB"
    [07:16:09] CMySQLHandler::Connect() - Connection was successful.
    [07:16:09] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:09] >> mysql_ping( Connection handle: 1 )
    [07:16:09] CMySQLHandler::Ping() - Connection is still alive.
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_errno( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_free_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FreeResult() - The result is already empty.
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] Passing query CREATE TABLE IF NOT EXISTS `playercars` (`id` int(11) NOT NULL AUTO_INCREMENT, `SlotId` int(11), `Owner` varchar(28), `Preis` int(11), `Model` int(4), `Color1` int(4), `Color2` int(4), `AlarmBuyed` tinyint(1), `Locked` tinyint(1), `PJ` int(3), `Health` varchar(30), `DmgPanels` int(11), `DmgDoors` int(11),`DmgLights` int(11), `DmgTires` int(11), `Component00` int(11), `Component01` int(11), `Component02` int(11), `Component03` int(11), `Component04` int(11), `Component05` int(11), `Component06` int(11), `Component07` int(11), `Component08` int(11), `Component09` int(11),`Component10` int(11), `Component11` int(11), `Component12` int(11), `Component13` int(11), `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `RotZ` varchar(40), `VW` int(11), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; | siii
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_errno( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_free_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FreeResult() - The result is already empty.
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_errno( Connection handle: 1 )
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_free_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FreeResult() - The result is already empty.
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (CREATE TABLE IF NOT EXISTS `playercars` (`id` int(11) NOT NULL AUTO_INCREMENT, `SlotId` int(11), `Owner` varchar(28), `Preis` int(11), `Model` int(4), `Color1` int(4), `Color2` int(4), `AlarmBuyed` tinyint(1), `Locked` tinyint(1), `PJ` int(3), `Health` varchar(30), `DmgPanels` int(11), `DmgDoors` int(11),`DmgLights` int(11), `DmgTires` int(11), `Component00` int(11), `Component01` int(11), `Component02` int(11), `Component03` int(11), `Component04` int(11), `Component05` int(11), `Component06` int(11), `Component07` int(11), `Component08` int(11), `Component09` int(11),`Component10` int(11), `Component11` int(11), `Component12` int(11), `Component13` int(11), `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `RotZ` varchar(40), `VW` int(11), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_num_rows( Connection handle: 1 )
    [07:16:09] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
    [07:16:09] >> mysql_fetch_row_format( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_num_rows( Connection handle: 1 )
    [07:16:09] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
    [07:16:09] >> mysql_fetch_row_format( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
    [07:16:09] >> mysql_free_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FreeResult() - The result is already empty.
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_num_rows( Connection handle: 1 )
    [07:16:09] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
    [07:16:09] >> mysql_fetch_row_format( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
    [07:16:09] >> mysql_free_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FreeResult() - The result is already empty.
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_num_rows( Connection handle: 1 )
    [07:16:09] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
    [07:16:09] >> mysql_fetch_row_format( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
    [07:16:09] >> mysql_free_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FreeResult() - The result is already empty.
    [07:16:09] >> mysql_query_callback( Connection handle: 1 )
    [07:16:09] >> mysql_store_result( Connection handle: 1 )
    [07:16:09] CMySQLHandler::StoreResult() - No data to store.
    [07:16:09] >> mysql_num_rows( Connection handle: 1 )
    [07:16:09] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
    [07:16:09] >> mysql_fetch_row_format( Connection handle: 1 )
    [07:16:09] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
    [07:16:09] Passing query CREATE TABLE IF NOT EXISTS `resprayer` (`id` int(11) AUTO_INCREMENT, `Name` varchar(40), `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `Rot` varchar(40), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (CREATE TABLE IF NOT EXISTS `resprayer` (`id` int(11) AUTO_INCREMENT, `Name` varchar(40), `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `Rot` varchar(40), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] Passing query CREATE TABLE IF NOT EXISTS `seller` (`id` int(11) AUTO_INCREMENT, `Name` varchar(40), `sIconPosX` varchar(40), `sIconPosY` varchar(40), `sIconPosZ` varchar(40), `sIconRot` varchar(40), `sLVCarPosX` varchar(40), `sLVCarPosY` varchar(40), `sLVCarPosZ` varchar(40), `sLVCarRot` varchar(40), `sLVCamPosX` varchar(40), `sLVCamPosY` varchar(40),`sLVCamPosZ` varchar(40), `sLVPlyPosX` varchar(40), `sLVPlyPosY` varchar(40), `sLVPlyPosZ` varchar(40), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (CREATE TABLE IF NOT EXISTS `seller` (`id` int(11) AUTO_INCREMENT, `Name` varchar(40), `sIconPosX` varchar(40), `sIconPosY` varchar(40), `sIconPosZ` varchar(40), `sIconRot` varchar(40), `sLVCarPosX` varchar(40), `sLVCarPosY` varchar(40), `sLVCarPosZ` varchar(40), `sLVCarRot` varchar(40), `sLVCamPosX` varchar(40), `sLVCamPosY` varchar(40),`sLVCamPosZ` varchar(40), `sLVPlyPosX` varchar(40), `sLVPlyPosY` varchar(40), `sLVPlyPosZ` varchar(40), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] Passing query CREATE TABLE IF NOT EXISTS `sellercars` (`id` int(11) AUTO_INCREMENT, `Model` int(11), `Preis` int(11), `Cat` int(11), `Sellerid` int(11), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (CREATE TABLE IF NOT EXISTS `sellercars` (`id` int(11) AUTO_INCREMENT, `Model` int(11), `Preis` int(11), `Cat` int(11), `Sellerid` int(11), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] Passing query CREATE TABLE IF NOT EXISTS `sellerparks` (`id` int(11) AUTO_INCREMENT, `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `RotZ` varchar(40), `sellerid` int(11), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (CREATE TABLE IF NOT EXISTS `sellerparks` (`id` int(11) AUTO_INCREMENT, `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `RotZ` varchar(40), `sellerid` int(11), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] Passing query CREATE TABLE IF NOT EXISTS `tuner` (`id` int(11) AUTO_INCREMENT, `Name` varchar(40), `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `Rot` varchar(40), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (CREATE TABLE IF NOT EXISTS `tuner` (`id` int(11) AUTO_INCREMENT, `Name` varchar(40), `PosX` varchar(40), `PosY` varchar(40), `PosZ` varchar(40), `Rot` varchar(40), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] Passing query SELECT `Neon` FROM `playercars` | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT `Neon` FROM `playercars`)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:09] CMySQLHandler::Connect() - Connection was successful.
    [07:16:09] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:09] Passing query ALTER TABLE `playercars` ADD `Neon` INT( 3 ) NOT NULL DEFAULT '-1' | siii
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Error will be triggered to OnQueryError()
    [07:16:09] Passing query SELECT `Numplate` FROM `playercars` | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT `Numplate` FROM `playercars`)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:09] CMySQLHandler::Connect() - Connection was successful.
    [07:16:09] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:09] Passing query ALTER TABLE `playercars` ADD `Numplate` VARCHAR( 32 ) NOT NULL | siii
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Error will be triggered to OnQueryError()
    [07:16:09] Passing query SELECT `OPark` FROM `playercars` | siii
    [07:16:09] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT `OPark` FROM `playercars`)
    [07:16:09] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:10] CMySQLHandler::Connect() - Connection was successful.
    [07:16:10] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:10] Passing query ALTER TABLE `playercars` ADD `OPark` BOOL NOT NULL DEFAULT '0', ADD `OParkX` VARCHAR( 40 ) NOT NULL DEFAULT '0.0', ADD `OParkY` VARCHAR( 40 ) NOT NULL DEFAULT '0.0', ADD `OParkZ` VARCHAR( 40 ) NOT NULL DEFAULT '0.0' | siii
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Error will be triggered to OnQueryError()
    [07:16:10] Passing query SELECT * FROM `seller` | siii
    [07:16:10] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `seller`)
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:10] CMySQLHandler::Connect() - Connection was successful.
    [07:16:10] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:10] Passing query SELECT * FROM `sellercars` | siii
    [07:16:10] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `sellercars`)
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:10] CMySQLHandler::Connect() - Connection was successful.
    [07:16:10] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:10] Passing query SELECT * FROM `sellerparks` | siii
    [07:16:10] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `sellerparks`)
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:10] CMySQLHandler::Connect() - Connection was successful.
    [07:16:10] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:10] Passing query SELECT * FROM `resprayer` | siii
    [07:16:10] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `resprayer`)
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [07:16:10] CMySQLHandler::Connect() - Connection was successful.
    [07:16:10] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [07:16:10] Passing query SELECT * FROM `tuner` | siii
    [07:16:10] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `tuner`)
    [07:16:10] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    //Edit
    Überschrift geändert

    Kleines Problem sind zu viele Zeichen o:
    [12:17:49] >> mysql_query_callback( Connection handle: 1 )
    [12:17:49] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [12:17:49] >> mysql_store_result( Connection handle: 1 )
    [12:17:49] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
    [12:17:49] >> mysql_num_rows( Connection handle: 1 )
    [12:17:49] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
    [12:17:49] >> mysql_retrieve_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::RetrieveRow() - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(id) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(SlotId) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Preis) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Model) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Color1) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Color2) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(AlarmBuyed) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Locked) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(PJ) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Health) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(DmgPanels) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(DmgDoors) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(DmgLights) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(DmgTires) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component00) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component01) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component02) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component03) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component04) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component05) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component06) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component07) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component08) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component09) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component10) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component11) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component12) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Component13) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(PosX) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(PosY) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(PosZ) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(RotZ) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(VW) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Neon) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(Numplate) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(OPark) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(OParkX) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(OParkY) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(OParkZ) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:49] CMySQLHandler::FetchField(OParkR) - You cannot call this function now. (Reason: Connection is dead)
    [12:17:49] >> mysql_real_escape_string( Connection handle: 1 )
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(RotZ) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(VW) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Neon) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Numplate) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(OPark) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(OParkX) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(OParkY) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(OParkZ) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(OParkR) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] Passing query SELECT * FROM `playercars` WHERE `Owner` = '[GsG]TheSnipesZone' AND `SlotId` = '1' ORDER BY `id` DESC LIMIT 1 | siii
    [12:17:11] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `playercars` WHERE `Owner` = '[GsG]TheSnipesZone' AND `SlotId` = '1' ORDER BY `id` DESC LIMIT 1)
    [12:17:11] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [12:17:11] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [12:17:11] CMySQLHandler::Connect() - Connection was successful.
    [12:17:11] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [12:17:11] Passing query SELECT * FROM `playercars` WHERE `Owner` = '[GsG]TheSnipesZone' AND `SlotId` = '2' ORDER BY `id` DESC LIMIT 1 | siii
    [12:17:11] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `playercars` WHERE `Owner` = '[GsG]TheSnipesZone' AND `SlotId` = '2' ORDER BY `id` DESC LIMIT 1)
    [12:17:11] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [12:17:11] CMySQLHandler::ProcessQueryThread() - Reconnection attempt in background thread.
    [12:17:11] CMySQLHandler::Connect() - Connection was successful.
    [12:17:11] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [12:17:11] Passing query SELECT * FROM `playercars` WHERE `Owner` = '[GsG]TheSnipesZone' AND `SlotId` = '3' ORDER BY `id` DESC LIMIT 1 | siii
    [12:17:11] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `playercars` WHERE `Owner` = '[GsG]TheSnipesZone' AND `SlotId` = '3' ORDER BY `id` DESC LIMIT 1)
    [12:17:11] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
    [12:17:49] >> mysql_real_escape_string( Connection handle: 1 )
    [12:17:49] CMySQLHandler::EscapeString([GsG]gido); - Escaped 9 characters to [GsG]gido.
    [12:17:10] CMySQLHandler::FetchField(AlarmBuyed) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Locked) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(PJ) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Health) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(DmgPanels) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(DmgDoors) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(DmgLights) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(DmgTires) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component00) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component01) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component02) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component03) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component04) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component05) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component06) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component07) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component08) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component09) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component10) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component11) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component12) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(Component13) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(PosX) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(PosY) - You cannot call this function now. (Reason: Fields/Rows are empty.)
    [12:17:10] >> mysql_fetch_field_row( Connection handle: 1 )
    [12:17:10] CMySQLHandler::FetchField(PosZ) - You cannot call this function now. (Reason: Fields/Rows are empty.)

    Ich hab jetzt schon 4mal alles gelöscht also alles was in der Datenbank drinne ist,die Scriptfiles & das FS ansich . Nartürlich hab ich alles neuinstaliert und wieder ein Autohaus erstellt. Im mysql_log.txt steht:
    27/07/2012 11:56:46: MYSQL: Versuche zum MySql-Server zu Connecten...
    27/07/2012 11:56:46: MYSQL: Datenbank-Verbindung stabil.
    27/07/2012 11:56:46: MYSQL: Autohäuser zum Konvertieren gefunden...
    27/07/2012 11:56:46: MYSQL: 8 Autohäuser mit allen dazugehörigen Daten Konvertiert und die veralteten Files gelöscht!
    27/07/2012 11:56:46: MYSQL: Resprayer zum Konvertieren gefunden...
    27/07/2012 11:56:46: MYSQL: 5 Resprayer Konvertiert und die veralteten Files gelöscht!
    27/07/2012 12:17:03: MYSQL: Versuche zum MySql-Server zu Connecten...
    27/07/2012 12:17:03: MYSQL: Datenbank-Verbindung stabil.
    Ich hab mal während den 4 Versuchen die Datenbanken geändert einmal XAMPP und einmal eine externe Nirado datenbank.
    Natürlich hab ich nicht sofort die datenbank geändert sondern erst das abgespeicherte versucht zu laden.
    PS: Deine vorinstalierten Autohäuser resprayer etc. werden auch nicht geladen ... ://
    Danke im vorraus ... :)
    MFG
    //Edit:
    Natürlich hab ich nicht sofort die datenbank geändert sondern erst das abgespeicherte versucht zu laden.

    Dankeee klappt jetzt :) Aber noch eine Frage wo sind die Resprayer weil ich die nicht finde ... & wenn ich autohäuser erstelle mein server aus und wieder an mache sind alle Autos und Autohäuser wieder gelöscht aber wenn ich Mysql datenbank nachschau ist das Autohaus noch vorhanden o:
    //Edit
    Alles neu geschrieben

    Hey,
    ich hab dein Filterscript gedownloadet und in die "server.cfg" reingeschrieben. Danach hab ich die Mysql daten verändert und noch MapIcon beginner verändert. Nun starte ich mein Server aber dort steht nur
    Loading filterscript 'DT_DynamicCar.amx' ... das Print wird garnicht angezeigt. Wenn ich nun auf mein Server Join steht da Stay with in the World und werde von DT_Anticheat wegen wegen angeblichem healhack gekickt . Ich glaub das Problem ist das, das Filterscrpt nicht richtig geladen wird aber wieso? Danke im vorraus ...
    *Rechtschreibfehler sind gewollt falls vorhanden*
    Mfg
    //Edit-Lines
    Wenn ich nun auf mein Server Join steht da Stay with in the World und
    werde von DT_Anticheat wegen wegen angeblichem healhack gekickt . Ich
    glaub das Problem ist das, das Filterscrpt nicht richtig geladen wird
    aber wieso?