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

[CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)


Post New Thread Reply   
 
Thread Tools Display Modes
poliztw
New Member
Join Date: Jan 2012
Old 01-24-2012 , 15:58   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1491

Nice plugin ty.
poliztw is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 01-24-2012 , 21:59   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1492

Quote:
Originally Posted by shavit View Post
When LR's Available change sm_parachute_enabled2 to 0 and when round is over to 1.

THANKS!
We will just make the forward, you'll need to make use of the forward in a separate plugin.

Quote:
Originally Posted by Annihilator
Well an option to turn all Ts to rebels after the round time is over would be a start

Others would be:
Ts become rebels after holding a gun in their hands non-stop for 10s (just carrying doesn't count and switching weapon to knife resets the timer)
CT spawn zones, where all T kills counts as rebel kills.
That will be available as a native in 2.0.5 for you to use to change rebel status in other plugins.
__________________

Last edited by databomb; 01-24-2012 at 22:00.
databomb is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-25-2012 , 07:36   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1493

Quote:
Originally Posted by databomb View Post
We will just make the forward, you'll need to make use of the forward in a separate plugin.
you mean that i need a seperate plugin?
if yes you can help me with it?
__________________
retired
shavit is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 01-25-2012 , 07:59   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1494

Quote:
Originally Posted by shavit View Post
you mean that i need a seperate plugin?
if yes you can help me with it?
Yes, it would be under 10 lines of code for what you want to do, so I could help with the forward part of it.
__________________
databomb is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-25-2012 , 08:16   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1495

ok, if you will help me with that that would be nice
__________________
retired
shavit is offline
Annihilator
Senior Member
Join Date: Nov 2006
Location: Lithuania
Old 01-26-2012 , 14:18   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1496

I have a suggestion for a feature, that would be nice to have in the main plugin:

Ts that are killed holding gun are not counted as freekills (well, at least checking if they were carrying a gun b4 death would be great). It would make the anti-freekill system a lot more usable, since now, kills of Ts aiming at you are considered freekills
Annihilator is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-26-2012 , 15:04   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1497

Ok databomb, i got to here right now:
Code:
#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <hosties>
#include <lastrequest>

#pragma semicolon 1

public Action:SM_Parachute_Disabler(client, args)
{
IsClientInLastRequest(client))
	{
		ServerCommmnd("sm_parachute_enabled2 0");
	}
}
[Dont ask why servercommand, its because i cant understand how to use Setconvar.]

and i changed lastrequest.sp to make it switch to 1 when lr is stopped.

it will work?

if not, i need to add OnPluginStart or something?

Thxxxxx
__________________
retired
shavit is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 01-26-2012 , 20:11   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1498

Quote:
Originally Posted by shavit View Post
Ok databomb, i got to here right now:
Code:
#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <hosties>
#include <lastrequest>

#pragma semicolon 1

public Action:SM_Parachute_Disabler(client, args)
{
IsClientInLastRequest(client))
    {
        ServerCommmnd("sm_parachute_enabled2 0");
    }
}
[Dont ask why servercommand, its because i cant understand how to use Setconvar.]

and i changed lastrequest.sp to make it switch to 1 when lr is stopped.

it will work?

if not, i need to add OnPluginStart or something?

Thxxxxx
It's not realistic to do this right now; you have to wait a little bit for a new forward to be added to 2.0.5 beta.
__________________
databomb is offline
graffiti007
Member
Join Date: Sep 2011
Old 01-27-2012 , 09:07   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1499

When will the new version?
graffiti007 is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 01-27-2012 , 22:11   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1500

Quote:
Originally Posted by graffiti007 View Post
When will the new version?
Patience young skywalker

If you want to beta test, you're free to compile from the SVN.
__________________
databomb 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 16:50.


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