Cannot compile c_dy_respawn_naong.sp
Opened this issue · 12 comments
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
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?
Ok, so, should I use the file you mentioned last, c_dy_respawn_naong_ai_director?
I'll try it.
Anyway seems that errors happens when enabling the rank system. Any hint on this?
Thanks!
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
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...
PS: Interesting thing I've just noticed, with c_dy_respawn_naong_ai_director Medics functions (revive and heal) are not working anymore!
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.