Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 136
Search took 0.01 seconds.
Search: Posts Made By: thresh0ld
Forum: Source Servers (SRCDS) 10-12-2022, 21:52
Replies: 300
Views: 317,758
Posted By thresh0ld
Re: Source Admin Tool (HLSW Alternative)

I'm also using SAT-win-4520ee1 on Windows 11. Running fine for me

https://i.imgur.com/ThHvqkv.png

Have you checked your firewall if its somehow blocking the port?
Forum: General 09-30-2022, 23:57
Replies: 0
Views: 876
Posted By thresh0ld
Endpoints for a list of Sourcemod Plugins

Wondering if the sourcemod website have existing endpoints for outputting a list of published plugins (in xml/json format)? Similar to what is displayed in the browser...
Forum: Plugins 07-25-2019, 08:07
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

You are using an older version of mysql which does not support some of the special keywords on the create statement. Remove "IF NOT EXISTS" and try running it again.

e.g.

CREATE FUNCTION IF NOT...
Forum: Plugins 07-01-2019, 11:24
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

Ok, if you typed !rank and the panel did not show, it is possible that the plugin did not load successfully. The reasons could be any of the following:


The plugin was unable to connect to the...
Forum: Plugins 07-01-2019, 01:05
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

What do you mean exactly? Are you saying that you are able to access the menu, but statistics are not getting recorded when you kill SI? For coop, you need to set pstats_record_bots to 1
Forum: Plugins 06-28-2019, 02:26
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

Can you run this instead and get back to me with the results:


select last_known_alias, survivor_killed, survivor_incapped, infected_killed, infected_headshot, total_points, rank_num from...
Forum: Plugins 06-28-2019, 01:03
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

I'm unable to preview/access the image links you provided, how does the rankings on the database table look?
Forum: Plugins 06-27-2019, 00:03
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

Is this still an issue? It is working fine on my end. I'm also wondering how you were able to fix the previous issues you have mentioned, was it the lack of permissions causing it or something else?
Forum: Plugins 06-24-2019, 21:58
Replies: 49
Views: 31,717
Posted By thresh0ld
Forum: Plugins 06-24-2019, 10:32
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

You can try executing this (replace text surrounded by < >):

GRANT SELECT, SHOW VIEW, INSERT, UPDATE ON `<database name>`.* TO '<username>'@'<host>' WITH GRANT OPTION;
Forum: Plugins 06-24-2019, 07:16
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

You should be able to configure it from phpmyadmin. Besides the privileges, you need to make sure all the database entities have been imported successfully. You should be able to see these from your...
Forum: Scripting 06-20-2019, 10:16
Replies: 2
Views: 1,205
Posted By thresh0ld
Forum: Scripting 06-20-2019, 07:10
Replies: 2
Views: 1,205
Posted By thresh0ld
[Panels] New line not getting processed

Noticed something strange. On the first two examples, the special character '\n' is processed and a new line is inserted on the panel. On the last example, the string now is retrieved from a...
Forum: Plugins 06-16-2019, 03:50
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

Make sure the database user used by the plugin have the right set of permissions to access the view.
Forum: Extensions 06-12-2019, 01:07
Replies: 1,094
Views: 856,931
Posted By thresh0ld
Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown

My server has been crashing lately because of this extension (left4downtown 2 v0.6.3 by attano). The crash occurs when a match mode (Custom config using confogl framework) has been selected and...
Forum: General 06-12-2019, 00:53
Replies: 3
Views: 1,338
Posted By thresh0ld
Re: question about l4d2 plugin

https://forums.alliedmods.net/showthread.php?p=1045232
Forum: Plugins 06-11-2019, 05:24
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

What version of mysql/mariadb are you using? From the looks of it your current version does not seem support sub-queries in the select statement. Sub-queries are supported from 5.7.7 and above.
Forum: Plugins 06-07-2019, 02:53
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

You should compile this on 1.9.x as it still allows the old syntax.
Forum: Scripting 06-03-2019, 12:48
Replies: 3
Views: 1,235
Posted By thresh0ld
Re: [L4D2] Retrieving the name/id of the campaign

Thanks! I'll take a look

Edit: This is exactly what I was looking for!
Forum: Scripting 06-03-2019, 09:08
Replies: 3
Views: 1,235
Posted By thresh0ld
[L4D2] Retrieving the name/id of the campaign

Does anyone know a way where I could retrieve the campaign name/id based on the map name? For ex: I need to have a function where I would pass "c5m3_cemetery" as the argument and get "The Parish" as...
Forum: Plugins 06-02-2019, 03:44
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

No, this plugin does not come with a web frontend if that is what you are asking
Forum: Plugins 06-01-2019, 22:59
Replies: 49
Views: 31,717
Posted By thresh0ld
Re: [L4D2] Simple In-Game Player Statistics

Possibly in the future, depends on the time I would have.
Forum: Plugins 06-01-2019, 13:51
Replies: 49
Views: 31,717
Posted By thresh0ld
[L4D2] Simple In-Game Player Statistics

Features

Note: This is still in alpha, which means anything can be added, changed or removed at a later point in time.


Records statistics gathered from human players and saves it to a...
Forum: Scripting 02-28-2014, 01:11
Replies: 2
Views: 4,775
Posted By thresh0ld
Re: [L4D2] VScript Help

How were you able to make this work? Did you change something? If so, kindly share your solution please.
Forum: Scripting 02-27-2014, 04:33
Replies: 2
Views: 4,775
Posted By thresh0ld
[L4D2] VScript Help

Been trying to make this work but there seems to be an issue on the VScript file.

Basically what I am trying to do is load a vscript from sourcemod to create a simple hud but it keeps throwing an...
Showing results 1 to 25 of 136

 
Forum Jump

All times are GMT -4. The time now is 05:53.


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