Raised This Month: $32 Target: $400
 8% 

Bad load module


Post New Thread Reply   
 
Thread Tools Display Modes
Kiske
Veteran Member
Join Date: May 2009
Old 03-30-2015 , 01:19   Re: Bad load module
Reply With Quote #11

Quote:
Originally Posted by claudiuhks View Post
As you are not sure, add as many '../' as possible (but just one by one) before:

PHP Code:
HLSDK = ../hlsdk/multiplayer
MM_ROOT 
= ../metamod/metamod 
Until it works. So it will look like ../../hlsdk and so on, ../../../hlsdk...
Nop, it doesn't work.

Quote:
Originally Posted by claudiuhks View Post
Also, is #define USE_METAMOD commented in moduleconfig.h? Make sure it's not.
Yes.


I really don't know what else to do.
__________________

Kiske is offline
Send a message via Skype™ to Kiske
Kiske
Veteran Member
Join Date: May 2009
Old 03-30-2015 , 01:35   Re: Bad load module
Reply With Quote #12

Ok, I fix the problem.

In zp6_semiclip.cpp:

PHP Code:
#include "entity_state.h"
#include "amxxmodule.h" 
-->
PHP Code:
#include "amxxmodule.h"
#include "entity_state.h" 
BTW, now module load perfectly.

You guys are awesome, thank you so much!


Solved.
__________________


Last edited by Kiske; 03-30-2015 at 01:36.
Kiske is offline
Send a message via Skype™ to Kiske
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode