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

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: OfficialSikari
Forum: News 07-05-2022, 19:59
Replies: 9
Views: 17,144
Posted By OfficialSikari
Re: SourceMod 1.11 Now Stable

Nice to see DHooks making it into SourceMod, thanks to everyone who contributed to the release!
Forum: Plugins 12-23-2021, 03:34
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: [ANY] ProxyKiller - Configurable Proxy & VPN player manager

Sorry, I am a little late on this, but decided to reply regardless.

As far as the first feature request goes:
Quite honestly I haven't touched this plugin in a while, and it would require a...
Forum: Plugins 12-23-2021, 03:21
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: [ANY] ProxyKiller - Configurable Proxy & VPN player manager

Sorry, I very rarely check these threads, you can unfortunately only work with a single element of the array (within the response.value property) and you also do not have filtering options.
The...
Forum: Plugins 07-05-2020, 05:15
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: [ANY] ProxyKiller - Configurable Proxy & VPN player manager

I am a little late, but could help to actually share the config and any possible error logs.
Forum: Plugins 12-20-2019, 11:49
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: [ANY] ProxyKiller - Configurable Proxy & VPN player manager

Yo, glad to hear it's working, I'll add this to the config examples in the wiki (https://bitbucket.org/Sikarii/proxykiller/wiki/Config%20Examples).
Forum: Plugins 11-22-2019, 19:06
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: [ANY] ProxyKiller

Hey, made this neat module.
Posts positive VPN/Proxy detections to Discord via webhook.

Requires sm-json and ProxyKiller itself to compile!

Module can be configured within the main ProxyKiller...
Forum: Plugins 11-08-2019, 00:33
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: ProxyKiller

Yes, SteamId2 with the format STEAM_1:X:XXXXXXX is valid.
Regarding the "block message", I believe the ProxyKiller_Punishment_Message convar is what you want, also found here...
Forum: Plugins 11-05-2019, 12:09
Replies: 26
Views: 18,570
Posted By OfficialSikari
Re: ProxyKiller

ProxyKiller has just got a major version!
This means ProxyKiller can now do a whole lot more!


Starting today, ProxyKiller version 2.0.0 and forward are supported, any 1.x.x version is now...
Forum: News 10-19-2019, 11:50
Replies: 18
Views: 52,100
Posted By OfficialSikari
Re: SourceMod 1.10 Now Stable!

Now this is cool.
Forum: Plugins 09-05-2019, 04:08
Replies: 39
Views: 19,788
Posted By OfficialSikari
Re: [CS:GO] amuJS (better KZTimer Jumpstats)

Looking better, regarding the leaked menu handles:

public KeyColorSettingsHandler(Handle menu, MenuAction:action, client, select) {
if(action == MenuAction_Select) {
if(select == 0)...
Forum: Plugins 09-04-2019, 12:06
Replies: 39
Views: 19,788
Posted By OfficialSikari
Re: [CS:GO] amuJS (better KZTimer Jumpstats)

Yo, truly an epic plugin you've made!

Couple things I want to note:
- Every single menu you've created leaks their menu handle.
- You've copied almost the entire Distbug plugin...
Forum: Plugins 08-01-2019, 06:21
Replies: 7
Views: 19,767
Posted By OfficialSikari
Re: [ANY] MovementHUD

Hey, sorry for this, I will not be maintaining the plugin for other than CSS/CSGO.
I've remarked the title/game as CSS/CSGO as a result of this.
Apologies for tagging it as [ANY] in the first place.
Forum: Plugins 07-06-2019, 21:00
Replies: 7
Views: 19,767
Posted By OfficialSikari
[CSS/CSGO] MovementHUD

MovementHUD
Latest Release (https://bitbucket.org/Sikarii/movementhud/downloads/MovementHUD-latest.smx) | Plugin Source (https://bitbucket.org/Sikarii/movementhud) | Wiki...
Forum: Plugins 01-14-2019, 15:54
Replies: 26
Views: 18,570
Posted By OfficialSikari
[ANY] ProxyKiller - Configurable Proxy & VPN player manager

ProxyKiller
Highly configurable Proxy/VPN client checker with caching, rules and customizable services

Get Plugin (https://bitbucket.org/Sikarii/proxykiller/downloads/ProxyKiller-latest.smx) |...
Forum: Plugins 09-09-2018, 16:12
Replies: 13
Views: 17,137
Posted By OfficialSikari
Re: [CS:GO] GOKZ (v1.2.0, 2018/09/09)

Link to MovementAPI is broken.
Forum: News 07-08-2018, 02:22
Replies: 33
Views: 57,376
Posted By OfficialSikari
Forum: Snippets and Tutorials 05-16-2018, 03:37
Replies: 5
Views: 6,069
Posted By OfficialSikari
Re: [INC] sm-json

FYI, your string_helpers.inc conflicts with smlib include (String_StartsWith & String_EndsWith)
Forum: Unapproved Plugins 04-27-2018, 16:08
Replies: 65
Views: 39,553
Posted By OfficialSikari
Re: [CSGO] Upgraded & Fixed VIP System - On Database With Perks

First of all, Im not here to tell you what to do, but to point some things out.


if (StrEqual(gB_SteamID, "BOT"))
return;

You have this piece of code showing up a few times, you should...
Forum: Unapproved Plugins 04-24-2018, 18:54
Replies: 1
Views: 2,836
Posted By OfficialSikari
[ANY] Faceit-API

About:
Provides natives allowing plugins to use the Faceit DataAPI (Currently v4)
It is worth mentioning that this only has players dataset implemented, but rest of them will come in the upcoming...
Forum: Snippets and Tutorials 09-29-2017, 16:20
Replies: 1
Views: 1,938
Posted By OfficialSikari
[CSGO] Working non-legacy models and glove skins

#include <sourcemod>
#include <sdktools>
#include <cstrike>

#pragma newdecls required

// Models
#define T_PLAYER_MODEL "models/player/tm_professional_var1.mdl"
#define CT_PLAYER_MODEL...
Forum: Snippets and Tutorials 09-15-2017, 07:40
Replies: 1
Views: 2,022
Posted By OfficialSikari
[CSGO] Get game dir

Hey! I saw a few guys asking how to get the full game path to sourcemod
This might also work on other games



#include <sourcemod>

public void OnPluginStart()
{
HookEvent("server_spawn",...
Forum: Scripting 08-20-2017, 09:31
Replies: 6
Views: 1,389
Posted By OfficialSikari
Re: These plugins wont function in latest sm build

public Action OnTakeDamage(int victim, int &attacker, int &inflictor, float &damage, int &damagetype)
{
if (victim < 1 || victim > MaxClients || attacker < 1 || attacker > MaxClients) ...
Showing results 1 to 22 of 22

 
Forum Jump

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


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