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

SourceMod 1.3.1 Released! Also, Six Years.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
BAILOPAN
Join Date: Jan 2004
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.)
__________________
egg

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: mom's basement
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.
__________________
Do not Private Message @me
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
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline
nonick
BANNED
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
BANNED
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
SourceMod Donor
Join Date: Sep 2007
Location: Cracov
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
Send a message via ICQ to KawMAN Send a message via Skype™ to KawMAN
psychonic

BAFFLED
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:
psychonic is offline
nonick
BANNED
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 15:16.


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