Beiträge von Crocky

    Hallo Leute :)
    Ich habe einen Kleine Fehler in meinem "System"
    Code :

    Spoiler anzeigen
    if(strcmp(cmd, "/fahrrad", true) == 0)
    {
    if(IsPlayerConnected(playerid))
    {
    if(BMX[playerid] == 1)return SendClientMessage(playerid,ROT, "Du hast bereits ein Mietfahrzeug.");
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 1718.7563,-1606.3607,13.5469))
    {
    if(GetPlayerMoney(playerid) < 50)return SendClientMessage(playerid, COLOR_GRAD2, "Du benötigst 50$ um ein Fahrrad mieten zu können.");
    startbmx[playerid] = CreateVehicle(481, 1722.5128,-1604.1320,13.5469 ,1,1,-1); <Zeile 8631 | Der Fehler.
    PutPlayerInVehicle(playerid, startbmx[playerid], 0);
    GivePlayerCash(playerid, -50);
    BMX[playerid] = 1;
    SetVehicleParamsEx(startbmx[playerid], engine, light, alarm, 1, bonnet, boot, objective);
    }
    else
    {
    return 1;
    }
    }
    return 1;
    }


    Fehler :

    Spoiler anzeigen
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL13.pwn(8631) : warning 202: number of arguments does not match definition
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

    Spoiler anzeigen
    Header size: 7312 bytes
    Code size: 777264 bytes
    Data size: 41581388 bytes
    Stack/heap size: 16384 bytes; estimated max. usage=5249 cells (20996 bytes)
    Total requirements:42382348 bytes

    Spoiler anzeigen
    1 Warning.

    Was Passiert?
    Er Spawnt zwar das Fahrrad aber es kommt (wenn man sich eins Gemietet hat) "Unknow Command" und man wird nicht in das Rad Geportet ABER so Funktioniert es (nur Ande Cords (x,y,z)
    Spoiler anzeigen
    if(strcmp(cmd, "/fahrrad", true) == 0)
    {
    if(IsPlayerConnected(playerid))
    {
    if(BMX[playerid] == 1)return SendClientMessage(playerid,ROT, "Du hast bereits ein Mietfahrzeug.");
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 1718.7563,-1606.3607,13.5469))
    {
    if(GetPlayerMoney(playerid) < 50)return SendClientMessage(playerid, COLOR_GRAD2, "Du benötigst 50$ um ein Fahrrad mieten zu können.");
    startbmx[playerid] = CreateVehicle(481, 159.8148,-1934.0365,3.7734,0.2291,1,1,-1);
    PutPlayerInVehicle(playerid, startbmx[playerid], 0);
    GivePlayerCash(playerid, -50);
    BMX[playerid] = 1;
    SetVehicleParamsEx(startbmx[playerid], engine, light, alarm, 1, bonnet, boot, objective);
    }
    else
    {
    return 1;
    }
    }
    return 1;
    }

    Wäre Cool wenn ihr mir Helfen würdet!
    LG
    Crocky

    Hallo Leute, Ich habe 1 Error (habe die Neusten INCLUDES )
    Error :
    C:\Users\Dominik\Desktop\Selfmade\filterscripts\roller.pwn(148) : error 017: undefined symbol "DestroyDynamicObject"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Error.

    Zeile :
    stock LadeVermietung(VermietungID)
    {
    new VermietungDatei[64];
    format(VermietungDatei,64,"/Autovermietung/%d.txt",VermietungID);
    if(!fexist(VermietungDatei))return 0;
    VermietungInfo[VermietungID][VX] = dini_Float(VermietungDatei,"Position:X");
    VermietungInfo[VermietungID][VY] = dini_Float(VermietungDatei,"Position:Y");
    VermietungInfo[VermietungID][VZ] = dini_Float(VermietungDatei,"Position:Z");
    VermietungInfo[VermietungID][Preis] = dini_Int(VermietungDatei,"Preis");
    VermietungInfo[VermietungID][Erstellt] = dini_Int(VermietungDatei,"Erstellt");
    format(VermietungInfo[VermietungID][VMietungOrt],28,"%s",dini_Get(VermietungDatei,"Vermietungsort"));
    if(VermietungInfo[VermietungID][Erstellt] == 1){
    new string[256];
    format(string,sizeof(string),"|| Rollervermietung ||\n|| Ort: %s ||\n|| Preis: $%d ||",VermietungInfo[VermietungID][VMietungOrt],VermietungInfo[VermietungID][Preis]);
    VermietungInfo[VermietungID][Label] = Create3DTextLabel(string,WEISS,VermietungInfo[VermietungID][VX],VermietungInfo[VermietungID][VY],VermietungInfo[VermietungID][VZ],25.0,0);
    VermietungInfo[VermietungID][Pickup] = CreatePickup(1239,23,VermietungInfo[VermietungID][VX],VermietungInfo[VermietungID][VY],VermietungInfo[VermietungID][VZ],0);
    VermietungInfo[VermietungID][VMietungObject] = CreateObject(4641,VermietungInfo[VermietungID][VX],VermietungInfo[VermietungID][VY]+2,VermietungInfo[VermietungID][VZ]+0.35,0.00, 0.00, 0.00);
    }
    else{
    }
    return 1;
    }


    stock LoescheVermietung(VermietungID)
    {
    Delete3DTextLabel(VermietungInfo[VermietungID][Label]);
    return DestroyDynamicObject(VermietungInfo[VermietungID][VMietungObject]); <--- ERROR
    }

    Hallo Leute,
    Ich habe versucht das Anticheat :"Junkbuster" zu installieren, klappt auch alles aber wenn ich als Fraktionsmitglied (Cop,Army,Ballas,Oamt) eine waffe benutzen will, werde ich gekickt!
    Was muss ich da einstellen?
    Bin Morgen am Pc und versuche dann alles, ihr könnt mir einfach in Skype schreiben (crockyyyy) oder hier drunter ;)
    Lg
    Crocky

    So, Habe das Jetzt So :
    new Kaufliste[6][aHaus] = {
    {"Burrito", 0, 0, 482, 10000, 1734.3346,-1745.4077,13.3310, 90.8689, 50},
    {"Bobcat", 0, 0,422, 9500, 1729.0306,-1745.4882,13.3309, 90.8689, 50},
    {"Comet", 0, 0,480, 15000, 1724.0344,-1745.5637,13.3310, 90.8688, 50},
    {"Sultan", 0, 0,560, 27000, 1718.5984,-1745.6508,13.3309, 91.0361,50},
    {"Elegy", 0, 0, 562, 17000, 1711.0331,-1745.6632,13.3307, 88.4237, 50},
    {"Infernus", 0, 0,411, 96800, 1727.0168,-1751.6479,13.3308, 91.2128, 50}
    };
    enum aHaus
    {
    Name[20],
    Autohaus,
    Modelid,
    Carid,
    aPreis,
    Float:CarPos_x,
    Float:CarPos_y,
    Float:CarPos_z,
    Float:CarRotate,
    Tank,
    };
    Aber die Autos Sind nicht da?!
    Hilfe ...

    Hey :D
    Also, Habe Paar Probleme, Wollte das Autohaus Ummappen, aber es Klappt iwie nicht!
    Die Errors!

    Spoiler anzeigen
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(376) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(376) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(377) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(377) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(378) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(378) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(379) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(379) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(380) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(380) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(381) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(381) : warning 213: tag mismatch
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

    Spoiler anzeigen
    Header size: 7796 bytes
    Code size: 820772 bytes
    Data size: 41581800 bytes
    Stack/heap size: 16384 bytes; estimated max. usage=5249 cells (20996 bytes)
    Total requirements:42426752 bytes

    Spoiler anzeigen
    12 Warnings.

    Keine Fahrzeuge sind Da!
    So Habe ich es / Will ich es:
    Spoiler anzeigen
    new Kaufliste[6][aHaus] = {

    Spoiler anzeigen
    // Intercars // // Fahrzeugname,0, Fahrzeug ID, FAhrzeug Preis, x,y,z,Rotate,50
    {"Burrito", 0, 482, 10000, 1734.3346,-1745.4077,13.3310, 90.8689, 50},// 10000, 739.50000000,-1334.00000000,13.80000019,201.50000000, 50},
    {"Bobcat", 0, 422, 9500, 1729.0306,-1745.4882,13.3309, 90.8689, 50},//10000, 744.50000000,-1333.50000000,13.60000038,199.75000000, 50},
    {"Comet", 0, 480, 15000, 1724.0344,-1745.5637,13.3310, 90.8688, 50},//14000,749.90002441,-1333.19995117,13.39999962,201.25000000, 60},
    {"Sultan", 0, 560, 27000, 1718.5984,-1745.6508,13.3309, 91.0361,50},//24000, 755.20001221,-1332.80004883,13.30000019,204.00000000, 50},
    {"Elegy", 0, 562, 17000, 1711.0331,-1745.6632,13.3307, 88.4237, 50},//16000, 760.70001221,-1332.90002441,13.30000019,205.50000000, 60},
    {"Infernus", 0, 411, 96800, 1727.0168,-1751.6479,13.3308, 91.2128, 50}//121000, 765.20001221,-1332.80004883,13.30000019,206.00000000, 50}
    };


    Geht Nicht! Wieso?
    So Gehts ! ( In LS Intercars)

    Spoiler anzeigen
    Intercars // // Fahrzeugname,0, Fahrzeug ID, FAhrzeug Preis, x,y,z,Rotate,50
    {"Burrito", 0, 482, 10000, 739.50000000,-1334.00000000,13.80000019,201.50000000, 50},
    {"Bobcat", 0, 422, 10000, 744.50000000,-1333.50000000,13.60000038,199.75000000, 50},
    {"Comet", 0, 480, 14000,749.90002441,-1333.19995117,13.39999962,201.25000000, 60},
    {"Sultan", 0, 560, 24000, 755.20001221,-1332.80004883,13.30000019,204.00000000, 50},
    {"Elegy", 0, 562, 16000, 760.70001221,-1332.90002441,13.30000019,205.50000000, 60},
    {"Infernus", 0, 411, 121000, 765.20001221,-1332.80004883,13.30000019,206.00000000, 50}
    };

    Habe die Max. Anzahl von "CreateObject" erreicht. habe den Streamer aber wenn ich "CreateDynamicObject" Mache kommt das ...
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\Script.pwn(764) : error 017: undefined symbol "CreateDynamicObject"
    CreateDynamicObject(7191, 1908.08, -1785.19, 14.04, 0.00, 0.00, 180.16);

    Hallo Leute,
    Ich habe heute ein Paar sachen Gescriptet aber aufeinmal Bekomm ich Viele Bugs Ingame! (0 Errors im Script)
    /spawn 0(meine ID) Und er Spawn einen Anderen ...
    Das Gleiche mit /prison /makeleader etc.
    Bei der Fahrschule zeigt er bei Jedem CP "Du bist kein Busfahrer"
    Brauche Hilfe!
    Wichtig!
    Habe nichts Geändert ...
    TV :
    507 980 050
    8124
    Skype : crockyyyy ;(

    Hey Leute, Bei meinem Server geht die Uhr nicht, bzw wenn man Joint stimmt sie, aber danach Geht die nicht Weiter, also sie bleibt stehen.
    Code :
    new Text:UHR0;
    new Text:UHR1;
    new Text:UHR2[MAX_PLAYERS];
    UHR0 = TextDrawCreate(570.000000, 101.000000, "XX:XX");
    TextDrawBackgroundColor(UHR0, 255);
    TextDrawFont(UHR0, 3);
    TextDrawLetterSize(UHR0, 0.390000, 2.000000);
    TextDrawColor(UHR0, -3);
    TextDrawSetOutline(UHR0, 1);
    TextDrawSetProportional(UHR0, 1);


    UHR1 = TextDrawCreate(496.000000, 101.000000, "]");
    TextDrawBackgroundColor(UHR1, 255);
    TextDrawFont(UHR1, 0);
    TextDrawLetterSize(UHR1, 0.500000, 2.000000);
    TextDrawColor(UHR1, -829292289);
    TextDrawSetOutline(UHR1, 1);
    TextDrawSetProportional(UHR1, 1);


    Bei OnPlayerConnect :
    UHR2[playerid] = TextDrawCreate(516.000000, 101.000000, "14");
    TextDrawBackgroundColor(UHR2[playerid], 255);
    TextDrawFont(UHR2[playerid], 3);
    TextDrawLetterSize(UHR2[playerid], 0.500000, 2.000000);
    TextDrawColor(UHR2[playerid], -1);
    TextDrawSetOutline(UHR2[playerid], 1);
    TextDrawSetProportional(UHR2[playerid], 1);

    OnPlayerSpawn :
    TextDrawShowForPlayer(playerid, UHR0);
    TextDrawHideForPlayer(playerid, UHR1);
    TextDrawHideForPlayer(playerid, UHR2[playerid]);
    Public :
    public UpdateTime()
    {
    gettime(ho, mi);
    format(timestr, 32, "%02d:%02d", ho, mi);
    TextDrawSetString(UHR0, timestr);

    SetWorldTime(ho);
    new x=0;
    while(x!=MAX_PLAYERS) {
    if(IsPlayerConnected(x) && GetPlayerState(x) != PLAYER_STATE_NONE) {
    SetPlayerTime(x, ho, mi);
    }
    x++;
    }
    }


    Könnte mir jemand Per TV Helfen oder Mir hier Helfen?
    LG
    Crocky
    :love: