Tore Funktionieren nicht Richtig!

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo liebes Breadfish / sa-mp.de Forum



    Ich habe folgendes Problemm mit meinem Toren:

    • Wenn ich /pd2 oder eben den tor Befehl eingebe öffnet sich das tor das erste und 2te mal normal und richtig.
    • Wenn ich es aber das 3 Mal eingebe /pd2 öffnet sich das Tor Falsch, und es ist schief.
    • Es ist bei allen toren so, nicht nur bei dem /pd2 alle tore öffnen sich schief.


    Ich benutze den neusten Inconito Streamer, denn einige haben gedacht das es am Streamer liegt, aber einige haben auch gesagt das es nicht am Streamer liegt, und ich weiß nun wircklich nicht mehr weiter, deswegen wollte ich fragen ob mir jemand helfen würde.
    Würde auch gerne über Teamviever oder Skype vorschlagen damit ihr euch das Script ma anschauen könnt, denn wenn ich euch hier den pwn code reinklatsche würde das nicht reinpassen.


    Eine Frage noch was würdet ihr mir für einen Streamer vorschlagen, damit es evntl funktioniert.


    Würde mich freuen wenn mir jemand helfen würde, denn ich habe das Problemm schon etwas länger.
    mfg: RaZ3r


    //edit: Streamer Frage hinzugefügt

    signaturjohnparker.jpg

    Einmal editiert, zuletzt von John Parker () aus folgendem Grund: Streamer frage hinzugefügt

  • }
    if(strcmp(cmd,"/pd1", true) == 0)
    {
    if(IsACop(playerid) || IsPlayerInFrac(playerid, 22))
    {
    MoveObject(MVTor2, 1592.8564453125, -1638.0677490234, 9.912221908569, 3.0);
    SetTimer("CloseMVTor2", 5000, 0);
    SendClientMessage(playerid, COLOR_YELLOW,"Das Hoftor ist offen. Beeil dich es schließt in 5 Sekunden");
    }
    else SendClientMessage(playerid, COLOR_RED, "Du hast nicht die Erlaubnis dazu!");
    return 1;
    }


    Ist nun ein Befehl von einem Tor, aber funktioniert bei allen nicht.

  • Du hast ja ein Streamer. Hat der Streamer keine eigene Funktion für MoveObject?


    Wie meinst du das jetzt ?
    ich hab den Inconito Streamer....


    Da müsste doch das eig dabei sein oder?
    Auser ich hab die alte Version von dem inconito Streamer.


    hat evntl wer den link von der neuen Version, dann teste ich das mal.


    Zitat

    zeige auch mal CreateOB MVTor2


    und den Timer public


    MVTor = CreateDynamicObject(980, 1540.4725341797, -1627.7060546875, 15.156204223633, 0.0000, 0, 88); //pd1
    MVTor2 = CreateDynamicObject(10184, 1592.8564453125, -1638.0677490234, 14.912221908569, 0.0000, 0, 270.25); //object(ws_apgate) (1) hof-tor1


    }
    Function CloseMVTor()
    {
    MoveObject(MVTor,1540.4725341797, -1627.7060546875, 15.156204223633,3);
    MVTOROFFEN = 0;
    for(new i=0; i<GetMaxPlayers(); i++)
    {
    if(IsPlayerConnected(i) && IsPlayerInRangeOfPoint(i,10.0,1584.747680,-1638.100952,12.492498))
    {
    PlaySoundForPlayer(i,1035);
    SetTimerEx("PlaySoundForPlayer",2000,0,"id",i,1036);
    }
    }
    return 1;
    }


    Function CloseMVTor2()
    {
    MoveObject(MVTor2,1592.8564453125, -1638.0677490234, 14.912221908569, 3.0);
    return 1;
    }


    Function CloseMVTor3()
    {
    MoveObject(MVTor3,1582.60046387,-1638.12292480,12.30804634, 3.0);
    return 1;
    }


    Das mit diesem:
    MVTOROFFEN = 0;
    haben wir getestet aber funktioniert auch nicht.

  • mach mal MoveDynamicObject da du ein Streamer verwendest
    oder mach das
    CreateDynamicObject


    zu


    CreateObject


    In diesem Moment schlafen 6,3 Millionen Menschen, 18,9 Millionen essen, 2,2 Millionen machen Liebe und 1 Dummerchen ließt meine Signatur!



  • Du meinst allso so:


    Das so machen:
    MoveDynamicObject(MVTor2, 1592.8564453125, -1638.0677490234, 9.912221908569, 3.0);


    Und das hier so:
    MVTor2 = CreateObject(10184, 1592.8564453125, -1638.0677490234, 14.912221908569, 0.0000, 0, 270.25); //object(ws_apgate) (1) hof-tor1

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen
  • falsch da ist ein "oder" dazwischen.


    Scheffi meinte:


    entweder:


    MoveDynamicObject(MVTor2, 1592.8564453125, -1638.0677490234, 9.912221908569, 3.0);
    MVTor2 = CreateDynamicObject(10184, 1592.8564453125, -1638.0677490234, 14.912221908569, 0.0000, 0, 270.25); //object(ws_apgate) (1) hof-tor1 or1


    oder:


    MoveObject(MVTor2, 1592.8564453125, -1638.0677490234, 9.912221908569, 3.0);
    MVTor2 = CreateObject(10184, 1592.8564453125, -1638.0677490234, 14.912221908569, 0.0000, 0, 270.25); //object(ws_apgate) (1) hof-tor1



    LG

  • Zitat

    Ich habe folgendes Problemm mit meinem Toren:


    Wenn ich /pd2 oder eben den tor Befehl eingebe öffnet sich das tor das erste und 2te mal normal und richtig.
    Wenn ich es aber das 3 Mal eingebe /pd2 öffnet sich das Tor Falsch, und es ist schief.
    Es ist bei allen toren so, nicht nur bei dem /pd2 alle tore öffnen sich schief.



    P.s wenn ich Compile kommen nun Diese Errors:
    C:\Users\Matthias\Desktop\Release.pwn(378) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_DRAW_DISTANCE")
    C:\Users\Matthias\Desktop\Release.pwn(379) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_EXTRA_ID")
    C:\Users\Matthias\Desktop\Release.pwn(380) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_INTERIOR_ID")
    C:\Users\Matthias\Desktop\Release.pwn(381) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MAX_X")
    C:\Users\Matthias\Desktop\Release.pwn(382) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MAX_Y")
    C:\Users\Matthias\Desktop\Release.pwn(383) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MAX_Z")
    C:\Users\Matthias\Desktop\Release.pwn(384) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MIN_X")
    C:\Users\Matthias\Desktop\Release.pwn(385) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MIN_Y")
    C:\Users\Matthias\Desktop\Release.pwn(386) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MIN_Z")
    C:\Users\Matthias\Desktop\Release.pwn(387) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MODEL_ID")
    C:\Users\Matthias\Desktop\Release.pwn(388) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_SPEED")
    C:\Users\Matthias\Desktop\Release.pwn(389) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_X")
    C:\Users\Matthias\Desktop\Release.pwn(390) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_Y")
    C:\Users\Matthias\Desktop\Release.pwn(391) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_Z")
    C:\Users\Matthias\Desktop\Release.pwn(392) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_X")
    C:\Users\Matthias\Desktop\Release.pwn(393) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_Y")
    C:\Users\Matthias\Desktop\Release.pwn(394) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_Z")
    C:\Users\Matthias\Desktop\Release.pwn(395) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_PLAYER_ID")
    C:\Users\Matthias\Desktop\Release.pwn(396) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_X")
    C:\Users\Matthias\Desktop\Release.pwn(397) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_Y")
    C:\Users\Matthias\Desktop\Release.pwn(398) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_Z")
    C:\Users\Matthias\Desktop\Release.pwn(399) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_SIZE")
    C:\Users\Matthias\Desktop\Release.pwn(400) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_STYLE")
    C:\Users\Matthias\Desktop\Release.pwn(401) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_TEST_LOS")
    C:\Users\Matthias\Desktop\Release.pwn(402) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_TYPE")
    C:\Users\Matthias\Desktop\Release.pwn(403) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_WORLD_ID")
    C:\Users\Matthias\Desktop\Release.pwn(404) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_X")
    C:\Users\Matthias\Desktop\Release.pwn(405) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_Y")
    C:\Users\Matthias\Desktop\Release.pwn(407) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_Z")
    C:\Users\Matthias\Desktop\Release.pwn(24853) : warning 219: local variable "mod" shadows a variable at a preceding level
    C:\Users\Matthias\Desktop\Release.pwn(60500) : warning 203: symbol is never used: "testStatus"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    Header size: 13076 bytes
    Code size: 2883172 bytes
    Data size: 6704784 bytes
    Stack/heap size: 32768 bytes; estimated max. usage: unknown, due to recursion
    Total requirements: 9633800 bytes


    31 Warnings.



    Weis jemand was das für Warnings sind.
    P.s ich nutze den Inconito Streamer.