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

CS Pug Mod (4.0.2) [22/12/2021]


Post New Thread Reply   
 
Thread Tools Display Modes
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-10-2013 , 07:14   Re: Pug MOD XT (Rewritten)
Reply With Quote #51

Quote:
Originally Posted by pepe_thugs View Post
But its many times to player execute the command.
Suggestion when player connect or the server changelevel after vote map or in swap teams run one set_task to client in 60 seconds execute the command automatically or in 30 seconds.
Because there are people who do not know the command.
Any people know to play a pug, and if not type .ready get kicked him from server in XX seconds with a reason of this.

-> Orginizing or Organizing?


I not Understand
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 06-10-2013 , 08:46   Re: Pug MOD XT (Rewritten)
Reply With Quote #52

Many people know to play Auto-Mix by p1mp.
Pug is a new plugin who people dont know very well.
Add this in change map and swap teams please smiley.
And after to combat problems the people stoped or have problems add afk kicker after match is live.
pepe_thugs is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-10-2013 , 09:19   Re: Pug MOD XT (Rewritten)
Reply With Quote #53

For AFK Kicker, you need a 3rd party plugin, i really not support others functions present in better plugins, try any AFK Kicker and configure it in PUG configs.
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 06-10-2013 , 10:13   Re: Pug MOD XT (Rewritten)
Reply With Quote #54

Quote:
Originally Posted by ^SmileY View Post
For AFK Kicker, you need a 3rd party plugin, i really not support others functions present in better plugins, try any AFK Kicker and configure it in PUG configs.

Was only one suggestion to remove command .ready after vote map and swap teams.
pepe_thugs is offline
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 06-10-2013 , 12:15   Re: Pug MOD XT (Rewritten)
Reply With Quote #55

aņade estas opciones... para que tenga mas variedares.....
amx_ready 1, 2, 3
1 = kick
2 = Autoready
3 = Ban 1 Minuto..

PHP Code:
pcvarToggle register_cvar("amx_ready""1"
PHP Code:
new pcvarToggle 
PHP Code:
if(get_pcvar_num(pcvarToggle) == 1)
{
    
server_cmd("kick #%d ^"You must ready up within 2 minutes.^""get_user_userid(id))
}
if(
get_pcvar_num(pcvarToggle) == 2)
{
    
// ready_up(id)
    
PUG_cmdReadyUP(id)
}
if(
get_pcvar_num(pcvarToggle) == 3)
{
    new 
target[32], reason[64], banned[16]
    
read_argv(1target31)
    
read_argv(2reason63)
    new 
player cmd_target(idtargetCMDTARGET_OBEY_IMMUNITY CMDTARGET_NO_BOTS CMDTARGET_ALLOW_SELF)
    new 
authid[32], name[32]
    new 
userid get_user_userid(id)
    
get_user_authid(playerauthid31)
    
get_user_authid(idauthid31)
    
get_user_name(playername31)
    
format(banned512"%L"player"PUG_BANNED")
    
server_cmd("kick #%d ^"%s^";wait;banid 1 %s;wait;writeid"useridbannedauthid)

PHP Code:
[es]
PUG_BANNED Banneado 1 minutoPor no escribir .listo

[en]
PUG_BANNED Banned 1 minuteBy not writing .Ready 
PD: Plz English online <--- stupid retarded
__________________

Last edited by kwpd; 07-27-2013 at 16:24.
kwpd is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-10-2013 , 14:58   Re: Pug MOD XT (Rewritten)
Reply With Quote #56

I do not think its is necessary to ban people if not type .ready (A most people don't know use the .ready command, and it will avoided by other users.)

For use any automatic command, its necessary to add an anti afk in server for avoid the "AFK" users to use .ready automatically (If use this feature, what a reason to use whole .ready system?)

if you want to kick anybody, use the pug_forceready feature, if you want do disable, use pug_forceready "0"
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Jamesas007
Member
Join Date: Nov 2012
Old 06-10-2013 , 15:50   Re: Pug MOD XT (Rewritten)
Reply With Quote #57

+ Added .kill <Name or #ID>; + Added .kick <Name or #ID>; + Added .message <Message> -> 0.0.4 * Fixed a .rdmg (Was returning a damage taken in round not recived LOL)

when you updating somthing pleas add date ;)
+ Added .message <Message> 2020 20 20
Jamesas007 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-10-2013 , 15:57   Re: Pug MOD XT (Rewritten)
Reply With Quote #58

Quote:
Originally Posted by Jamesas007 View Post
+ Added .kill <Name or #ID>; + Added .kick <Name or #ID>; + Added .message <Message> -> 0.0.4 * Fixed a .rdmg (Was returning a damage taken in round not recived LOL)

when you updating somthing pleas add date ;)
+ Added .message <Message> 2020 20 20

Se the date of last edit in Post
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 06-10-2013 , 16:05   Re: Pug MOD XT (Rewritten)
Reply With Quote #59

I added auto ready and AFK kicker in the cfgs pug.
Ban for the player do not type the command its not good idea because the pug kick with the message.
But it's one good idea add one cvar to the people who want use Auto Ready.
pepe_thugs is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-10-2013 , 16:11   Re: Pug MOD XT (Rewritten)
Reply With Quote #60

I will try to add a timeleft for forceready (If is used via cvar)

Its more easy and beautiful
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
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:26.


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