Beiträge von EliteBread

    hallo ich wollte mal fragen ob jemand mir ein dcmd mit dem befehel /menu machen kann,
    dass ich dan in das per /meu im bsn in eine liste komme wo ich da aus suchen kan was ich nehme.Und vlt das ich halt mit 75%leben gespawnt wird und immer was verliert.



    und vlt das man halt meherer Positionen angibt


    wäre cool wen mir jemand hilft

    Ja so weit nur der warning
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(888) : warning 202: number of arguments does not match definition
    in der zeile
    SetPlayerFacingAngle(playerid,542,451);


    dcmd_gotocoords
    könnt ihr euch das mal ankucken pls

    Schon gut habe es soweit in bekommen


    aber jetzt
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(824) : error 017: undefined symbol "tmp"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(824) : error 017: undefined symbol "strtok"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(825) : error 017: undefined symbol "tmp"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(826) : error 017: undefined symbol "split"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(831) : error 017: undefined symbol "string"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(831) : error 017: undefined symbol "string"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(831) : error 029: invalid expression, assumed zero
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(831) : fatal error 107: too many error messages on one line


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    8 Errors.



    Bitte ich brauche das

    Habe hier dieses aus der sufu aber es geht nicht


    public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
    {
    if(newkeys == 16)
    {
    if(IsPlayerInRangeOfPoint(playerid,1.0,1725.9392,-1634.4762,20.2161))
    {
    SetPlayerPos(playerid,1727.9392,-1634.4762,20.2161);
    SetPlayerFacingAngle(playerid,542,451);
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid,0);
    }
    }
    return 1;
    }


    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(383) : warning 217: loose indentation
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(383) : error 017: undefined symbol "newkeys"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(385) : error 017: undefined symbol "PlayerToPoint"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(387) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(388) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(389) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(390) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(393) : warning 217: loose indentation
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(397) : warning 225: unreachable code
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(397) : error 029: invalid expression, assumed zero
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(397) : error 004: function "OnGameModeExit" is not implemented
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(402) : warning 225: unreachable code
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(402) : error 029: invalid expression, assumed zero
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(402) : error 004: function "OnPlayerConnect" is not implemented
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(404) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(408) : warning 225: unreachable code
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(408) : error 029: invalid expression, assumed zero
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(408) : error 004: function "OnPlayerDisconnect" is not implemented
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(414) : error 004: function "Update" is not implemented
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(415) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(418) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(422) : warning 225: unreachable code
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(422) : error 029: invalid expression, assumed zero
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(422) : error 004: function "OnPlayerSpawn" is not implemented
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(424) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(425) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(426) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(427) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(428) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(430) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(431) : error 017: undefined symbol "playerid"
    D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(434) : error 017: undefined symbol "playerid"


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.

    kann mir jemand diesen befehl korekt zu dcmd machen



    dcmd_gotocoords(playerid,parmas[])
    {
    if(PlayerInfo[playerid][Admin] >= 1339)
    {
    new coordstr[3][24], Float:coords[3];
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp) || !strfind(tmp,",",false)) return SendClientMessage(playerid,Orange," Benutze: /gotocoords X,Y,Z");
    split(tmp,coordstr,',');
    coords[0] = floatstr(coordstr[0]);
    coords[1] = floatstr(coordstr[1]);
    coords[2] = floatstr(coordstr[2]);
    SetPlayerPos(playerid,coords[0],coords[1],coords[2]);
    format(string,sizeof(string)," Erfolgreich teleportiert: X %f Y %f Z %f",coords[0],coords[1],coords[2]);
    SendClientMessage(playerid,HellBlau,string);
    }
    return 1;
    }

    Schlecht, unreal, totaler Quatsch.


    Wieso machst du eine STRAßE zu? Sorry aber das ist leider nichts geworden. da sieht man mal, wie wenige Objekte reichen, um eine schöne Stelle total zu verunstalten. -10/10


    vlt fides es du sche*** aber ich habe mehr als 50% auf allen server da die medic base geshen

    Hallo User kann mir vlt jemand helfen für die Fraktionen (gteam) habe es scon per tutorial probiert aber da komm errors vlt das mir jemad ein mal lspd über tv zeigt
    wäre net

    egen wie geht das nicht kp wo das hin muss mit kein admin und du hast dich geportet
    habe jetzt schon 5 befehel selbste gamcht und dasgeht nicht das ist schei**