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

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


Post New Thread Reply   
 
Thread Tools Display Modes
chaveirobf
Member
Join Date: Sep 2010
Location: Brazil
Old 04-30-2016 , 11:16   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #571

I have a better version of PUG
chaveirobf is offline
Send a message via Skype™ to chaveirobf
chaves
Senior Member
Join Date: Oct 2011
Old 04-30-2016 , 11:16   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #572

Quote:
Originally Posted by chaveirobf View Post
I have a better version of PUG
me manda chaveiro sua bixa kkkkkkkkkkk to on skype
chaves is offline
chaveirobf
Member
Join Date: Sep 2010
Location: Brazil
Old 04-30-2016 , 11:17   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #573

ta
chaveirobf is offline
Send a message via Skype™ to chaveirobf
drag1c
Junior Member
Join Date: Apr 2014
Location: Serbia, Nova Pazova
Old 05-23-2016 , 20:27   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #574

Can you help with SQL files? i have errors with importing.

I got problems to post this post here, so i needed to put it inside of pastebin. Here is link:
http://pastebin.com/G55kffh4

Last edited by drag1c; 05-23-2016 at 20:31.
drag1c is offline
Send a message via Skype™ to drag1c
runswithdanger
New Member
Join Date: Jun 2016
Old 06-13-2016 , 12:59   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #575

Hello,

I would really like to load this pug mod but having problems, followed the instructions but on map load i get these amxx errors:


L 06/13/2016 - 124:45: [AMXX] Plugin "PugAdmin.amxx" failed to load: Plugin uses an unknown function (name "create_cvar") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugCore.amxx" failed to load: Plugin uses an unknown function (name "create_cvar") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugReady.amxx" failed to load: Plugin uses an unknown function (name "hook_cvar_change") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugCS.amxx" failed to load: Plugin uses an unknown function (name "create_cvar") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugMenus.amxx" failed to load: Plugin uses an unknown function (name "engine_changelevel") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugConfigs.amxx" failed to load: Plugin uses an unknown function (name "create_cvar") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugAux.amxx" failed to load: Plugin uses an unknown function (name "engine_changelevel") - check your modules.ini.
L 06/13/2016 - 124:45: [AMXX] Plugin "PugStats.amxx" failed to load: Plugin uses an unknown function (name "create_cvar") - check your modules.ini.

Can someone help?
did not modify any scripting, just ran through the latest amxx compiler
runswithdanger is offline
Vinger op de klitter
New Member
Join Date: Oct 2011
Location: Netherlands
Old 08-04-2016 , 16:20   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #576

Hey guys,

If you're experiencing problems with the max playerslots only showing 10 in the ingame serverbrowser. just use the cvar
Code:
pug_players_max    "12"  // (if you want 12 player slots to be visible)
I have found this line of code in PugConfigs.sma which forces the sv_visiblemaxplayers cvar to 10 because it looks at the pug_players_max cvar which is set to 10 by default. When your server could have more slots which you listed in the +maxplayers parameter. If you don't adjust this, players will think your server is full because it only shows 10 slots.

Code:
	g_pPlayersMax = get_cvar_pointer("pug_players_max");
	g_pVisibleMaxPlayers = get_cvar_pointer("sv_visiblemaxplayers");
}
You can insert the pug_players_max cvar in for example: pugmod.rc like I did, to quickly find it when you can't remember where you have put this cvar. Hope I can spare someone a lot of time which I lost finding this out.
Vinger op de klitter is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 10-07-2016 , 16:41   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #577

Nobody using this anymore?

Good
__________________
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
Old 10-07-2016, 16:46
utaker
This message has been deleted by utaker. Reason: problem stated in detail again
AdamK
Member
Join Date: Jul 2016
Location: Washington, D.C.
Old 10-07-2016 , 17:46   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #578

@^SmileY:

Your Plugin is very good.

Is it possible to implement these features ?

i.) Feature to make players Auto Ready for the match after they connect to the Server, i mean Force Ready ?

ii.) Voteban feature so that players can ban hackers themselves.

iii.) Option to display the current score in the Game Description.
[Team A] 4 - 11 [Team B]


Basically, The flow of the Complete Match should go in this way:
1.) The plugin will wait for 10 Players to Join the Server.
Already implemented by you.

2.) Once 10 Players have joined, they will be automatically forced to ready.
I am not sure if this feature is already implemented by you, i couldn't find it.

3.) Then Voting of the Map should take place.
Already implemented by you.

4.) Then option for Team should be provided. (1. Random Captains OR 2. Same Teams)
Already implemented by you.

5.) Then a Knife Round should start. The winner of the Knife round will decide the Team (whether T or CT).
I am not sure if this feature is already implemented by you.

6.) Then, the match starts with $800 for each team.
Already implemented by you.

7.) After 15 Rounds the team should Swap & all players should be forced to be Auto Ready again.
I am not sure if this feature is already implemented by you. I think the team swaps, but then player has to type .ready again ??

8.) After the match is over, the Winning Team should be announced along with some info. like Top Kills by, Top Deaths by, Top Bomb Plants by, Top Bomb Defuse by.
I am not sure if this feature is already implemented by you.

9.) Then the server should be restarted. I mean the Map.
I am not sure if this feature is already implemented by you.

10.) Then if there are 10 Players then again the same procedure, if not, then the warmup rounds will continue till 10 Players are occupied.

11.) During anytime in the match, AFK players more than 30 Seconds should be kicked automatically.
I am not sure if this feature is already implemented by you.
AdamK is offline
utaker
Senior Member
Join Date: Dec 2013
Old 10-08-2016 , 01:10   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #579

Facing this issue that randomly admin access isnt working so features get error that access denied , this is totally random and removing plugin gets admin access back. How to fix this
utaker is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 10-08-2016 , 22:08   Re: CS Pug MOD [UPDATED 04/25/2015]
Reply With Quote #580

This plugin have some hard parts to install it, some of these features already exists.

@utaker
I need to verify what is changed since last update and what is changed in amxx, before post about your problem.
__________________
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 21:47.


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