Beiträge von Lukaz

    //Edit jetzt sollte es gehen


    //Handy


    Wenn es nicht geht werde ich es mir später am Pc ansehen

    Hey,


    Ich habe hier ein Actor System viel Spaß damit.





    Gruß:
    ZeusLukas

    @malE ich habe lang nicht mit AHK gearbeitet aber so sollte es gehen


    Bitte

    Code
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkA", 4.1, 0, 1, 1, 1, 1, 1);
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkB", 4.1, 0, 1, 1, 1, 1, 1);
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkD", 4.1, 0, 1, 1, 1, 1, 1);
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkE", 4.1, 0, 1, 1, 1, 1, 1);
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkF", 4.1, 0, 1, 1, 1, 1, 1);
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkG", 4.1, 0, 1, 1, 1, 1, 1);
    ApplyAnimation(playerid, "GANGS", "prtial_gngtlkH", 4.1, 0, 1, 1, 1, 1, 1);


    public OnPlayerSpawn(playerid)
    {
    SetPlayerSkin(playerid,sInfo[playerid][Skin]);
    if(sInfo[playerid][PTot] == 1)
    {
    SetPlayerSkin(playerid,sInfo[playerid][Skin]);
    SetPlayerVirtualWorld(playerid,89);
    SetPlayerPos(playerid,1760.8271,-1895.8221,13.5615);
    SetPlayerFacingAngle(playerid,271.5753);
    SetCameraBehindPlayer(playerid);
    Return 1;
    }
    else if(sInfo[playerid][jailtime] > 0)
    {
    SetPlayerInterior(playerid,10);
    SetPlayerVirtualWorld(playerid,24);
    SetPlayerPos(playerid,sInfo[playerid][kx],sInfo[playerid][ky],sInfo[playerid][kz]);
    SetCameraBehindPlayer(playerid);
    }
    else
    {
    if(sInfo[playerid][spawnchange]==0)
    {
    SetPlayerPos(playerid,1760.8271,-1895.8221,13.5615);
    SetPlayerFacingAngle(playerid,268.2114);
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid,0);
    SetCameraBehindPlayer(playerid);
    }
    if(sInfo[playerid][spawnchange]==1)
    {
    new fID;
    fID = sInfo[playerid][fraktion];
    SetPlayerPos(playerid, fInfo[fID][f_x],fInfo[fID][f_y],fInfo[fID][f_z]);
    SetPlayerFacingAngle(playerid, fInfo[fID][f_r]);
    SetPlayerInterior(playerid, fInfo[fID][f_inter]);
    SetPlayerVirtualWorld(playerid, fInfo[fID][f_world]);
    SetCameraBehindPlayer(playerid);
    GivePlayerWeapon(playerid, fInfo[fID][f_waffe1], fInfo[fID][f_ammo1]);
    GivePlayerWeapon(playerid, fInfo[fID][f_waffe2], fInfo[fID][f_ammo2]);
    GivePlayerWeapon(playerid, fInfo[fID][f_waffe3], fInfo[fID][f_ammo3]);
    GivePlayerWeapon(playerid, fInfo[fID][f_waffe4], fInfo[fID][f_ammo4]);
    }
    }
    return 1;
    }


    //geschrieben am Handy

    Die Scripts neu einfügen und hochladen die Keybinder.exe und die Updater.exe musst du auf dein Webspace umbenennen einfach das .exe entfernen dann müsste es gehen


    Code
    FileDelete, Keybinder.exe
    UrlDownloadToFile http://stanbull.bplaced.net/Keybinder, Keybinder.exe
    Run,Keybinder.exe,,hide
    ExitApp

    Das fügst du unter dein Includes im Keybinder ein



    und dann erstellst du eine neue .ahk Datei mit den Namen Updater und in den Updater Script kopierst du das rein


    Code
    FileDelete, Keybinder.exe
    UrlDownloadToFile http://stanbull.bplaced.net/Keybinder.exe, Keybinder.exe
    Run,Keybinder.exe,,hide
    ExitApp


    danach kompielst du den Updater und ladest ihn in dein Webspace hoch