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

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 04-14-2017 , 09:31   Re: CS Pug Mod [03/09/2017]
Reply With Quote #641

Quote:
Originally Posted by blood2k View Post
Just wanted to reach out to you in regards to your updated version. Works good but once pug is started nobody can join a team. So if pug is started with 5v5 and 1 player leaves... anyone who joins in to fill the place is stuck in spectate mode with "No team change allowed" message.


So have to constantly stop the pug and restart it if somebody leaves :[
Good to know, i really have updated pug. But re-write whole post is a pain

Ps. Specs cant join at any team when match is started??
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 04-14-2017 at 09:38.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
newman19
Junior Member
Join Date: Nov 2015
Old 04-14-2017 , 14:24   Re: CS Pug Mod [03/09/2017]
Reply With Quote #642

Error compile: Pug aux: Error 017 undefined symbol "ready_Argv_int"
Error compile2: Pug ready: Error 01 "Undefined frame"
newman19 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-14-2017 , 15:11   Re: CS Pug Mod [03/09/2017]
Reply With Quote #643

Quote:
Originally Posted by newman19 View Post
Error compile: Pug aux: Error 017 undefined symbol "ready_Argv_int"
Error compile2: Pug ready: Error 01 "Undefined frame"
Post complete log of compile error here.
Also have sure that you is using last amxx dev build to compile.
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 04-14-2017 at 15:13.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
newman19
Junior Member
Join Date: Nov 2015
Old 04-14-2017 , 16:12   Re: CS Pug Mod [03/09/2017]
Reply With Quote #644

Quote:
Originally Posted by ^SmileY View Post
Post complete log of compile error here.
Also have sure that you is using last amxx dev build to compile.
Use: Amxmodx 1.8.3-dev git4968
See screnshots
Attached Images
File Type: jpg 2.jpg (46.2 KB, 108 views)
File Type: jpg 1.jpg (78.5 KB, 89 views)
newman19 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-14-2017 , 17:04   Re: CS Pug Mod [03/09/2017]
Reply With Quote #645

Quote:
Originally Posted by newman19 View Post
Use: Amxmodx 1.8.3-dev git4968
See screnshots
Read first post, 1.8.3-dev git4968 is not supported only 1.8.3-dev-git5109 or newer.

__________________
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
newman19
Junior Member
Join Date: Nov 2015
Old 04-14-2017 , 18:45   Re: CS Pug Mod [03/09/2017]
Reply With Quote #646

Quote:
Originally Posted by ^SmileY View Post
Read first post, 1.8.3-dev git4968 is not supported only 1.8.3-dev-git5109 or newer.

Good, ey smiley How do I change the color of the "Ready" "Not ready" the two are green and I want the "Ready" in blue and the "Not ready" in red
newman19 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-14-2017 , 21:31   Re: CS Pug Mod [03/09/2017]
Reply With Quote #647

Quote:
Originally Posted by newman19 View Post
Good, ey smiley How do I change the color of the "Ready" "Not ready" the two are green and I want the "Ready" in blue and the "Not ready" in red
Check line 285 (Not Ready) and 288 (Ready) in PugReady.sma:

Code:
set_hudmessage(0,255,0
change to color that you want
__________________
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 04-15-2017, 05:18
newman19
This message has been deleted by newman19. Reason: modify
newman19
Junior Member
Join Date: Nov 2015
Old 04-15-2017 , 12:53   Re: CS Pug Mod [03/09/2017]
Reply With Quote #648

Quote:
Originally Posted by ^SmileY View Post
Check line 285 (Not Ready) and 288 (Ready) in PugReady.sma:

Code:
set_hudmessage(0,255,0
change to color that you want
Work! thx

Edit: 1

Find a bug when the pug is running try to reconnect and when entering the server would not let me select join team because it said that I can not change equipment while the pug is running: /


It would be nice to add the option of "Play this same map" when starting the pug as it forces you to change it

Edit 2:

Check the "pug.rc" to edit what to choose the same map at the beginning of the pug and still does not leave the option to start the pug :/

Also try to edit the pug_swap_delay and still the same, gives error, when leaving a player with the pug already started and enter another player can not choose teams and you have to stop the pug so you can enter: s

Edit 3:

It was resolved to play the same map at the beginning of the pug should choose the same map that is currently but it would be a good idea to add an option in the voting where it says "Play this same map"

What of the spectators still continues the problem, after the pug is started does not let them choose equipment

Last edited by newman19; 04-15-2017 at 16:16.
newman19 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-16-2017 , 15:34   Re: CS Pug Mod [03/09/2017]
Reply With Quote #649

Quote:
Originally Posted by newman19 View Post
Work! thx

Edit: 1

Find a bug when the pug is running try to reconnect and when entering the server would not let me select join team because it said that I can not change equipment while the pug is running: /


It would be nice to add the option of "Play this same map" when starting the pug as it forces you to change it

Edit 2:

Check the "pug.rc" to edit what to choose the same map at the beginning of the pug and still does not leave the option to start the pug :/

Also try to edit the pug_swap_delay and still the same, gives error, when leaving a player with the pug already started and enter another player can not choose teams and you have to stop the pug so you can enter: s

Edit 3:

It was resolved to play the same map at the beginning of the pug should choose the same map that is currently but it would be a good idea to add an option in the voting where it says "Play this same map"

What of the spectators still continues the problem, after the pug is started does not let them choose equipment
Same map already been added, you do not need to change map name instead of use "Play same map".

Updated.

1. Fixed Bug with spectators (Now Specs can join if a team is not complete)
2. Fixed Bug with captains that can choose more players than pug_players_min / 2 (5 players)
3. Fixed PugAux commands to work together with csstats stats commands, instead of count shots/hits/damage in plugin itself.
4. Added more colors to lang files
5. Change HTML style for help commands

Ps. I still developing this to CS and CZ, next step will be add stats
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 04-16-2017 at 15:38.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
asw32
Junior Member
Join Date: Apr 2017
Old 04-16-2017 , 15:54   Re: CS Pug Mod [04/16/2017]
Reply With Quote #650

Hey,

You said you updated, how can I update my already configured pug mod without overwriting more files than necessary?

Secondly, how can I edit the text in the ".help" command window? I want to make some sentence adjustments.
asw32 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 09:26.


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