Raised This Month: $ Target: $400
 0% 

[CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)


Post New Thread Reply   
 
Thread Tools Display Modes
DorCoMaNdO
Senior Member
Join Date: Feb 2012
Old 09-09-2012 , 13:24   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #111

Quote:
Originally Posted by iDragon View Post
Karil: For the time being, I won't add support for CS:GO. (Not playing this game yet.)
I can work on CS:GO support, the question is - will you update with my changes?
DorCoMaNdO is offline
loki15
Senior Member
Join Date: Apr 2012
Location: Ukraine
Old 10-30-2012 , 09:37   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #112

The author is not difficult if you add a text file translation into different languages​​, I would like to Russian translate this plugin, thanks in advance.
loki15 is offline
caduqgm
New Member
Join Date: Dec 2012
Old 12-17-2012 , 18:28   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #113

why do I get this?

14 <Failed> "Mix-Plugin" (4.3) by iDragon
caduqgm is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 12-17-2012 , 22:10   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #114

Quote:
Originally Posted by caduqgm View Post
why do I get this?

14 <Failed> "Mix-Plugin" (4.3) by iDragon
I don't know.
Why do you?
Show us your error logs.
__________________
Need help? PM me or add me on Steam.
My Steam




Quote:
Originally Posted by Rp.KryptoNite View Post
For some reason his Plugin never worked for me ,
@credits were added
im not stealing any plugins dude its my THING
minimoney1 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-30-2013 , 08:58   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #115

There are some memory leaks in your menus.

PHP Code:
public Handler_DoNothing(Handle:menuMenuAction:actionparam1param2)
{
    
/* Do nothing */

>>
PHP Code:
public Handler_DoNothing(Handle:menuMenuAction:actionparam1param2)
{
    if(
action == MenuAction_End)
    {
        
CloseHandle(menu);
    }
    
    return 
0;

__________________
retired
shavit is offline
Captain Kristian
Junior Member
Join Date: Apr 2013
Old 06-12-2013 , 14:53   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #116

Need some help here, the plugin doesn't launch?

Code:
L 06/12/2013 - 18:50:31: Error log file session closed.
L 06/12/2013 - 18:50:31: SourceMod error session started
L 06/12/2013 - 18:50:31: Info (map "de_dust2") (file "errors_20130612.log")
L 06/12/2013 - 18:50:31: [SM] Native "ReadFileLine" reported: Invalid file handle 0 (error 4)
L 06/12/2013 - 18:50:31: [SM] Displaying call stack trace for plugin "mixmod.smx":
L 06/12/2013 - 18:50:31: [SM]   [0]  Line 3529, /home/groups/alliedmodders/forums/files/8/6/6/0/5/107035.attach::CreateMapList()
L 06/12/2013 - 18:50:31: [SM]   [1]  Line 749, /home/groups/alliedmodders/forums/files/8/6/6/0/5/107035.attach::OnPluginStart()
Code:
L 06/12/2013 - 18:50:27: [basecommands.smx] "Captain Kristian<2><STEAM_0:0:41844897><>" changed map to "de_dust2"
L 06/12/2013 - 18:50:30: [SM] Changed map to "de_dust2"
L 06/12/2013 - 18:50:31: -------- Mapchange to de_dust2 --------

Last edited by Captain Kristian; 06-12-2013 at 14:54.
Captain Kristian is offline
EtoxTheMusic
Junior Member
Join Date: May 2013
Location: Down Below ._.
Old 07-19-2013 , 09:24   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #117

sm_start does so my server crashes

-------------------------------------------------
And I get mix is not live
__________________

Last edited by EtoxTheMusic; 07-19-2013 at 09:24.
EtoxTheMusic is offline
azarado
New Member
Join Date: Sep 2013
Location: Brazil
Old 10-10-2013 , 08:02   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #118

i got same error here! anyone can show some directions ?

thx

Quote:
Originally Posted by Captain Kristian View Post
Need some help here, the plugin doesn't launch?

Code:
L 06/12/2013 - 18:50:31: Error log file session closed.
L 06/12/2013 - 18:50:31: SourceMod error session started
L 06/12/2013 - 18:50:31: Info (map "de_dust2") (file "errors_20130612.log")
L 06/12/2013 - 18:50:31: [SM] Native "ReadFileLine" reported: Invalid file handle 0 (error 4)
L 06/12/2013 - 18:50:31: [SM] Displaying call stack trace for plugin "mixmod.smx":
L 06/12/2013 - 18:50:31: [SM]   [0]  Line 3529, /home/groups/alliedmodders/forums/files/8/6/6/0/5/107035.attach::CreateMapList()
L 06/12/2013 - 18:50:31: [SM]   [1]  Line 749, /home/groups/alliedmodders/forums/files/8/6/6/0/5/107035.attach::OnPluginStart()
Code:
L 06/12/2013 - 18:50:27: [basecommands.smx] "Captain Kristian<2><STEAM_0:0:41844897><>" changed map to "de_dust2"
L 06/12/2013 - 18:50:30: [SM] Changed map to "de_dust2"
L 06/12/2013 - 18:50:31: -------- Mapchange to de_dust2 --------
azarado is offline
Send a message via MSN to azarado
karil
SourceMod Donor
Join Date: Jan 2010
Old 12-02-2013 , 06:39   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #119

This is an awesome mix/war plugin, but doesn't work in CS:GO for quite a while now.

Does anyone have time to get it to work? It would be a shame for this plugin to be completely dead for another year or so.

Last edited by karil; 12-02-2013 at 06:40.
karil is offline
yortem
Junior Member
Join Date: Jan 2014
Old 01-12-2014 , 12:52   Re: [CS:S] Mix Mod (plugin) (v4.3, Updated: 29-07-2012)
Reply With Quote #120

i have source mod 1.5.2
and metamod 1.10
and put the files in the right places but when im using !mix or !rr nothing happen.
help?
yortem 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 13:45.


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