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

SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011


Post New Thread Reply   
 
Thread Tools Display Modes
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 02-09-2020 , 19:09   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #451

Quote:
Originally Posted by Ilker View Post
Hello,

Download link is dead
https://github.com/bcserv/smlib/tree...itional_syntax
__________________
sneaK is offline
Frenzi3d
Member
Join Date: Nov 2018
Location: Thailand
Old 04-06-2020 , 14:24   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #452

//// practicemode.sp
//
// D:\Tourserver\TOURNAMENT SERVER\steamapps\common\Counter-Strike Global Offensive Beta - Dedicated Server\csgo\addons\sourcemod\scripting\includ e\smlib/entities.inc(1773) : fatal error 196: deprecated syntax; see https://wiki.alliedmods.net/SourcePa...yntax#Typedefs
//
// Compilation aborted.
// 1 Error.
//
// Compilation Time: 0.3 sec
// ----------------------------------------

How to fix it?
Frenzi3d is offline
RDiver
Member
Join Date: Mar 2010
Old 05-21-2020 , 04:05   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #453

Tried to compile the "test" SP from the git, along with errors.

HTML Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// test_compile-all.sp
//
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : error 017: undefined symbol "SetVariantString"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : warning 215: expression has no effect
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : error 001: expected token: ";", but found ")"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : error 029: invalid expression, assumed zero
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
//
// Compilation Time: 0.28 sec
// ----------------------------------------

Press enter to exit ...
RDiver is offline
JeffJeremy
New Member
Join Date: Apr 2020
Location: Newark
Old 05-22-2020 , 05:40   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #454

Quote:
Originally Posted by RDiver View Post
Tried to compile the "test" SP from the git, along with errors.

HTML Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// test_compile-all.sp
//
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : error 017: undefined symbol "SetVariantString"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : warning 215: expression has no effect
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : error 001: expected token: ";", but found ")"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : error 029: invalid expression, assumed zero
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\include\smlib/entities.inc(1720) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
//
// Compilation Time: 0.28 sec
// ----------------------------------------

Press enter to exit ...
Something went wrong .. did you succeed?
JeffJeremy is offline
RDiver
Member
Join Date: Mar 2010
Old 05-23-2020 , 06:47   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #455

Quote:
Originally Posted by JeffJeremy View Post
Something went wrong .. did you succeed?
nope, so a bit frustrating
RDiver is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 05-23-2020 , 07:41   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #456

smlib must be added behind/under sdktools. As example:
Code:
#include <sourcemod>
#include <sdktools>
#include <smlib>
This should fix: error 017: undefined symbol "SetVariantString"
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
AdRiAnIlloO
Member
Join Date: Jul 2015
Location: Spain
Old 02-16-2021 , 11:38   Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011
Reply With Quote #457

Hi, I recently noticed on CSS that, while spectating on Free Camera/Roam mode, Client_GetObserverMode() returned 7 on a certain server while there's the OBS_MODE_ROAMING macro with a value of 6 instead (which I expected to obtain), and there isn't any enumerated value for 7 (it's just NUM_OBSERVER_MODES). Is this a normal issue?

Last edited by AdRiAnIlloO; 02-16-2021 at 11:41.
AdRiAnIlloO is offline
Bittersweet92101
Junior Member
Join Date: Jan 2023
Old 07-03-2023 , 04:34   Dead Links
Reply With Quote #458

Several links in this thread, and in some user signatures, that are supposed to be download links for smlib are redirected to garbage websites. I don't see smlib 0.11 beta, but the files for smlib 0.9.7 can be downloaded at https://github.com/bcserv/smlib
Bittersweet92101 is offline
Bittersweet92101
Junior Member
Join Date: Jan 2023
Old 07-03-2023 , 04:36   Dead Links
Reply With Quote #459

Several links in this thread, and in some user signatures, that are supposed to be download links for smlib are redirected to garbage websites. I don't see smlib 0.11 beta, but the files for smlib 0.9.7 can be downloaded at https://github.com/bcserv/smlib, which is actually linked to in the first post, where it reads 'We use Gitub'
Bittersweet92101 is offline
Reply


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 19:50.


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