Beiträge von Achi

    Das ist das public in dem der Code steht.


    ShowPlayerDialog ruft mit dem Klick auf ein Feld OnDialogResponse auf.
    Dort steht dann der Code, der ausgeführt wird, wenn der Dialog angeklick wurde.


    Poste doch ansonsten mal das was zu dem case 11 an Code existiert. Da steht ja drum herum noch mehr was dazu gehört.

    if(dialogid == 211){
    if(response){
    if(listitem == 0)//Hockeymask1
    {
    SetPlayerAttachedObject(playerid, 1, 19036, 2, 0.107, 0.020, 0.0, 90, 90, 0);
    }
    if(listitem == 1)//Hockeymask2
    {
    SetPlayerAttachedObject(playerid, 1, 19037, 2, 0.107, 0.020, 0.0, 90, 90, 0);
    }
    if(listitem == 2)//Hockeymask3
    {
    SetPlayerAttachedObject(playerid, 1, 19038, 2, 0.107, 0.020, 0.0, 90, 90, 0);
    }
    if(listitem == 3)//Zorromask
    {
    SetPlayerAttachedObject(playerid, 1, 18974, 2, 0.098, 0.0258, 0.0, 90, 90, 0);
    }
    if(listitem == 4)//Boxing
    {
    SetPlayerAttachedObject(playerid, 1, 18952, 2, 0.105, 0.01, 0.0, 0, 0, 0);
    }
    }
    else
    {
    new listitems[] = "{FFFFFF}1\t{55EE55}headgear\n{FFFFFF}2\t{55EE55}glasses\n{FFFFFF}3\t{55EE55}bandanna\n{FFFFFF}4\t{55EE55}masks\n{FFFFFF}5\t{55EE55}deleted\n{FFFFFF}6\t{55EE55}remove clothes";
    ShowPlayerDialog(playerid,200,DIALOG_STYLE_LIST,"{448844}Clothes by Kane_Phoenix:",listitems,"wear","cancel");
    }
    return 1;
    }


    if(LogFilesJet == 1){
    printf("OnDialogResponse (%d,%d,%d,%d,%s)",playerid, dialogid, response, listitem, inputtext);
    }


    if(dialogid == 2010){
    if(response == 1){
    switch(listitem){
    case 0: {
    ShowPlayerDialog(playerid,2011,DIALOG_STYLE_LIST,"Spawn-Waffe (leicht) ","Katana\nKnife\nGolf Club","Absenden", "Abbrechen");
    }


    case 1: {
    ShowPlayerDialog(playerid,2012,DIALOG_STYLE_LIST,"Spawn-Waffe (mittel)","Combat Shotgun\nDesert Eagle\nSilenced 9mm\n9mm","Absenden", "Abbrechen");
    }


    case 2: {
    ShowPlayerDialog(playerid,2013,DIALOG_STYLE_LIST,"Spawn-Waffe (schwer)","Sniper Rifle\nAK47\nSMG\nM4","Absenden", "Abbrechen");
    }
    }
    }
    }


    if(dialogid == 2456){
    if(response == 1){
    switch(listitem){
    case 0: {
    if(GetPlayerVirtualWorld(playerid) == 0){
    if(IsPlayerInRangeOfPoint(playerid,20.0, 1310.2816,-1372.5787,13.6039)){
    TogglePlayerControllable(playerid, true);
    return 1;
    }
    }
    GivePlayerGun(playerid, 8, 1); // Katana
    ShowPlayerDialog(playerid,2457,DIALOG_STYLE_LIST,"DM-Waffe (mittel) - Wähle nun eine mittlere Waffe aus:","Country Rifle\nDesert Eagle\nSilenced 9mm\n9mm","Absenden", "");
    PlayerInfo[playerid][dmwaffe1] = 8;
    PlayerInfo[playerid][dmammo1] = 1;
    }
    case 1: {
    if(GetPlayerVirtualWorld(playerid) == 0){
    if(IsPlayerInRangeOfPoint(playerid,20.0, 1310.2816,-1372.5787,13.6039)){
    TogglePlayerControllable(playerid, true);
    return 1;
    }
    }
    GivePlayerGun(playerid, 4, 1); // Knife (messer)
    ShowPlayerDialog(playerid,2457,DIALOG_STYLE_LIST,"DM-Waffe (mittel) - Wähle nun eine mittlere Waffe aus:","Country Rifle\nDesert Eagle\nSilenced 9mm\n9mm","Absenden", "");
    PlayerInfo[playerid][dmwaffe1] = 4;
    PlayerInfo[playerid][dmammo1] = 1;
    }
    case 2: {
    if(GetPlayerVirtualWorld(playerid) == 0){
    if(IsPlayerInRangeOfPoint(playerid,20.0, 1310.2816,-1372.5787,13.6039)){
    TogglePlayerControllable(playerid, true);
    return 1;
    }
    }
    GivePlayerGun(playerid, 2, 1); // Golf Club (Golfschläger)
    ShowPlayerDialog(playerid,2457,DIALOG_STYLE_LIST,"DM-Waffe (mittel) - Wähle nun eine mittlere Waffe aus:","Country Rifle\nDesert Eagle\nSilenced 9mm\n9mm","Absenden", "");
    PlayerInfo[playerid][dmwaffe1] = 2;
    PlayerInfo[playerid][dmammo1] = 1;
    }
    }
    }
    }

    Nein, ich meine den Teil aus OnDialogResponse, sprich das was auf den Klick in dem Dialog im Code folgt.

    if(LogFilesJet == 1){
    printf("OnDialogResponse (%d,%d,%d,%d,%s)",playerid, dialogid, response, listitem, inputtext);


    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){
    new weapons[13][2];



    Nur die beiden hab ich gefunden

    Poste bitte den Teil von HELP_LISTES aus OnDialogResponse.

    stock ShowHelpList(playerid)
    {
    ShowPlayerDialog(playerid,HELP_LISTES,DIALOG_STYLE_LIST,"Life of San Andreas Hilfe","Allgemeine Hilfe\nJob Hilfe\nNebenjob Hilfe\nAuto Hilfe\nHandy Hilfe\nHaus Hilfe\nBiz Hilfe\nDrogen Hilfe\nChat Hilfe\nFreischaltungs Hilfe\nAllgemeine Befehle\nFraktions Befehle","Absenden", "Abbrechen");
    return 1;
    }



    meinst du das hier ?

    Versuche es mal so:
    stock ShowHelpList(playerid){ ShowPlayerDialog(playerid,HELP_LISTES,DIALOG_STYLE_LIST,"Life of San Andreas Hilfe","Allgemeine Hilfe\nJob Hilfe\nNebenjob Hilfe\nAuto Hilfe\nHandy Hilfe\nHaus Hilfe\nBiz Hilfe\nDrogen Hilfe\nChat Hilfe\nFreischaltungs Hilfe\nAllgemeine Befehle\nFraktions Befehle","Absenden", "Abbrechen"); return 1;}
    Du hattest nach \n immer noch einen \.

    Hab das gleiche eingeflügt was du mir gesagt hast, und ingame ausprobiert , leider funktioniert es immernoch nicht

    Etwas mehr Code wäre evtl hilfreich.
    Zum Beispiel der ganze Teil wo der Fraktionsbefehle Dialog ausgegeben werden soll.

    ocmd:frakhelp(playerid,params[]){
    #pragma unused params
    if(PlayerInfo[playerid][Team] == 0)return SendClientMessage(playerid, COLOR_RED,"Du bist in keiner Fraktion!");
    FrakHelpMenu(playerid);
    return 1;
    }


    stock FrakHelpMenu(playerid){
    new strdialog[2600];
    switch(PlayerInfo[playerid][Team]) {
    case 1: { //Cripz
    if(PlayerInfo[playerid][Leader] == 1) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 2: { //Bloodz
    if(PlayerInfo[playerid][Leader] == 2) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 3: { //Triaden
    if(PlayerInfo[playerid][Leader] == 3) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 4: { //LCN
    if(PlayerInfo[playerid][Leader] == 4) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 5: { //Vagos
    if(PlayerInfo[playerid][Leader] == 5) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 6: { //SeSe
    if(PlayerInfo[playerid][Leader] == 6) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /giveschein | /gov | /invite | /removebl\n/respawncars | /setbl | /setrank | /showme | /showmeoff | /sperrzone | /sperrzoner | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /abseilen | /cuff | /entsperrzoll | entsperrzollall | /frisk | /grab | /hs | /members | /nagelbrett | /nagelbrettdelete | /pu | /ram | /rb | /rrb\n/rrball | /showcars | /showzoll");
    strcat(strdialog,""cWhite"/sirene | /sperrzoll | /su | /take | /tazer | /ticket | /tor | /uncuff | /ungrab | /unhs | /wanted\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 7: { //Terror
    if(PlayerInfo[playerid][Leader] == 7) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /uninvite | /healp (Healpunkt umsetzen) | /waffenp (Waffenpunkte umsetzen) | /eingangp | /ausgangp | /cbrall\n/tpark | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bl | /bombs | /breakrb | /einnehmen | /explode | /members | /sellbomb | /tor | /zund | /abseilen | /explodezeit\n/bombzeit | /grab");
    strcat(strdialog,""cWhite"/skin | /cbr | /cbi | /rcrob | /rcbomb | /cblist | /bombl\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 8: { //Yakuza
    if(PlayerInfo[playerid][Leader] == 8) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 9: return 1; //LV Polizist
    case 10: { //Cali
    if(PlayerInfo[playerid][Leader] == 10) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 11: { //SAPD
    if(PlayerInfo[playerid][Leader] == 11) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /gov | /invite | /removebl\n/respawncars | /setbl | /setrank | /sperrzone | /sperrzoner | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /arrest | /abseilen | /alktest | /anhalten | /arm | /bl | /checkblitzer | /clear | /clearpu | /convicts | /cuff | /entsperrzoll | /entsperrzollall\n/find | /frisk | /grab | /hs | /members/nagelbrett | /nagelbrettdelete\n");
    strcat(strdialog,""cWhite"/pu | /ram | /rb | /removei | /rrb | /rrball | /ruecken | /showcars | /showzoll | /sirene | /sperrzoll | /su | /take | /tazer | /ticket | /tor\n/uncuff | /ungrab | /unhs | /wanted | /wg | /giveschein\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 12: return 1; //Medic
    case 13: return 1; //Feuerwehr
    case 14: { //SAED
    if(PlayerInfo[playerid][Leader] == 14) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /uninvite | /gov | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /accept auftrag | /auftrage | /bl | /brande | /carfind | /checkblitzer | /clearpu | /done | /finda | /hs | /heal\n/blitzer | /blitzerr | /showblitzer |");
    strcat(strdialog,""cWhite" /members | /pu | /refill | /repair | /repairme | /showcars\n/sperrfahrzeug | /tazer | /tor | /unhs | /wb | /torall | /oticket | /entzug | /suchtstatus\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 15: return 1; //Taxi
    case 16: { //News Reporter
    if(PlayerInfo[playerid][Leader] == 16) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bl | /camoff | /camon | /interview | /interviewoff | /members | /setcam | /showme | /showmeoff | /tor | /tazer | /lp | /news | /read | /baustellen\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 17: return 1; //Pilot
    case 18: { //FBI
    if(PlayerInfo[playerid][Leader] == 18) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /gov | /invite | /removebl\n/respawncars | /setbl | /setrank | /sperrzone | /sperrzoner | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /arrest | /abseilen | /alktest | /anhalten | /arm | /bl | /checkblitzer | /clear | /convicts | /cuff | /entsperrzoll | /entsperrzollall\n/find | /frisk | /grab | /hs | /members | /nagelbrett | /nagelbrettdelete | /ram | /rb | /removei | /rrb | /rrball\n");
    strcat(strdialog,""cWhite"/ruecken | /showcars | /showzoll | /sirene | /sperrzoll | /su | /take | /tazer | /ticket | /tor | /uncuff | /ungrab | /unhs\n/wanted | /wg | /hein | /haus | /nameaus | /namean | /giveschein\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 19: { //Army
    if(PlayerInfo[playerid][Leader] == 19) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite"/autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /gov | /invite | /removebl\n/respawncars | /setbl | /setrank | /sperrzone | /sperrzoner | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /arrest | /abseilen | /alktest | /anhalten | /arm | /bl | /checkblitzer | /clear | /convicts | /cuff | /entsperrzoll | /entsperrzollall\n/find | /frisk | /grab | /hs | /members | /nagelbrett | /nagelbrettdelete | /ram | /rb | /removei\n");
    strcat(strdialog,""cWhite"/rrb | /rrball | /ruecken | /showcars | /showzoll | /sirene | /sperrzoll | /su | /take | /tazer | /ticket | /tor | /uncuff | /ungrab\n/unhs | /wanted | /wg | /giveschein /removebomb\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 20: return 1; //SFPD
    case 21: { //Hitman
    strcat(strdialog,""cBlue"Befehle:"cWhite" Befehle sind nicht vorhanden in der Liste!");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 22: { //Fahrschule
    if(PlayerInfo[playerid][Leader] == 22) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /accept auftrag | /auftrage | /bl | /done | /finda | /give | /members | /pruef | /pruefliste | /tor | /unpruef\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 23: { //Wheelman Agency
    if(PlayerInfo[playerid][Leader] == 23) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /uninvite | /veventr | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /accept auftrag | /auftrage | /bl | /done | /finda | /getfree | /members | /setcp | /tor\n");
    strcat(strdialog,""cWhite"Für die Race Befehle -> /racehelp");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 24: return 1; //Red Soldiers
    case 25: { //VLA
    if(PlayerInfo[playerid][Leader] == 25) {
    strcat(strdialog,""cRed"Leader Befehle:"cWhite" /autohaus | /changecar | /fhausauf | /fhauszu | /fmembers | /fparken | /giverank | /invite | /removebl\n/respawncars | /setbl | /setrank | /startwar | /uninvite | /removef\n\n");
    }
    strcat(strdialog,""cBlue"Befehle:"cWhite" /bizrob | /bl | /einnehmen | /hacken | /hackenlspd | /members | /rob | /frob | /trob | /bizrob\n");
    strcat(strdialog,""cWhite"Für die Drogen Befehle schaue unter /help > Drogen Hilfe\n");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    case 26: return 1;
    case 27: return 1;
    case 28: { //Hacker Agency
    strcat(strdialog,""cBlue"Befehle:"cWhite" Das willste wohl wissen, wa?");
    ShowPlayerDialog(playerid, 2424, DIALOG_STYLE_MSGBOX, ""cRed"Fraktionsbefehle", strdialog, "Schließen", "Schließen");
    }
    }
    return 1;
    }


    Hier die ganzen Fraktionsbefehle

    Problem mit Fraktions befehle werden ingame nicht angezeigt auch wenn mann in einer Fraktion ist


    stock ShowHelpList(playerid){ShowPlayerDialog(playerid,HELP_LISTES,DIALOG_STYLE_LIST,"Life of San Andreas Hilfe","Allgemeine Hilfe\n\Job Hilfe\n\Nebenjob Hilfe\n\Auto Hilfe\n\Handy Hilfe\n\Haus Hilfe\n\Biz Hilfe\n\Drogen Hilfe\n\Chat Hilfe\n\Freischaltungs Hilfe\n\Allgemeine Befehle\n\Fraktions Befehle","Absenden", "Abbrechen");}



    // Fraktionsbefehlecase 11:{FrakHelpMenu(playerid);}


    Ich weiß nicht woran es liegt, könnt ihr mir eventuell helfen ?
    Das script ist auf mysql basiert

    Mein Reallife Kollege der sich mit über 6 Jahre mit Mysql beschäftigt, mein die Gangzone.sql ist einfach Müll


    /*Navicat MySQL Data TransferSource Server : MySQL_HomeServerSource Server Version : 2.0Source Host : localhostSource Database : lohTarget Server Type : MYSQLTarget Server Version : 50505File Encoding : 65001Date: 2016-10-27 19:36:02*/SET FOREIGN_KEY_CHECKS=0;-- ------------------------------ Table structure for `gangzones`-- ----------------------------DROP TABLE IF EXISTS `gangzones`;CREATE TABLE `gangzones` (`gzid` int(30) NOT NULL AUTO_INCREMENT,`besitzer` varchar(30) NOT NULL,`minx` float(30,0) NOT NULL,`miny` float(30,0) NOT NULL,`maxx` float(30,0) NOT NULL,`maxy` float(30,0) NOT NULL,PRIMARY KEY (`gzid`)) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;-- ------------------------------ Records of gangzones-- ----------------------------INSERT INTO `gangzones` VALUES ('1', 'SelberErstellen', '2442', '-1724', '2542', '-1624');INSERT INTO `gangzones` VALUES ('2', 'SelberErstellen', '0', '0', '0', '0');INSERT INTO `gangzones` VALUES ('3', 'SelberErstellen', '0', '0', '0', '0');INSERT INTO `gangzones` VALUES ('4', 'SelberErstellen', '0', '0', '0', '0');INSERT INTO `gangzones` VALUES ('5', 'SelberErstellen', '0', '0', '0', '0');INSERT INTO `gangzones` VALUES ('6', 'SelberErstellen', '0', '0', '0', '0');INSERT INTO `gangzones` VALUES ('7', 'SelberErstellen', '0', '0', '0', '0');INSERT INTO `gangzones` VALUES ('8', 'SelberErstellen', '0', '0', '0', '0');

    Guten Tag,


    Hab ein kleines Problem , ich hab alles richtig erstellt , wollte den Server.exe datei startet es stürzt immer ab , script wurde richtig richtig in server.cfg unter gamemod gesschrieben.


    Das ein LoH Script mit mysql , datenbank.sql wurde soweit in php eingeflügt
    würde mich echt freuen wenn ihr mir helfen würden,da ich neu angefangen hab mit scripten und kenne mich nicht so gut aus nur etwas..


    Server.log


    15:39:18] Loaded.
    [15:39:18] Loading plugin: streamer
    [15:39:18]


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


    [15:39:18] Loaded.
    [15:39:18] Loading plugin: mysql
    [15:39:18] SA:MP MySQL Plugin v2.1.1 Loaded.
    [15:39:18] Loaded.
    [15:39:18] Loading plugin: Encrypt
    [15:39:18] [MySQL] Thread running. Threadsafe: Yes.
    [15:39:18]



    [15:39:18] ______________________________________



    [15:39:18] Encrypt Plugin v0.1 loaded
    [15:39:18] ______________________________________



    [15:39:18] By: Fro (c) Copyright <TBG> 2009-2010
    [15:39:18] ______________________________________



    [15:39:18] Loaded.
    [15:39:18] Loaded 4 plugins.

    Hab mir das Script LoH Runtergeladen , es funktioniert sobald tip top Verbindung wird aufgebaut bitte warten sie steht dort .
    Aber sobald einige Sekunden umgehen kommt eine meldung von Server Closed the Connection .


    Server.log


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


    SA-MP Dedicated Server
    ----------------------
    v0.3.7, (C)2005-2015 SA-MP Team


    [17:11:14] filterscripts = "" (string)
    [17:11:14]
    [17:11:14] Server Plugins
    [17:11:14] --------------
    [17:11:14] Loading plugin: sscanf
    [17:11:14]


    [17:11:14] ===============================


    [17:11:14] sscanf plugin loaded.


    [17:11:14] (c) 2009 Alex "Y_Less" Cole


    [17:11:14] 0.3d-R2 500 Players "dnee"


    [17:11:14] ===============================


    [17:11:14] Loaded.
    [17:11:14] Loading plugin: streamer
    [17:11:14]


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


    [17:11:14] Loaded.
    [17:11:14] Loading plugin: mysql
    [17:11:14] SA:MP MySQL Plugin v2.1.1 Loaded.
    [17:11:14] Loaded.
    [17:11:14] Loading plugin: Encrypt
    [17:11:14] [MySQL] Thread running. Threadsafe: Yes.
    [17:11:14]



    [17:11:14] ______________________________________



    [17:11:14] Encrypt Plugin v0.1 loaded
    [17:11:14] ______________________________________



    [17:11:14] By: Fro (c) Copyright <TBG> 2009-2010
    [17:11:14] ______________________________________



    [17:11:14] Loaded.
    [17:11:14] Loaded 4 plugins.


    [17:11:14]
    [17:11:14] Filterscripts
    [17:11:14] ---------------
    [17:11:14] Loaded 0 filterscripts.


    [17:11:14] [MySQL] Connected (0) to 'root'@'127.0.0.1 via TCP/IP'.
    [17:11:14] [MySQL] Server Version 5.1.41.
    [17:11:14] Lade Gangzonen..
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 0 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 1 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 2 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 3 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 4 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 5 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 6 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_fetch_int called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Failed to exeute query. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'loh.gangzones' doesn't exist.
    [17:11:14] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'loh.gangzones' doesn't exist.
    [17:11:14] Zone: 7 | 0 | 0.000000 | 0.000000 | 0.000000 | 0.000000
    [17:11:14] Lade Häuser..
    [17:11:15] Häuser (0/0) geladen!
    [17:11:15] Lade Geschäfte..
    [17:11:15] Geschäfte geladen!
    [17:11:15] Lade sGeschäfte..
    [17:11:15] sGeschäfte geladen!
    [17:11:15] Lade Fraktionskassen..
    [17:11:15] Fraktionskassen geladen!
    [17:11:15] Lade Servereinstellungen..
    [17:11:15] Servereinstellungen geladen!
    [17:11:15] Lade Kofferrauminhalte..
    [17:11:15] Lade Geschenke..
    [17:11:15] Lade Savebox-Configs..
    [17:11:15]
    CopY1right (c) by Kaliber


    [17:11:15] Wetter ID: 40
    [17:11:15] '0' Fraktionsfahrzeug(e) wurden geladen & erstellt.
    [17:11:15] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    [17:11:15] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    [17:11:15] Scriptversion 0.4.3
    [17:11:15] (c) Mainscript by David H. aka HEiTZER | Copyrights nicht entfernen!
    [17:11:15] (c) Mainscript (since 01.08.12) by [DT]Sniper
    [17:11:15] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    [17:11:15] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    [17:11:15]
    [17:11:15]
    [17:11:15] Number of vehicle models: 64

    Hab das gemacht aber jetzt kamm


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


    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team


    [23:03:22] filterscripts = "" (string)
    [23:03:22]
    [23:03:22] Server Plugins
    [23:03:22] --------------
    [23:03:22] Loading plugin: crashdetect
    [23:03:22] CrashDetect v4.16 is OK.
    [23:03:22] Loaded.
    [23:03:22] Loading plugin: mysql
    [23:03:22] Failed.
    [23:03:22] Loading plugin: streamer
    [23:03:22]


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


    [23:03:22] Loaded.
    [23:03:22] Loading plugin: nativechecker
    [23:03:22] Loaded.
    [23:03:22] Loaded 3 plugins.


    [23:03:22]
    [23:03:22] Filterscripts
    [23:03:22] ---------------
    [23:03:22] Loaded 0 filterscripts.


    [23:03:22] Error: Function not registered: 'SSCANF_Init'
    [23:03:22] Error: Function not registered: 'SSCANF_Join'
    [23:03:22] Error: Function not registered: 'SSCANF_Leave'
    [23:03:22] Error: Function not registered: 'mysql_query'
    [23:03:22] Error: Function not registered: 'cache_get_row_count'
    [23:03:22] Error: Function not registered: 'cache_get_field_content'
    [23:03:22] Error: Function not registered: 'sscanf'
    [23:03:22] Error: Function not registered: 'mysql_format'
    [23:03:22] Error: Function not registered: 'mysql_tquery'
    [23:03:22] Error: Function not registered: 'cache_insert_id'
    [23:03:22] Error: Function not registered: 'cache_get_field_content_int'
    [23:03:22] Error: Function not registered: 'cache_set_active'
    [23:03:22] Error: Function not registered: 'cache_get_field_content_float'
    [23:03:22] Error: Function not registered: 'cache_save'
    [23:03:22] Error: Function not registered: 'mysql_escape_string'
    [23:03:22] Error: Function not registered: 'WP_Hash'
    [23:03:22] Error: Function not registered: 'mysql_log'
    [23:03:22] Error: Function not registered: 'mysql_connect'
    [23:03:22] Error: Function not registered: 'mysql_stat'
    [23:03:22] Error: Function not registered: 'MapAndreas_Init'
    [23:03:22] Error: Function not registered: 'mysql_close'
    [23:03:22] Error: Function not registered: 'MapAndreas_FindZ_For2DCoord'
    [23:03:22] [debug] Run time error 19: "File or function is not found"
    [23:03:22] [debug] SSCANF_Init
    [23:03:22] [debug] SSCANF_Join
    [23:03:22] [debug] SSCANF_Leave
    [23:03:22] [debug] mysql_query
    [23:03:22] [debug] cache_get_row_count
    [23:03:22] [debug] cache_get_field_content
    [23:03:22] [debug] sscanf
    [23:03:22] [debug] mysql_format
    [23:03:22] [debug] mysql_tquery
    [23:03:22] [debug] cache_insert_id
    [23:03:22] [debug] cache_get_field_content_int
    [23:03:22] [debug] cache_set_active
    [23:03:22] [debug] cache_get_field_content_float
    [23:03:22] [debug] cache_save
    [23:03:22] [debug] mysql_escape_string
    [23:03:22] [debug] WP_Hash
    [23:03:22] [debug] mysql_log
    [23:03:22] [debug] mysql_connect
    [23:03:22] [debug] mysql_stat
    [23:03:22] [debug] MapAndreas_Init
    [23:03:22] [debug] mysql_close
    [23:03:22] [debug] MapAndreas_FindZ_For2DCoord
    [23:03:22] [debug] Run time error 19: "File or function is not found"
    [23:03:22] [debug] SSCANF_Init
    [23:03:22] [debug] SSCANF_Join
    [23:03:22] [debug] SSCANF_Leave
    [23:03:22] [debug] mysql_query
    [23:03:22] [debug] cache_get_row_count
    [23:03:22] [debug] cache_get_field_content
    [23:03:22] [debug] sscanf
    [23:03:22] [debug] mysql_format
    [23:03:22] [debug] mysql_tquery
    [23:03:22] [debug] cache_insert_id
    [23:03:22] [debug] cache_get_field_content_int
    [23:03:22] [debug] cache_set_active
    [23:03:22] [debug] cache_get_field_content_float
    [23:03:22] [debug] cache_save
    [23:03:22] [debug] mysql_escape_string
    [23:03:22] [debug] WP_Hash
    [23:03:22] [debug] mysql_log
    [23:03:22] [debug] mysql_connect
    [23:03:22] [debug] mysql_stat
    [23:03:22] [debug] MapAndreas_Init
    [23:03:22] [debug] mysql_close
    [23:03:22] [debug] MapAndreas_FindZ_For2DCoord
    [23:03:22] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
    [23:03:22] Number of vehicle models: 0

    Hab das nativechecker eingeflügt und dann kam das


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


    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team


    [22:59:21] filterscripts = "" (string)
    [22:59:21]
    [22:59:21] Server Plugins
    [22:59:21] --------------
    [22:59:21] Loading plugin: streamer
    [22:59:21]


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


    [22:59:21] Loaded.
    [22:59:21] Loading plugin: mysql
    [22:59:21] Failed.
    [22:59:21] Loading plugin: sscanf
    [22:59:21]


    [22:59:21] ===============================


    [22:59:21] sscanf plugin loaded.


    [22:59:21] Version: 2.8.1


    [22:59:21] (c) 2012 Alex "Y_Less" Cole


    [22:59:21] ===============================


    [22:59:21] Loaded.
    [22:59:21] Loading plugin: crashdetect
    [22:59:21] CrashDetect must be loaded before 'streamer.DLL'
    [22:59:21] Failed.
    [22:59:21] Loading plugin: nativechecker
    [22:59:21] Loaded.
    [22:59:21] Loaded 3 plugins.


    [22:59:21]
    [22:59:21] Filterscripts
    [22:59:21] ---------------
    [22:59:21] Loaded 0 filterscripts.


    [22:59:21] Error: Function not registered: 'mysql_query'
    [22:59:21] Error: Function not registered: 'cache_get_row_count'
    [22:59:21] Error: Function not registered: 'cache_get_field_content'
    [22:59:21] Error: Function not registered: 'mysql_format'
    [22:59:21] Error: Function not registered: 'mysql_tquery'
    [22:59:21] Error: Function not registered: 'cache_insert_id'
    [22:59:21] Error: Function not registered: 'cache_get_field_content_int'
    [22:59:21] Error: Function not registered: 'cache_set_active'
    [22:59:21] Error: Function not registered: 'cache_get_field_content_float'
    [22:59:21] Error: Function not registered: 'cache_save'
    [22:59:21] Error: Function not registered: 'mysql_escape_string'
    [22:59:21] Error: Function not registered: 'WP_Hash'
    [22:59:21] Error: Function not registered: 'mysql_log'
    [22:59:21] Error: Function not registered: 'mysql_connect'
    [22:59:21] Error: Function not registered: 'mysql_stat'
    [22:59:21] Error: Function not registered: 'MapAndreas_Init'
    [22:59:21] Error: Function not registered: 'mysql_close'
    [22:59:21] Error: Function not registered: 'MapAndreas_FindZ_For2DCoord'
    [22:59:21] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
    [22:59:21] Number of vehicle models: 0

    Lade mal das nativechecker Plugin ^^


    Dein Problem ist kein Emulator, sondern ein nicht geladenes Plugin :klugs:

    okay hab das naticechecker Pluging gedownloadet , muss ich das in Plugin order einflügen ?



    crashdetect hab ich nochmal eingeflügt, und streamer was meinste damit

    Guten Abend , Ich hab hier ein Script Cop And Robbers , das problem ist der Emulator startet alles tip top aber bei Mode steht unknown .



    Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0


    Kann mir jemand dabei Helfen ? dringend