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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: berni
Forum: Snippets and Tutorials 07-22-2015, 18:11
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

He is talking about the double const keyword, which has been fixed a year ago in the GIT repository, but it probably still in the last released zip on the website.
Forum: Scripting 07-17-2015, 06:42
Replies: 2
Views: 736
Posted By berni
Re: Simple problem Random

GetRandomInt() has proven to be very unreliable for me in the past.
It's probably based on the HL2 SDK random function, which implementation is pretty poor.

You could use GetURandomInt...
Forum: Scripting 07-14-2015, 05:46
Replies: 1
Views: 676
Posted By berni
Re: Can reloading(unloading) heavy plugin cause server crash?

If the plugin weights more than 100 kilograms, this can happen yes :)

I don't think the amount of data / array has anything to do with it, this would be weird. It's more likely that some extension...
Forum: Scripting 05-29-2015, 17:28
Replies: 9
Views: 3,745
Posted By berni
Re: Best way to get client ping?

You can also use this function I transformed once from the HL2SDK:

https://github.com/bcserv/smlib/blob/master/scripting/include/smlib/clients.inc#L647

True gives you the scoreboard latency,...
Forum: Plugins 05-05-2015, 18:07
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.3

Released 1.3 with handle leak fix.
Forum: Snippets and Tutorials 04-13-2015, 16:24
Replies: 56
Views: 142,741
Posted By berni
Re: [IDA/DHooks]How to get vtable offsets

Well, at first you need a Disassembler like IDA, to analyze the binary.

Every compiled function has a signature. You can think of a signature as a unique byte pattern after the binary executable...
Forum: Snippets and Tutorials 03-31-2015, 19:56
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

See https://github.com/bcserv/smlib/issues/30
Forum: Plugins 01-23-2015, 19:48
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

Linux
CS:GO 1.34.6.8/13468 5906
Metamod:Source version 1.10.4 Build ID: 925:e52d2fc Compiled on: Oct 1 2014
SourceMod Version: 1.6.4-dev+4624 Compiled on: Jan 21 2015 08:50:22 Build ID:...
Forum: Plugins 01-23-2015, 19:12
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

No clue then, seems to be a Sourcemod problem. You could file a bug report. All I could offer you is some remote debugging over teamviewer.
Forum: Plugins 01-23-2015, 17:04
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

Strange, I just tested it on CS:GO with the latest 1.6 stable snapshot and it worked for me:

L 01/23/2015 - 23:01:13: [mapconfigs.smx] Searching specific configs for de_dust2
L 01/23/2015 -...
Forum: Plugins 01-23-2015, 16:15
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

Is there any specific reason you using development builds? Try a stable snapshot.
Forum: Plugins 01-23-2015, 13:56
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

Game?
Is your gamedata up 2 date?
Sourcemod version?
Forum: Extensions 01-22-2015, 07:37
Replies: 71
Views: 49,868
Posted By berni
Re: [EXTENSION][CS:S]Name Change

panza: I wrote you an email, to the correct email address :)
Forum: Snippets and Tutorials 12-23-2014, 03:01
Replies: 129
Views: 58,775
Posted By berni
Re: Virtual Offsets Automated Dumper

Hi Jargon,

thanks for the info. I currently only have limited Internet access, but will take a look when I can.

~Berni
Forum: Snippets and Tutorials 12-15-2014, 12:00
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

Hey rulaman,

I put it offline because it didn't work anymore after I moved the website to another server and also there weren't a lot of people using it.
I recommend downloading the Sourcemod...
Forum: Plugins 12-02-2014, 16:11
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

I doubt that this plugin is directly involved in your crash. It only loads configs during map load.
Forum: Plugins 10-26-2014, 12:48
Replies: 189
Views: 189,431
Posted By berni
Re: Map configs with prefix support 1.2

HI tabakhase, thanks for your contribution.

I just released a new version 1.2 with your change.

Greetings, ~Berni
Forum: Plugins 10-26-2014, 12:35
Replies: 153
Views: 79,463
Posted By berni
Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)

Hi Mecha the Slag,

I removed the public cvar "mc_version" in your thread, because it conflicted with a plugin thread of me that was already created 2008 and I couldn't edit my thread anymore...
Forum: Snippets and Tutorials 10-20-2014, 16:14
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

You can find the table of color tags on the first page of this thread.
I can look into adding support for new color systems when I find some time.
Forum: Snippets and Tutorials 10-20-2014, 15:04
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

Then there is no support for special CS:GO colors at the moment, sorry.
Forum: Snippets and Tutorials 10-20-2014, 04:37
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

There is support for CS:GO hex color tags in the GIT master branch. See: https://github.com/bcserv/smlib/issues/10#issuecomment-13351277
Named CS:GO tags will be maybe added later.
Forum: Extensions 10-17-2014, 03:13
Replies: 99
Views: 113,791
Posted By berni
Re: [EXTENSION] Sound Info Library v1.0.1

yeh awesome!

Are you sure this extension is broken and not some other plugin that loads it? It actually only useses the Sourcemod interface and doesn't play sounds.
Forum: Snippets and Tutorials 08-23-2014, 13:48
Replies: 458
Views: 309,085
Posted By berni
Forum: Snippets and Tutorials 08-23-2014, 13:08
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

I don't really see much of a use case for them, as they basically do just String to int conversion.
However if you want them in you can create a pull request (https://github.com/bcserv/smlib/pulls)...
Forum: Snippets and Tutorials 08-13-2014, 07:16
Replies: 458
Views: 309,085
Posted By berni
Re: SMLIB 0.11 BETA (over 300 Function Stocks) | updated 15.07.2011

Things I agree on:


Really basic things like getting the lower value of two vars don't necessarily need a function - yeah
The functions Math_Min and Math_Max should be renamed - yes, those are...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 09:35.


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