1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

HL2RP Alko's Menu (working)

Discussion in 'Plugins' started by SatoshiAaron, Aug 27, 2015.

  1. SatoshiAaron

    SatoshiAaron Lawl, lawl, lawl, lawn

    Does anyone have a version of Alko menu for HL2 RP before I go and fix it myself? I was just wondering so I don't have to spend time fixing it and then find out it already has been.

    Thanks
     
  2. NightAngel

    NightAngel Fuck off Lev

    It's an easy fix, just remove the function that errors out so instead of modelPanel:GetModelPanel you just put modelpanel or whatever the hell it is
     
  3. Sixx

    Sixx presidential #1 Legend

    DModelPanel:GetModel() :D
     
    • Disagree Disagree x 1
  4. NightAngel

    NightAngel Fuck off Lev

    no, because the code is trying to get the modelpanel, not the model, but the modelpanel was changed so you dont need to use getmodelpanel, you just point to the panel itself.
     
    • Informative Informative x 1
  5. Sixx

    Sixx presidential #1 Legend

    I'll write my own character selection menu. With derma, and hookers.
     
  6. NightAngel

    NightAngel Fuck off Lev

    It would have been funnier if you said derma and hooks. [HASHTAG]#justcoderthings[/HASHTAG]
     
    • Agree Agree x 1
  7. Sixx

    Sixx presidential #1 Legend

    Let me just return that real quick.
    string.gsub("hookers", "hooks")
     
  8. NightAngel

    NightAngel Fuck off Lev

    its funny because lua functions
     
  9. The Dovahneer

    The Dovahneer i can change my title

    stop speaking moon language
     
    • Funny Funny x 2
  10. SatoshiAaron

    SatoshiAaron Lawl, lawl, lawl, lawn

    I remember there being a few issues with it, including the character creation menu and the schema logo issue.

    And I'm piss lazy.
     
  11. Sixx

    Sixx presidential #1 Legend

    You're a developer though.
    Develop.
    Do the deveop, Satoshi.
    Do it.
    [​IMG]

    Seriously though hmu let's collab on this. I'm interested in the learning experience. :D
     
    • Funny Funny x 3
    • Like Like x 1
    • Agree Agree x 1
  12. shila about to go ham on a public school
     
  13. What's the bug exactly? I've never had a problem with the menu, including modifying it for myself.
     
  14. NightAngel

    NightAngel Fuck off Lev

    It's literally removing a panel function and pointing to the panel instead. That's the only bug with the alko menu, those other bugs were temporary bugs from github development.
     
  15. SatoshiAaron

    SatoshiAaron Lawl, lawl, lawl, lawn

    Not really bothered anymore, I just made my own menu :D I'll probably upload it as a plugin later.
    My community nag me to customise HL2RP server yet they never play it.
     
  16. Sixx

    Sixx presidential #1 Legend

    I'll have a go at fixing it, in that case.
     
  17. NightAngel

    NightAngel Fuck off Lev

    Line 217 (broken)
    Code:
    local modelPanel = self.characterModel:GetModelPanel();
    fix
    Code:
    local modelPanel = self.characterModel;
    I've only said it at least twice. :p

    http://www.mediafire.com/download/407bpp2146i8zu2/alkomenu.rar

    wow such a huge fix idk wut u guiz wud dew without me :rolleyes:
     
    • Funny Funny x 1
    • Good Coder Good Coder x 1
  18. Sixx

    Sixx presidential #1 Legend

    I mean I wanted to figure it out for myself but thanks for totally battering the learning curve for me.
     
  19. NightAngel

    NightAngel Fuck off Lev

    What learning curve? It's literally looking at an error and changing one line. You'd think with all these schemas you 'code' you'd be able to figure out simple error diagnosis.
     
  20. Sixx

    Sixx presidential #1 Legend

    Of course it's easy for you. It's not for me. I wanted to figure it out so I could learn how to do error diagnosis for myself.
    Don't get pissy and start trying to light fires. That's petty.
     

Previous Readers (Total: 0)