AlliedModders
XFactor Servers

SourceMod 1.3.1 Released! Also, Six Years.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
BAILOPAN
Join Date: Jan 2004
Location: goban
Old 02-10-2010 , 01:11   SourceMod 1.3.1 Released! Also, Six Years.
#1

I'm pleased to announce that SourceMod 1.3.1 has been released. This is a minor update with a few bug fixes and new game mod support.

Of note, this release includes extended support for "CS Pro Mod", meaning more admin commands are available and developers can do more wonderful hacking. Huge thanks to psychonic for doing so much game support!

On another note, on January 30th AlliedModders passed our 6 year anniversary. Huzzah! Anyone remember those days? If so, you get a sticker. (devicenull gets the biggest sticker, for reminding me.)
__________________
See this cup ramen here? If I thought that this might be the last one, I'd get all emotional about it. What about you?

Last edited by BAILOPAN; 02-10-2010 at 01:13.
BAILOPAN is offline
Twelve-60
Senior Member
Join Date: Aug 2007
Old 02-10-2010 , 01:17   Re: SourceMod 1.3.1 Released! Also, Six Years.
#2

Nice

- Twelve-60
__________________
Twelve-60 is offline
Arg!
Veteran Member
Join Date: Jul 2008
Location: Australia
Old 02-10-2010 , 04:02   Re: SourceMod 1.3.1 Released! Also, Six Years.
#3

Good work to the whole team. psychonic is super pro.
__________________
Arg! is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: Finland
Old 02-10-2010 , 04:28   Re: SourceMod 1.3.1 Released! Also, Six Years.
#4

Quote:
On another note, on January 30th AlliedModders passed our 6 year anniversary. Huzzah! Anyone remember those days?
Already hard to remember the previous year, when properly "celebrated" from morning to evening.
__________________
[OB] Counter-Strike:Source since 23.6.2010
Bacardi is offline
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 02-10-2010 , 06:12   Re: SourceMod 1.3.1 Released! Also, Six Years.
#5

It's nice to see that sourcemod became such a stable platform with support for so many different source-mods.

Keep up the great work

Greetings ~Berni
__________________
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
berni is offline
Send a message via MSN to berni
nonick
Senior Member
Join Date: Jul 2008
Old 02-10-2010 , 09:47   Re: SourceMod 1.3.1 Released! Also, Six Years.
#6

I have problem with compiling:
Code:
 ...\sourcemod-1.3.1\addons\sourcemod\scripting\include\sd
ktools_sound.inc(406) : error 017: undefined symbol "maxClients"
nonick is offline
nonick
Senior Member
Join Date: Jul 2008
Old 02-10-2010 , 10:09   Re: SourceMod 1.3.1 Released! Also, Six Years.
#7

Is:
Code:
    new clients[maxClients];
    new total = 0;
    
    for (new i=1; i<=MaxClients; i++)
Need change to
Code:
    new clients[MaxClients];
    new total = 0;
    
    for (new i=1; i<=MaxClients; i++)
nonick is offline
KawMAN
Senior Member
Join Date: Sep 2007
Old 02-10-2010 , 10:11   Re: SourceMod 1.3.1 Released! Also, Six Years.
#8

Or add
new maxClients = GetMaxClients();
before
new clients[maxClients];
like in 1.3.0
__________________
KawMAN is offline
psychonic
Join Date: May 2008
Old 02-10-2010 , 10:22   Re: SourceMod 1.3.1 Released! Also, Six Years.
#9

Quote:
Originally Posted by nonick View Post
Is:
Code:
    new clients[maxClients];
    new total = 0;
    
    for (new i=1; i<=MaxClients; i++)
Need change to
Code:
    new clients[MaxClients];
    new total = 0;
    
    for (new i=1; i<=MaxClients; i++)
This is correct. I missed that line when updating the base plugins/incs and failed to include <sdktools> when testing the new files D:
__________________
HLstatsX:CE - http://hlxce.com
Free stats package supporting many HL1/HL2 games and mods - Free stats hosting offer
-----------------------------
Fistful of Frags - Fun western shooter on Source
psychonic is offline
nonick
Senior Member
Join Date: Jul 2008
Old 02-10-2010 , 10:44   Re: SourceMod 1.3.1 Released! Also, Six Years.
#10

Idont remember but then i use "AskPluginLoad2" i think i was got more errors. Maybe check this file ;]
nonick is offline
Closed Thread


Thread Tools
Display Modes

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 05:27.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Theme made by Freecode Sponsored by Layered Technologies