Chessnut / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.rocks
MIT License
94 stars 77 forks source link

Couldn't include file #630

Closed TheSkullHead closed 9 years ago

TheSkullHead commented 9 years ago

I'm getting the error: https://gyazo.com/bfa2afa03e7a3ba9e42dea49da2e1c65 Which says that it's missing a file in the core. What can i do? EDIT: It's not working for me as a whole. The only button that shows up for me is Leave, the plugins aren't working, there's files missing from the base nutscript folder..

TheSkullHead commented 9 years ago

EDIT: It's not working for me as a whole. The only button that shows up for me is Leave, the plugins aren't working, there's files missing from the base nutscript folder..

cornpop37 commented 9 years ago

I would recommend a fresh install of Nutscript base and HL2RP and try it with no plugins.

TheSkullHead commented 9 years ago

I've found the solution: Apparently my server was thinking it should start Nutscript instead of HL2RP, while the start.bat clearly states: +gamemode hl2rp. I added 'gamemode hl2rp' without the quotes to my server.cfg, which fixed my issue. Basically, it was starting nutscript, so no shit it couldn't find the plugins :stuck_out_tongue_winking_eye: