Raised This Month: $32 Target: $400
 8% 

Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]


Post New Thread Reply   
 
Thread Tools Display Modes
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 09-28-2013 , 14:04   Re: Module: CS Team Changer v2.0 [avoids crashes in aggressive changes]
Reply With Quote #41

Quote:
Originally Posted by yokomo View Post
Sorry, what is the point to use this module? since it still make server crash/kick client with overflow message. It need delay.
Extension has been updated. Now everything works perfectly.

Compiled with GCC on Linux Ubuntu 13.04 and with Microsoft Visual Studio 2013 on Windows 8.1 Enterprise.

Which are the purposes of this extension? This extension is purely dedicated for Counter-Strike. For example, CStrike extension that comes with the default AMX Mod X CStrike package executes ClientUserInfoChanged into function cs_set_user_team. Function named ClientUserInfoChanged cannot be executed thirty two times instantly cause it will cause overflow at clients. This extension allows you to make up to approximately sixty four team transfers, instantly.
__________________

Last edited by claudiuhks; 09-28-2013 at 14:07.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 10-01-2013 , 04:51   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #42

claudiu i have waithed a while for you to update this extension, but today tested and still give's me "Reliable Channel overflowed" at spawn, i'm using it with biohazard, the code i have edited it can be found here

I only have this problem at spawn!
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 10-01-2013 , 08:51   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #43

Quote:
Originally Posted by CryWolf View Post
claudiu i have waithed a while for you to update this extension, but today tested and still give's me "Reliable Channel overflowed" at spawn, i'm using it with biohazard, the code i have edited it can be found here

I only have this problem at spawn!
I bet it was model changer function problem. I use this module on 20 slots server without any model changer function and no overflow on client.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 10-01-2013 , 13:28   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #44

@yokomo: it is this possible ? i don't use default biohazard CSTRIKE method for setting / resetting models, im using MeRcyLezZ method [CS] Player Models API
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Old 10-04-2013, 04:40
LordOfNothing
This message has been deleted by ConnorMcLeod. Reason: troll and asnwer to deleted post
Old 10-04-2013, 04:55
yokomo
This message has been deleted by ConnorMcLeod. Reason: troll and asnwer to deleted post
EDUTz
Senior Member
Join Date: Jun 2010
Location: Dracula's Homeland
Old 03-24-2014 , 16:05   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #45

I have a question. Is this solved in current amxmodx 1.8.2 version ? some posts before were mentioning that this would be done in 1.8.2 dev version. There's a 1.8.3 dev right now so ... is this fixed, will it be fixed or should i use this module in case i wanna remove delay from changing teams ?

EDIT: kicked -> msg not present on client 255 error

EDIT2:

Quote:
for( i = 0; i < iNum; i++ )
{
iPlayer = iPlayers[ i ];

switch( get_user_team( iPlayer ) )
{
case CSTEAM_TERRORIST: cs_set_team( iPlayer, CSTEAM_CT );
case CSTEAM_CT: cs_set_team( iPlayer, CSTEAM_TERRORIST );
}
.....
Quote:
[COUNTER-STRIKE TEAM CHANGER] Player 0 is not valid!
[AMXX] Run time error 10: native error (native "cs_set_team")
wtf?

EDIT3: [COUNTER-STRIKE TEAM CHANGER] Cannot access player 1, it's not safe enough!

Last edited by EDUTz; 03-26-2014 at 07:31.
EDUTz is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 03-26-2014 , 13:21   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #46

Pushed a build.
__________________
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-03-2014 , 12:13   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #47

Would I be able to change a client to spectator in client_putinserver? My past attempts to make it with amxx failed.

I have no internet connection in my development pc so I can't test myself.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 04-08-2014 , 11:46   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #48

I will test that for you and edit this message ASAP.
__________________
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-08-2014 , 14:47   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #49

Thank you very much.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
bibu
Veteran Member
Join Date: Sep 2010
Old 04-10-2014 , 14:30   Re: Module: CS Team Changer Ultimate [avoids crashes in aggressive changes]
Reply With Quote #50

Btw, you still get such error when changing team for more than 20 players:

Fatal Error:

Quote:
SZ_GetSpace: overflow without FSB_ALLOWOVERFLOW set on Server Reliable Datagram
Tested with podbot.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu 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 02:07.


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