Új hozzászólás Aktív témák

  • #54715584

    törölt tag

    megtalaltam, ugyi vagyok :C

    God mode:
    Before [Backspace] will toggle God mode, open the ''devmode.lua'' file with a text editor. Scroll to the very bottom, and paste the following if it is not present:

    function ToggleGod()
    if (not god) then
    god=1;
    else
    god=1-god;
    end
    if (god==1) then
    System:LogToConsole(''God-Mode ON'');
    else
    System:LogToConsole(''God-Mode OFF'');
    end
    end
    Input:BindCommandToKey(''#ToggleGod()'',''backspace'',1);


    [Backspace] should now work.
    When God mode is enabled, the number next to the God command in the upper right hand side of the screen tells you how many times you ''actually'' died, meaning how many times your health reached 0.

    az en jatekverziomban mar be volt irva ez :U szoval mar csak a parancsikonnal kellett a '' utan beirnom, hogy -devmode es a jatekban csak backspacet kellett nyomnom es mar jp is volt a dolog :)

    bar egyebkent bal oldalt fog jelenzni, nem jobb oldalt, mint irtak a szovegben :)

    [Szerkesztve]

Új hozzászólás Aktív témák