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

[L4D] Left8Dead


Post New Thread Reply   
 
Thread Tools Display Modes
ProBoomer
Member
Join Date: Feb 2009
Old 06-13-2009 , 12:28   Re: [L4D] Left8Dead
Reply With Quote #361

Quote:
Originally Posted by LaFotoAsesina View Post
Hi guys. I made a quick overview of the posts but 30 and so pages are a lot so I hope I am not repeating this issue. I downloaded after the latest version, the latest but the 1.4.3 version and both the plugin loads to fail. SM reports that it is unable to open the file...
Forget IT.

Take SuperVersus Plugin, DownTown 3.0 and UnReserved Plugin. Also if you have server with 8 slots, with SuperVersus you can play Coop in 8 players without problem.

Start Versus from Lobby, Unreserved Server with Cvar when are into a Versus, Change GameMode with sm_cvar mp_gamemode Versus and ChangeMap with Sm_Admin Server Map.

Fine!.

You have Coop 8!.
ProBoomer is offline
LaFotoAsesina
Junior Member
Join Date: Dec 2008
Old 06-13-2009 , 13:47   Re: [L4D] Left8Dead
Reply With Quote #362

Okay it was just that I had sourcemod outdated. With this 143 version how do you bring the menu up. If you cant, are there a set of cvars that let you do what the menu does manually? I mean, if the plugin does work, why dump it just cause of the menu?

Last edited by LaFotoAsesina; 06-13-2009 at 14:58.
LaFotoAsesina is offline
mattressfish
Member
Join Date: Feb 2009
Old 06-13-2009 , 18:57   Re: [L4D] Left8Dead
Reply With Quote #363

Quote:
Originally Posted by ProBoomer View Post
Forget IT.

Take SuperVersus Plugin, DownTown 3.0 and UnReserved Plugin. Also if you have server with 8 slots, with SuperVersus you can play Coop in 8 players without problem.

Start Versus from Lobby, Unreserved Server with Cvar when are into a Versus, Change GameMode with sm_cvar mp_gamemode Versus and ChangeMap with Sm_Admin Server Map.

Fine!.

You have Coop 8!.
That sounds like a lot of work.

!sm_l4d_menu seems much easier
mattressfish is offline
leonil7
BANNED
Join Date: May 2009
Location: GB
Old 06-14-2009 , 07:42   Re: [L4D] Left8Dead
Reply With Quote #364

yup sadly the !sm_l4d_menu doesnt show up.

so it always defaults to a L8D coop, when !sm_l8d_enable is keyed in. No survival
leonil7 is offline
Send a message via ICQ to leonil7 Send a message via AIM to leonil7 Send a message via Yahoo to leonil7 Send a message via Skype™ to leonil7
The Nemesis
Member
Join Date: May 2009
Old 06-14-2009 , 18:15   Re: [L4D] Left8Dead
Reply With Quote #365

Well i do mp_gamemode versus, but every time soomeone joins my game it changes back to coop,

now i know there are ways to fix it with diff plug ins version but dont feeling looking through the pages lol, so is there a way to fix this?
The Nemesis is offline
charlie007
New Member
Join Date: Mar 2007
Old 06-15-2009 , 01:19   Re: [L4D] Left8Dead
Reply With Quote #366

Quote:
public Action:L8DModeMenu(client, args)
{
if(bL8DEnabled)
{
new Handle:menu = CreateMenu(L8DModeMenuHandler);

SetMenuTitle(menu, "L8D Game Mode choice");
AddMenuItem(menu, "option1", "Co-op");
AddMenuItem(menu, "option2", "Survival");
AddMenuItem(menu, "option3", "Disable");
SetMenuExitButton(menu, true);

DisplayMenu(menu, client, MENU_TIME_FOREVER);
}

return Plugin_Handled;
}
public L8DModeMenuHandler(Handle:menu, MenuAction:action, client, itemNum)
{
if ( action == MenuAction_Select )
{
switch (itemNum)
{
case 0: // Co-op
{
bL8DEnabled = true;
strcopy(gamemode, sizeof(gamemode), "coop");
AfterModeSelection(client);
}
case 1: // Survival
{
bL8DEnabled = true;
strcopy(gamemode, sizeof(gamemode), "survival");
AfterModeSelection(client);
}
case 2: // Disable
{
L8DDisable(client, 0);
}
}
}
}
should it be if(!bL8DEnabled) ?

line 731

Last edited by charlie007; 06-15-2009 at 01:20. Reason: line 731
charlie007 is offline
stratos93
New Member
Join Date: Jun 2009
Old 06-15-2009 , 07:28   Re: [L4D] Left8Dead
Reply With Quote #367

how can i install that on non-steam l4d??
stratos93 is offline
mattressfish
Member
Join Date: Feb 2009
Old 06-15-2009 , 09:29   Re: [L4D] Left8Dead
Reply With Quote #368

Quote:
Originally Posted by stratos93 View Post
how can i install that on non-steam l4d??
I can only assume you are referring to pirated servers. I certainly hope no one here will help you.
mattressfish is offline
mattressfish
Member
Join Date: Feb 2009
Old 06-15-2009 , 09:33   Re: [L4D] Left8Dead
Reply With Quote #369

Quote:
Originally Posted by charlie007 View Post
should it be if(!bL8DEnabled) ?

line 731
OMG GOOD FIND!!! That would make sense. Did you try it? I've edited the source and uploaded. I'll check it out when I get home.

I can't wait!
Attached Files
File Type: sp Get Plugin or Get Source (l8d.sp - 396 views - 19.7 KB)
mattressfish is offline
acetone
Member
Join Date: Apr 2009
Old 06-15-2009 , 21:09   Re: [L4D] Left8Dead
Reply With Quote #370

Quote:
Originally Posted by leonil7 View Post
yup sadly the !sm_l4d_menu doesnt show up.

so it always defaults to a L8D coop, when !sm_l8d_enable is keyed in. No survival
L8D v1.4.3 doesn't work well with survival mode. If you just want to do coop (and versus I think) it works fine. All you have to do is type /sm_l8d_enable in the console to bring up the menu. I recommend deleting or renaming the existing l8d.cfg so that the plugin creates a new one. Then just customize from there.

I am going to test the latest version that mattressfish posted and see how that works out.
acetone 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 07:10.


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