AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   [YAP] - Yet Another PUG (https://forums.alliedmods.net/showthread.php?t=62849)

BackStats 02-10-2010 08:04

Re: [YAP] - Yet Another PUG
 
One might add that a simple ban plugin?
If the player does not give the command .ready in 2 minutes he is banned from the server for 5 minutes.

Don3 05-18-2010 01:14

Re: [YAP] - Yet Another PUG
 
Please tell me how to disable the Map voting and Player select vote.

If players vote for Select teams by Skill the pug is blocking. I want to disable that.

^SmileY 05-18-2010 02:06

Re: [YAP] - Yet Another PUG
 
Hello, In yap_menu.sma Find:

PHP Code:

    pug_cvar_votemap register_cvar("pug_votemap","1")
    
pug_cvar_votemap_e register_cvar("pug_votemap_enabled","1"

And chage for:

PHP Code:

    pug_cvar_votemap register_cvar("pug_votemap","0")
    
pug_cvar_votemap_e register_cvar("pug_votemap_enabled","0"

BUT, WATAHELL IS :

PHP Code:


//register_pug_admincmd("votemap","cmd_votemap",PUG_CMD_LVL,"Inicia uma votacao para o Mapa")
    //register_pug_admincmd("voteteams","cmd_voteteams",PUG_CMD_LVL,"Inicia uma votacao para escolher os times")
    
>>> > AND:

    
//parse_header("BOE-E",pug_header,5) 

Only a bug? ? ?

Sorry, for Brazilian english!

:arrow:

^SmileY 05-18-2010 02:07

Re: [YAP] - Yet Another PUG
 
Quote:

Originally Posted by Don3 (Post 1183833)
Please tell me how to disable the Map voting and Player select vote.

If players vote for Select teams by Skill the pug is blocking. I want to disable that.


STATSX or TOP 15 Enabled?

:arrow:

Don3 05-23-2010 06:53

Re: [YAP] - Yet Another PUG
 
i don't know how to compile, can anyone to disable the vote function?

(i want to disable the map vote and team select)

ocreeN 05-25-2010 16:39

Re: [YAP] - Yet Another PUG
 
HI ALL. is there somebody who can help me with teh thing:
change from the [YAP] to [QWER] ?

encg 07-06-2010 03:35

Re: [YAP] - Yet Another PUG
 
Quote:

Originally Posted by ocreeN (Post 1191031)
HI ALL. is there somebody who can help me with teh thing:
change from the [YAP] to [QWER] ?

I was wondering that too, but I couldn't figure it out.

Is anyone still working on this? I'm slowly learning how to configure/edit its code.

BackStats 07-12-2010 14:05

Re: [YAP] - Yet Another PUG
 
A nice plugin, but the owner is not working on it more... =/

^SmileY 07-12-2010 22:10

Re: [YAP] - Yet Another PUG
 
Quote:

Originally Posted by BackStats (Post 1236859)
A nice plugin, but the owner is not working on it more... =/



Is there anybody working on something?


Sorry for G english.

206source 09-03-2010 20:45

Re: [YAP] - Yet Another PUG
 
Well, soon I'll start a new rebuild version of this plugin. With some improvements, and open source :wink:. If you are interested in making a group, send pm!


All times are GMT -4. The time now is 08:41.

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