Raised This Month: $51 Target: $400
 12% 

Solved [REQ/IDEA][TF2]Plugin requests (ideas?)


Post New Thread Reply   
 
Thread Tools Display Modes
xjonx
Member
Join Date: Nov 2016
Location: Builders League UnitedHQ
Old 11-24-2016 , 19:07   Re: [REQ/IDEA][TF2]Plugin requests (ideas?)
Reply With Quote #11

Quote:
Originally Posted by Chaosxk View Post
It works fine for me even with the plugin you linked.

FYI the code i posted counts BOTS as alive red players. So if you have a bot on red team then it will count it as a player.

Just to make sure, when there are 1 player on red team (INCLUDING BOTS) that is still alive then give them crits?
At least that is what i wrote and tested.
I don't have any bots on my server. I have been testing it with my friend, and when me or my friend gets switched to blue team, the last red player doesn't get crits. I have been testing it with up to 3 players.
__________________
I'm sometimes slow at responding... just be patient.
My favorite quote: "...for I believe in an eye for an eye."
My Website: http://jon-xjonx-nat.jimdo.com/
xjonx is offline
Send a message via Skype™ to xjonx
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 11-25-2016 , 18:34   Re: [REQ/IDEA][TF2]Plugin requests (ideas?)
Reply With Quote #12

I think i figured out the problem, timer stops on map change. Change this line from previous code:

Code:
CreateTimer(0.5, Timer_GetCount, _, TIMER_REPEAT | TIMER_FLAG_NO_MAPCHANGE);
to

Code:
CreateTimer(0.5, Timer_GetCount, _, TIMER_REPEAT);
and reload plugin.
__________________
Chaosxk is offline
xjonx
Member
Join Date: Nov 2016
Location: Builders League UnitedHQ
Old 11-26-2016 , 19:13   Re: [REQ/IDEA][TF2]Plugin requests (ideas?)
Reply With Quote #13

Quote:
Originally Posted by Chaosxk View Post
I think i figured out the problem, timer stops on map change. Change this line from previous code:

Code:
CreateTimer(0.5, Timer_GetCount, _, TIMER_REPEAT | TIMER_FLAG_NO_MAPCHANGE);
to

Code:
CreateTimer(0.5, Timer_GetCount, _, TIMER_REPEAT);
and reload plugin.
That seemed to make it work, thanks
__________________
I'm sometimes slow at responding... just be patient.
My favorite quote: "...for I believe in an eye for an eye."
My Website: http://jon-xjonx-nat.jimdo.com/
xjonx is offline
Send a message via Skype™ to xjonx
Jillchang
Senior Member
Join Date: Mar 2014
Old 12-02-2016 , 11:24   Re: [REQ/IDEA][TF2]Plugin requests (ideas?)
Reply With Quote #14

Quote:
Originally Posted by xjonx View Post
The zombie plugin was made privately for Muselk and isn't released.I'm just using a bunch of plugins to replicate it.
can you share what list of plugins you are using?
I tried getting it work but for me all the zombie plugins are bugged and gives me civilian pose without any weapons.
Jillchang is offline
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 23:06.


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