Beiträge von Technik

    Fehler: [spoiler][C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16227) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16228) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16229) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16230) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16231) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16232) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16233) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16234) : error 032: array index out of bounds (variable "airport")
    C:\Users\Markus\Desktop\MrMonat Reallife\MrMonat Reallife\gamemodes\Laberstuebchen.pwn(16235) : error 032: array index out of bounds (variable "airport")
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    9 Errors.


    /spoiler]



    Code:
    /*airport[0]=AddStaticVehicle(487,1981.2321,-2316.2156,13.7056,90.1276,54,29); // airport heli 1
    airport[1]=AddStaticVehicle(487,1979.2822,-2382.2454,13.7061,92.2717,54,29); // airport heli 2
    airport[2]=AddStaticVehicle(487,1876.0765,-2376.2893,13.7134,178.7835,54,29); // airport heli 3
    airport[3]=AddStaticVehicle(487,1854.7952,-2370.7944,13.7129,182.0779,54,29); // airport heli 4
    airport[4]=AddStaticVehicle(487,1803.9185,-2418.2261,13.7052,177.5584,54,29); // airport heli 5
    airport[5]=AddStaticVehicle(417,1968.5546,-2536.1619,13.6559,259.9453,0,0); // airport heli 6*/
    airport[0]=AddStaticVehicle(511,2017.9149,-2637.4766,14.9354,30.3953,34,51); // airport lieferjob 1
    airport[1]=AddStaticVehicle(511,1991.9708,-2636.8279,14.9422,26.9881,12,60); // airport lieferjob 2
    airport[2]=AddStaticVehicle(511,1964.3981,-2635.2837,14.9359,27.7994,7,68); // airport lieferjob 3
    airport[9]=AddStaticVehicle(593,1889.6388,-2620.6580,14.0037,1.9594,36,8); // airport dodo 1
    airport[10]=AddStaticVehicle(593,1817.2555,-2625.4119,13.9992,6.2132,36,8); // airport dodo 2
    airport[11]=AddStaticVehicle(593,1751.1743,-2619.7705,13.9999,4.6822,36,8); // airport dodo 3
    airport[12]=AddStaticVehicle(593,1681.7269,-2621.7278,14.0062,356.3537,36,8); // airport dodo 4
    airport[13]=AddStaticVehicle(487,-1276.5348,-621.0854,14.2771,359.8715,54,29); // airport heli 1
    airport[14]=AddStaticVehicle(487,-1333.5421,-625.6743,14.2721,2.1027,54,29); // airport heli 2
    airport[15]=AddStaticVehicle(593,-1365.4429,-604.9816,14.6170,301.2115,36,8); // airport dodo 1
    airport[16]=AddStaticVehicle(593,-1385.4249,-570.5871,14.5954,294.8586,36,8); // airport dodo 2
    airport[17]=AddStaticVehicle(593,-1370.7898,-550.4202,14.5953,261.0246,36,8); // airport dodo 3
    airport[3]=AddStaticVehicle(577,1584.3806,1187.5710,10.7114,183.5392,8,10); // airport-at400

    Hey, ich habe ein Problem, wenn ich /O [OOC]Chat irgendwas schreibe, und der User nicht neben mir ist, sieht er das nicht? Warum?


    ocmd:ooc(playerid,params[])
    {
    return ocmd_o(playerid,params);
    }
    ocmd:o(playerid,params[])
    {
    if(GetPVarInt(playerid,"muted")!=0)return ErrorMsg(playerid,"Du bist gemuted.");
    if(sscanf(params,"s[128]",string))return ErrorMsg(playerid,"INFO: /o(oc) [text]");
    if(GetPVarInt(playerid,"maske") > 0)
    {
    format(string,sizeof(string),"**(( OOC %s: %s ))**",SpielerInfo[playerid][deckname],string);
    }
    else
    {
    format(string, sizeof(string), "**(( OOC %s: %s ))**", getName(playerid), string);
    }
    ProxDetector(30.0,playerid,string,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN);
    return 1;

    1.
    #if defined serverrootorlocal
    #define dbhost "127.0.0.1"
    #define dbuser "root"
    #define dbdb "samp_db"
    #define dbpw ""


    2.
    #else
    #define dbhost "127.0.0.1"
    #define dbuser "root"
    #define dbdb "samp_db"
    #define dbpw ""


    Zeig mal wie du dich versuchst mit der Datenbank zu verbinden. (Scriptcode)

    So ohne Log wird das nichts.
    Außerdem bitte ich dich mal darum deine herangehensweise(n) zu nennen.
    Weil mit der direkten Lösung kommste wohl auch nicht weiter. Die meisten Tutorials sind ja schon vereinfacht erklärt.

    Ich kann hier mal was zeigen...



    Es geht so 100+ mal.. kann nicht das ganze schicken

    Hey, ich suche jemand, der Zeit hat, und mich hilft..
    mein Problem ist, ich möchte mein SAMP Server mit MYsQL Verbinden, aber ich weiß nicht wie,
    Ich habe mir so viele Tutorials angeschaut, und nachgemacht, aber es kommt immer bei MYSQL Log error...
    Bitte um Hilfe....


    Liebe Grüße
    -Technik