christina189 / rotoblin

Automatically exported from code.google.com/p/rotoblin
0 stars 0 forks source link

Your SourceMod version (1.3.7) is out of date, please upgrade to 1.4.0 #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
L 04/18/2011 - 19:32:23: [SM] Native "ThrowError" reported: Your SourceMod 
version (1.3.7) is out of date, please upgrade to 1.4.0

Only this doubt

Original issue reported on code.google.com by 93nic...@gmail.com on 19 Apr 2011 at 12:28

GoogleCodeExporter commented 8 years ago
This is because l4downtown and other things were compiled against sourcemod 
1.4.0 dev and metamod 1.9.0

Original comment by sof...@gmail.com on 20 Apr 2011 at 12:14

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/rotoblin/source/browse/src/scripting/l4dready.sp

PrintToChatAll("[L4D RUP] Your SourceMod version (%s) is out of date, please 
upgrade to %s%s", version, READY_VERSION_REQUIRED_SOURCEMOD, 
READY_VERSION_REQUIRED_SOURCEMOD_NONDEV ? " stable" : "");

you're going to make it compatible with the version 1.37? (fix this message :P)

Original comment by 93nic...@gmail.com on 21 Apr 2011 at 12:20

GoogleCodeExporter commented 8 years ago
As said before left4downtown was compiled against 1.4.0 sourcemod and 1.9.0 
metamod libraries, If you want to use Rotoblin you have to upgrade or else just 
wait till 1.4.0 comes as stable (out of dev).

If you really wish to play with 1.3.7 then change 

#define READY_VERSION_REQUIRED_SOURCEMOD "1.4.0"

to

#define READY_VERSION_REQUIRED_SOURCEMOD "1.3.7"

and recompile l4dready.sp (don't forget to include left4downtown.inc) and off 
you go.

Original comment by sof...@gmail.com on 21 Apr 2011 at 3:57