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

[CS:GO] Agents Chooser (now with agents voice) [Updated 25-Sep-2021]


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-13-2020 , 08:44   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #101

Quote:
Originally Posted by eGRoBi View Post
Update with last operation agents?
Quote:
Originally Posted by romeo7 View Post
Updated (v1.1.6):
* Added convar "sm_csgoagents_hideplayers" ("Hide players when thirdperson view active. Disable: 0; Enemies: 1; All: 2). Default: 1.
paulo_crash is offline
Hardatyou
New Member
Join Date: Nov 2020
Old 12-13-2020 , 19:28   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #102

Are you saying that just compiling that sp file is enough to have the new agents?

Last edited by Hardatyou; 12-13-2020 at 19:29.
Hardatyou is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-13-2020 , 21:16   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #103

Quote:
Originally Posted by Hardatyou View Post
Are you saying that just compiling that sp file is enough to have the new agents?
Exact.
paulo_crash is offline
superblack4
Senior Member
Join Date: Jan 2016
Location: Vietnam
Old 12-16-2020 , 04:53   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #104

So do need to download francisco agent voice plugins or is there any solution? I cannot hear the new agent voice
__________________
superblack4 is offline
xlenonz
Member
Join Date: Jun 2007
Old 12-25-2020 , 09:33   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #105

need to add is model precached because sometimes server crash.
PHP Code:
                if (!IsModelPrecached(model)) { PrecacheModel(model); }
    
                if (
IsModelPrecached(model))
                {
                    
SetEntityModel(param1model);
                } 
__________________
HELL YEAH
xlenonz is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-25-2020 , 10:31   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #106

Quote:
Originally Posted by xlenonz View Post
need to add is model precached because sometimes server crash.
PHP Code:
                if (!IsModelPrecached(model)) { PrecacheModel(model); }
    
                if (
IsModelPrecached(model))
                {
                    
SetEntityModel(param1model);
                } 
You tried this version: https://forums.alliedmods.net/showpo...7&postcount=95
paulo_crash is offline
romeo7
Senior Member
Join Date: Mar 2017
Old 12-25-2020 , 14:26   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 28-Mar-2020]
Reply With Quote #107

Quote:
Originally Posted by paulo_crash View Post
If there have precache problem, this means database corrupted. Plugin already check that problem:
Code:
if(!IsModelPrecached(model)) // sqlite corrupted? we restore it
	{
		strcopy(g_ctAgent[client], 128, "");
		strcopy(g_tAgent[client], 128, "");
		return;
	}
No need precache agents model. Game already did it. If your server crash, you need to check other plugins or extensions.
__________________
___[CSGO]_[ZP]____
Zombie Plague Classic
||37.26.2.29:27021||
romeo7 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-25-2020 , 18:00   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 25-Dec-2020]
Reply With Quote #108

I added to the main repository the changes that romeo did with some improvements.


New version 1.2

- Added all new agents;
- Added thirdperson preview when choosing agent;
- Added convar "sm_csgoagents_previewduration" to control preview duration (Disable: 0);
- Added convar "sm_csgoagents_hideplayers" ("Hide players when thirdperson view active. Disable: 0; Enemies: 1; All: 2). Default: 1.
- Added optimizations for the hideplayers feature.
__________________
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
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-26-2020 , 06:29   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 25-Dec-2020]
Reply With Quote #109

I noticed that when the player is viewing in third person to choose the agent there is no way for him to leave, he has to wait for the time to end.

I could add support so that when the player skips, do anything to stop viewing, something like the Fortnite Emotes Extended plugin has.
paulo_crash is offline
romeo7
Senior Member
Join Date: Mar 2017
Old 12-26-2020 , 15:53   Re: [CS:GO] Agents Chooser (now with agents voice) [Updated 25-Dec-2020]
Reply With Quote #110

Quote:
Originally Posted by paulo_crash View Post
I noticed that when the player is viewing in third person to choose the agent there is no way for him to leave, he has to wait for the time to end.

I could add support so that when the player skips, do anything to stop viewing, something like the Fortnite Emotes Extended plugin has.
If you click back or exit button it will return firstperson view back.
__________________
___[CSGO]_[ZP]____
Zombie Plague Classic
||37.26.2.29:27021||
romeo7 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 01:39.


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