AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSS + CS:GO] PUG Mod (ESEA Without The Fees) (https://forums.alliedmods.net/showthread.php?t=189144)

sqr 08-26-2012 19:13

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Hello, I also keep getting this problem,

it keeps changing me from one team to another and changing map

I can provide server info if it helps you

It would be very nice to have a mod like this one, thanks for the hard work you put on it.

Muscle Brazil 08-27-2012 09:30

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
is work for tf2?

dbondan 08-29-2012 10:20

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Bump.

Is this plugin ever going to be fixed? It really is almost finished, only one glitch that's messing it all up, maybe someone could look into it, fix it and post a link?

shavit 08-29-2012 12:57

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
This plugin is great, I kinda fixed it. [Constant map changes didn't happen to me, please tell me how to trigger it, I'll fix.]
I removed the "say"/"say_team" commands [They don't allow you to gag a player] and switched them to sm_*, added plugin info, etc..
I just need a server to test all the changes I made. [There is also a bug with a SourceTV, if a SourceTV is on the server it doesn't count players, I should fix it too..]

dbondan 08-29-2012 14:46

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Quote:

Originally Posted by shavit (Post 1786240)
This plugin is great, I kinda fixed it. [Constant map changes didn't happen to me, please tell me how to trigger it, I'll fix.]
I removed the "say"/"say_team" commands [They don't allow you to gag a player] and switched them to sm_*, added plugin info, etc..
I just need a server to test all the changes I made. [There is also a bug with a SourceTV, if a SourceTV is on the server it doesn't count players, I should fix it too..]

Sounds promising, i don't know what is triggering it since i don't understand the language fully. I'll look into it while you do it too.

The "say"/"say_team" commands seemed to be working for me, it tells me to write /ready though the server switches the map after 3 sec (if that's what you meant to fix).
So, instead of...

// Hooks
RegConsoleCmd("say",SayPubHook);
RegConsoleCmd("say_team",SayTeamHook);
CreateTimer(1.0, OneSecCheck, _, TIMER_REPEAT);
}

...it's...

// Hooks
RegConsoleCmd("sm_say",SayPubHook);
RegConsoleCmd("sm_say_team",SayTeamHook);
CreateTimer(1.0, OneSecCheck, _, TIMER_REPEAT);
}

..?

Send me the file and i can test it on my server: 81.234.147.200:27016

shavit 08-29-2012 15:01

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Quote:

Originally Posted by dbondan (Post 1786319)
Sounds promising, i don't know what is triggering it since i don't understand the language fully. I'll look into it while you do it too.

The "say"/"say_team" commands seemed to be working for me, it tells me to write /ready though the server switches the map after 3 sec (if that's what you meant to fix).
So, instead of...

// Hooks
RegConsoleCmd("say",SayPubHook);
RegConsoleCmd("say_team",SayTeamHook);
CreateTimer(1.0, OneSecCheck, _, TIMER_REPEAT);
}

...it's...

// Hooks
RegConsoleCmd("sm_say",SayPubHook);
RegConsoleCmd("sm_say_team",SayTeamHook);
CreateTimer(1.0, OneSecCheck, _, TIMER_REPEAT);
}

..?

Send me the file and i can test it on my server: 81.234.147.200:27016

It should be a different function for any command..
Compile it: http://pastebin.com/P8TgxV1u

dbondan 08-29-2012 15:06

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Quote:

Originally Posted by shavit (Post 1786330)
It should be a different function for any command..
Compile it: http://pastebin.com/P8TgxV1u

Ok, ill try it now. Server should be up soon...

dbondan 08-29-2012 15:16

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
It seems to constantly write ready (it spams READY: in the hint box) and therefore switches map and teams. Shouldn't that be rather easy to find in the code?

lud1 08-31-2012 21:39

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Quote:

Originally Posted by shavit (Post 1786330)
It should be a different function for any command..
Compile it: http://pastebin.com/P8TgxV1u

Tried this it still doesn't work. The first time I downloaded the plugin it actually worked on my computer and then I installed it on my actual server and it did the map changing thing, after that it did the same on my computer too. I don't know how this would help, but yeah...
I'm really looking forward to a fix.

shavit 09-01-2012 07:13

Re: [CSS + CS:GO] PUG Mod (ESEA Without The Fees)
 
Quote:

Originally Posted by lud1 (Post 1788255)
Tried this it still doesn't work. The first time I downloaded the plugin it actually worked on my computer and then I installed it on my actual server and it did the map changing thing, after that it did the same on my computer too. I don't know how this would help, but yeah...
I'm really looking forward to a fix.

Hmm, it's doesn't change a map for me.


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

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