Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile c_dy_respawn_naong.sp #31

Open
superforno opened this issue Oct 22, 2018 · 12 comments
Open

Cannot compile c_dy_respawn_naong.sp #31

superforno opened this issue Oct 22, 2018 · 12 comments

Comments

@superforno
Copy link

Hello,
first of all thanks for sharing on GitHub your plugins!

I've a server running with latest sourcemod and your plugins, but now I've tryied to enable the mysql rankings on c_dy_respawn_naong.sp.

As result I've got 4 errors in compiling:
(720) : error 017: undefined symbol "Event_GrenadeThorwn"
(741) : error 017: undefined symbol "Event_PlayerTeam"
(5023) : error 017: undefined symbol "Check_NearbyMedicsRevive"
(5194) : error 017: undefined symbol "Check_NearbyMedicsRevive"

Any hint?
Thanks

@thecannons
Copy link
Owner

thecannons commented Oct 22, 2018 via email

@superforno
Copy link
Author

Hello! Thas't the includes part
`#include
#include
#include
#include
#include
#undef REQUIRE_EXTENSIONS
#include
#include
#include <tf2_stocks>
#define REQUIRE_EXTENSIONS

//#include
//#include `

Each file is present in the "include" folder.
Could be maybe the ones commented out at the end?

@thecannons
Copy link
Owner

thecannons commented Oct 22, 2018 via email

@superforno
Copy link
Author

Ok, so, should I use the file you mentioned last, c_dy_respawn_naong_ai_director?

@thecannons
Copy link
Owner

thecannons commented Oct 23, 2018 via email

@superforno
Copy link
Author

I'll try it.
Anyway seems that errors happens when enabling the rank system. Any hint on this?

Thanks!

@ozzygit
Copy link

ozzygit commented Oct 24, 2018 via email

@superforno
Copy link
Author

I'll be glad to work on it! I've already set up a mysql db for ranking, but I can't compile the plugin

@ozzygit
Copy link

ozzygit commented Oct 24, 2018 via email

@superforno
Copy link
Author

I've programmed mostly in php, so I can understand basic c++ scripts.
I'm actually triyng the ai director too and I like it! So I think I'll edit that one...

@superforno
Copy link
Author

PS: Interesting thing I've just noticed, with c_dy_respawn_naong_ai_director Medics functions (revive and heal) are not working anymore!

@ozzygit
Copy link

ozzygit commented Oct 24, 2018

Just posting here saying kudos to Daimyo for all his hard work and all credit goes to Daimyo for being able to build on his work like he did for JBallou.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants