-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
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.
|
Hello! Thas't the includes part //#include Each file is present in the "include" folder. |
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 ***@***.***> wrote:
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACXym1TnqjU0JVbNEI2CtLdvfhbUDCQuks5ung2lgaJpZM4XzdkM>
.
|
Ok, so, should I use the file you mentioned last, c_dy_respawn_naong_ai_director? |
You can try but it includes latest features that you may not like.
…On Mon, Oct 22, 2018 at 2:59 PM Enrico ***@***.***> 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
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACXym7JnvMwhBOeVhbq-KgGFBRRooeDeks5unj-BgaJpZM4XzdkM>
.
|
I'll try it. Thanks! |
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 <[email protected]>
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 GitHub<#31 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AO9bnOYAta3xPPVYS4P7rM1ZLsRh6PQBks5unzIrgaJpZM4XzdkM>.
|
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 |
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 Android<https://aka.ms/ghei36>
…________________________________
From: Enrico <[email protected]>
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 GitHub<#31 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AO9bnOKRhPOLmukJBJXa7xBcYjxUPOPYks5uoAaUgaJpZM4XzdkM>.
|
I've programmed mostly in php, so I can understand basic c++ scripts. |
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. |
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
The text was updated successfully, but these errors were encountered: