thecannons / Insurgency-dy-sourcemod

Updated folder structure
30 stars 21 forks source link

Cannot compile c_dy_respawn_naong.sp #31

Open superforno opened 5 years ago

superforno commented 5 years ago

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 commented 5 years ago

Hi Enrico,

Do you have the insurgencydy.inc file in your include folder (or make sure the #includes at the top of the file exist in your include folder)? Just make sure you have all dependencies.

superforno commented 5 years ago

Hello! Thas't the includes part `#include

include

include

include

include

undef REQUIRE_EXTENSIONS

include

include

include

define REQUIRE_EXTENSIONS

//#include //#include `

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

thecannons commented 5 years ago

The latest script I support is c_dy_respawn_naong_ai_director so I might have butchered the insurgencydy.inc file after some time. I just don't have the energy to go through it lately.

On Mon, Oct 22, 2018 at 11:25 AM Enrico notifications@github.com wrote:

Hello! Thas't the includes part `#include

include

include

include

include

undef REQUIRE_EXTENSIONS

include

include

include

define REQUIRE_EXTENSIONS

//#include //#include `

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Daimyo21/Insurgency-dy-sourcemod/issues/31#issuecomment-431924912, or mute the thread https://github.com/notifications/unsubscribe-auth/ACXym1TnqjU0JVbNEI2CtLdvfhbUDCQuks5ung2lgaJpZM4XzdkM .

superforno commented 5 years ago

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

thecannons commented 5 years ago

You can try but it includes latest features that you may not like.

On Mon, Oct 22, 2018 at 2:59 PM Enrico notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Daimyo21/Insurgency-dy-sourcemod/issues/31#issuecomment-432004832, or mute the thread https://github.com/notifications/unsubscribe-auth/ACXym7JnvMwhBOeVhbq-KgGFBRRooeDeks5unj-BgaJpZM4XzdkM .

superforno commented 5 years ago

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

Thanks!

ozzygit commented 5 years ago

Yeah, I've been asked to look at scoring from one of my players too. Because I haven't installed mySQL on my linux server so I'd have to do this for ranking I think, but worth doing.

There is much hard coded and this is what I've started removing too. If you wanted, perhaps we could work on it together?


From: Enrico notifications@github.com Sent: Wednesday, 24 October 2018 2:13 AM To: Daimyo21/Insurgency-dy-sourcemod Cc: Subscribed Subject: Re: [Daimyo21/Insurgency-dy-sourcemod] Cannot compile c_dy_respawn_naong.sp (#31)

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

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Daimyo21/Insurgency-dy-sourcemod/issues/31#issuecomment-432285782, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AO9bnOYAta3xPPVYS4P7rM1ZLsRh6PQBks5unzIrgaJpZM4XzdkM.

superforno commented 5 years ago

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 commented 5 years ago

Do you have any coding skills such as java, c#, c++ etc? In using the ai director version which means elite bots

Get Outlook for Androidhttps://aka.ms/ghei36


From: Enrico notifications@github.com Sent: Wednesday, October 24, 2018 5:20:04 PM To: Daimyo21/Insurgency-dy-sourcemod Cc: rmooreau; Comment Subject: Re: [Daimyo21/Insurgency-dy-sourcemod] Cannot compile c_dy_respawn_naong.sp (#31)

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Daimyo21/Insurgency-dy-sourcemod/issues/31#issuecomment-432527465, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AO9bnOKRhPOLmukJBJXa7xBcYjxUPOPYks5uoAaUgaJpZM4XzdkM.

superforno commented 5 years ago

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 commented 5 years ago

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

ozzygit commented 5 years ago

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.