Raised This Month: $ Target: $400
 0% 

[CS:S/CS:GO] Jailbreak Warden


Post New Thread Reply   
 
Thread Tools Display Modes
MrPriime
Junior Member
Join Date: Oct 2015
Old 01-22-2016 , 13:47   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #201

Quote:
Originally Posted by mufin View Post
make a rule must have mic and willing to go warden if not ct ban them.
But it doesn't really matter cause there will be always that one guy chosing warden tho.
__________________
MrPriime is offline
Send a message via Skype™ to MrPriime
whtevrwt
AlliedModders Donor
Join Date: Apr 2015
Old 01-25-2016 , 03:39   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #202

Was wondering if anyone will ever fix the Remove Warden (sm_rw) feature? On CS:GO, it just doesn't work.
whtevrwt is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 01-25-2016 , 04:28   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #203

Quote:
Originally Posted by whtevrwt View Post
Was wondering if anyone will ever fix the Remove Warden (sm_rw) feature? On CS:GO, it just doesn't work.
I'll publish my own today..

Link: https://forums.alliedmods.net/showth...55#post2386355

Last edited by ESK0; 01-25-2016 at 09:46.
ESK0 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-25-2016 , 05:43   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #204

Quote:
Originally Posted by ESK0 View Post
I'll publish my own today..

Link: soon..
https://forums.alliedmods.net/showpo...&postcount=189

A warden plugin always is usefull. Do it with a lot of natives for subplugins please
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 01-25-2016 , 06:50   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #205

Quote:
Originally Posted by Franc1sco View Post
https://forums.alliedmods.net/showpo...&postcount=189

A warden plugin always is usefull. Do it with a lot of natives for subplugins please
Dont worry I will

PS: https://forums.alliedmods.net/showth...55#post2386355

Last edited by ESK0; 01-25-2016 at 09:46.
ESK0 is offline
mufin
BANNED
Join Date: Aug 2015
Old 01-31-2016 , 04:55   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #206

here is the updated one
with marker
sounds
fixed ecca warden one

https://forums.alliedmods.net/showthread.php?t=278404

Last edited by mufin; 01-31-2016 at 04:56.
mufin is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 01-31-2016 , 06:59   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #207

We need more forks!
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
condolent
AlliedModders Donor
Join Date: Jan 2016
Location: gc_sLocation;
Old 05-14-2016 , 13:53   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #208

Is there a way to make it show a message for CTs when a new round has begun? So it could be "type !w if you want to become the warden.", right now players don't know what command it is to take the warden's place..
condolent is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 05-14-2016 , 16:37   Re: [CS:S/CS:GO] Jailbreak Warden
Reply With Quote #209

Quote:
Originally Posted by condolent View Post
Is there a way to make it show a message for CTs when a new round has begun? So it could be "type !w if you want to become the warden.", right now players don't know what command it is to take the warden's place..
i included a phrase like that in Myjailbreak warden.

https://forums.alliedmods.net/showthread.php?t=280889
https://github.com/shanapu/MyJailbreak#warden

if you know how to edit code and compile it you can replace this:

warden.sp
PHP Code:
public Action:roundStart(Handle:event, const String:name[], bool:dontBroadcast
{
    
Warden = -1// Lets remove the current warden if he exist

to this:
PHP Code:
public Action:roundStart(Handle:event, const String:name[], bool:dontBroadcast
{
    
Warden = -1// Lets remove the current warden if he exist
    
PrintToChatAll("Warden ~ %t""warden_nowarden"client);
    if(
GetConVarBool(g_cVar_mnotes))
    {
        
PrintCenterTextAll("Warden ~ %t""warden_nowarden"client);
        
PrintHintTextToAll("Warden ~ %t""warden_nowarden"client);
    }

and add this to your translation:

warden.phrases.txt
PHP Code:
    "warden_nowarden"
    
{
        
"en"        "There is no warden. Type !w to become the new warden!"
    

__________________
coding & free software

Last edited by shanapu; 05-14-2016 at 18:06.
shanapu is offline
mudkipguy
AlliedModders Donor
Join Date: Aug 2016
Location: India
Old 08-29-2016 , 09:14   Great Plugin mate! :D
Reply With Quote #210

Great plugin mate! I just have one query. Maybe a noob question but still need to ask :/ Since I am running a multimod server, I want to have knowledge about the command to disable and enable this plugin if it is possible Thanks in advance!
mudkipguy 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 10:12.


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