Beiträge von xTIRON1907

    Habe alles eingefügt wurde direkt gebannt nach dem starten und das aufspielen klappt auch nichts richtig könntest mir ja helfen als ich die MYSQL importiert habe kam diese meldung
    #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 'DROP TABLE IF EXISTS `accounts`;



    CREATE TABLE IF NOT EXISTS `accounts` (



    `Us' at line 5


    Habe dann die Zeilen entfernt und es hat geklappt

    • -- Dumping database structure for samp
    • DROP DATABASE IF EXISTS `samp2138_sol`;
    • CREATE DATABASE IF NOT EXISTS `samp2138_sol` /*!40100 DEFAULT CHARACTER SET latin1 */;
    • USE `samp2138_sol`;

    Jo leute habe mir das Edit SOL Script besorgt und wollte es aufspielen aber wenn ich die MYSQL Datenbank importieren möchte kommt dort diese fehlermeldung..
    Könnte mir vielleicht einer kurz helfen wäre sehr dankbar... :):)


    SQL-Befehl:


    USE `samp6222_Pi314159`;-- Dumping structure for table samp.accountsDROP TABLE IF EXISTS `accounts`;CREATE TABLE IF NOT EXISTS `accounts` ( `Userid` int(11) NO 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 'DROP TABLE IF EXISTS `accounts`;


    CREATE TABLE IF NOT EXISTS `accounts` (


    `Us' at line 5


    MfG...



    Das ist die Datenbank...


    Hallo,
    undzwar habe ich mich wieder mal nach 3 Jahren hingesetzt und wollte mal wieder lernen einen Script zubearbeiten, aber wenn ich compilen möchte kommen diese Fehlermeldungen kann mir einer helfen?


    \SAMP Server\Sol Selfmade\pawno\include\foreach.inc(382) : warning 209: function "INCLUDE_OnGameModeInit" should return a value
    \SAMP Server\Sol Selfmade\pawno\include\nodmzonen.inc(408) : warning 201: redefinition of constant/macro (symbol "OnPlayerKeyStateChange")
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase




    2 Warnings.


    Hab mal die Stellen rausgesucht
    1 warning Stelle:



    YSI_g_OPC = (funcidx("Itter_OnPlayerConnect") != -1);
    YSI_g_OPDC = (funcidx("Itter_OnPlayerDisconnect") != -1);
    CallLocalFunction("Itter_OnGameModeInit", "") ;
    }

    #if defined _ALS_OnGameModeInit


    2 warning Stelle
    #if (NoDM_AIMING_AT_PEOPLE == true)
    #if defined _ALS_OnPlayerKeyStateChange
    #undef OnPlayerKeyStateChange
    #else
    #define _ALS_OnPlayerKeyStateChange
    #endif
    #define OnPlayerKeyStateChange NoDM_OnPlayerKeyStateChange
    #endif