Beiträge von DX[BoSs]

    OK thx!


    Kann mir jemand einen eigenen Filterscript erstellen, wo man Autos spawnen kann UND AUCH Waffen, ich will aber auch ein /goto Command haben sodass ich mich zu jemandem teleportieren kann, und wenn er mit dem Auto fährt will ich der Beifahrer sein


    Wäre Nett ;)

    OK hab nur nochn Warning^^


    Frage: Wenn ich das in den Script einfüge und den Command aktiviere, werde ich dann unsichtbar für die Spieler wenn ich neben ihnen stehe, oder werde ich nur ned auf dem Radar angezeigt?


    if(strcmp(cmd, "/invisible", true) == 0) {
    if (IsPlayerAdmin(playerid)){
    SetPlayerColor(playerid, playerTransparentColors[playerid]);
    SendClientMessage(playerid, COLOR_ORANGE, "Tu es Invisible! Du bist unsichtbar!");
    }
    else{SendClientMessageToAll(COLOR_RED, "Jemand hat versucht sich unsichtbar zu machen!");
    SendClientMessage(playerid, COLOR_YELLOW, "Wenn du es nochmal machst, wird dein Name angezeigt!");
    SendClientMessage(playerid, COLOR_YELLOW, "Dieser CMD ist nur für Admins!");
    unsichtbarversuch[playerid] += 1;
    if (unsichtbarversuch[playerid] == 2){
    new pname2[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname2, sizeof (pname2));
    format(carstr, sizeof(carstr), " %s hat sich gerade zum 2. Mal versucht unsichtbar zu machen!", pname2);
    GameTextForAll(carstr ,1000,1);
    SetPlayerHealth(playerid,1);
    SendClientMessage(playerid, COLOR_YELLOW, "Dein Name wurde allen angezeigt und du bist kurz vor dem Tod!");
    }
    }
    return 1;
    }

    kann mir mal jemand helfen?


    Hab da 26 Errors!


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(2) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(2) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(11) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(11) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(63) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(63) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(64) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(64) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(68) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(68) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(69) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(69) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(89) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(89) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(90) : error 017: undefined symbol "MAX_PLAYERS"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(90) : error 009: invalid array size (negative, zero or out of bounds)


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(124) : error 017: undefined symbol "print"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(125) : error 017: undefined symbol "print"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(126) : error 017: undefined symbol "print"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(127) : error 017: undefined symbol "print"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(128) : error 017: undefined symbol "print"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(133) : warning 235: public function lacks forward declaration (symbol "OnPlayerStateChange")


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(134) : error 017: undefined symbol "PLAYER_STATE_DRIVER"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(135) : error 017: undefined symbol "GetPlayerVehicleID"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(136) : error 017: undefined symbol "IsPlayerAdmin"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(137) : error 017: undefined symbol "RemovePlayerFromVehicle"


    C:\Spiele\Actionspiele\GTA San Andreas\GTA San Andreas\gamemodes\Script.pwn(140) : error 017: undefined symbol "SendClientMessage"

    Hab da nochn Problem:


    Bis jetzt siehts so aus:


    public OnPlayerStateChange
    new newcar = GetPlayerVehicleID(playerid);
    if(newcar == CARID)
    {
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
    SendClientMessage(playerid,COLOR_GREY," Du bist kein Admin !");
    RemovePlayerFromVehicle(playerid);
    }
    }




    Wenn ich nachsehe ob Fehler drinn sind zeigt mir das garnichts an, desshalb frag ich euch!



    Gehört statt CARID ne ID vom Auto (also eine Zahl) hinein?
    MFG

    Dann mach mal das Programm aus, und versuche irgendwie zu scripten, dass du einen Command eingeben musst und schon kannste alle Autos spawnen!

    KeksOfDeath:


    Dann mach statt SetPlayerHealth(playerid,0.0);



    SetPlayerHealth(playerid,100.0);



    Sry das ich nerve :D




    Hab nochne Frage: Welchen Codeschnippsel brauche ich dafür:


    - Der Admin soll alle skins auswählen können


    - es soll Skins geben die nur für Leader is, z.B: Groove Skin können die User ned wählen weil das nur für Groove Leader ist (außer der admin)


    - Bei mir werden ned alle Skins angezeigt, will aber das ALLE angezeigt werden!


    :thumbup: MFG :thumbup:

    Ich teste alles und monentan sieht alles so aus:


    {
    AddHouse(houseid 0, Float:iconX, Float:iconY, Float:iconZ, Float:interiorX, Float:interiorY, Float:interiorZ, Cost, Sell, Interior, Virtualworld)
    houseid: 0!
    icon- X/Y/Z: The housepickup infront of the door.(outside).
    interior - X/Y/Z: The spawn place where you spawn as you enter the house.
    Cost - 200.
    Sell - 200.
    Interior - The interior of your house.
    Virtualworld - To make more rooms.
    }
    {
    AddHouseCar(houseid 0, modelid, Float:Carx, Float:Cary, Float:Carz, color1, color2, respawn_delay
    }




    Ich mache sowas zum ersten mal, also gibt es sicher viele Fehler, könnte das dann einer editieren???




    Könnte mir jemand ein Beispiel machen??


    MFG

    Kann mir jemand sagen, wie ich mache das man Häuser kaufen, mieten und betreten kann???


    Wäre echt cool wenn mir einer den Code geben würde :D


    Und wenn ich jetzt auf neu gehe also San Andreas Verzeichniss/Pawno/new.pwn öffnet sich das mit pawno, dann füge ich alles ein was ich brauche, wp muss ich das abspeichern und was kommt als nächstes??