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

Showing results 1 to 25 of 94
Search took 0.01 seconds.
Search: Posts Made By: Sarrus
Forum: Scripting 12-12-2022, 09:45
Replies: 3
Views: 844
Posted By Sarrus
Re: [CSGO] Retrieve Steam Avatar

Here is an example (https://github.com/surftimer/SurfTimer-discord/blob/4f4965da5a5d18bb4f7dcfed9cba350c67f766d2/scripting/SurfTimer-discord.sp#L887-L941) using Ripext...
Forum: Scripting 11-25-2022, 06:10
Replies: 1
Views: 397
Posted By Sarrus
Re: Prepared insert statement doesn't work: false syntax error?

Aren't you trying to do
insert into t_kill(c_foobar, c_asd) values('?', '?')
instead?
Forum: Scripting 01-11-2022, 05:57
Replies: 2
Views: 912
Posted By Sarrus
Re: Inconsistent Plug-in sending to SQL

You should use SQL_FastQuery instead of a SQL_Query.

To address your issue, adapt the snippet here (https://wiki.alliedmods.net/SQL_(SourceMod_Scripting)#No_Results) to your code, in order to...
Forum: General 12-08-2021, 15:50
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

Hmm there is already a formatter bundled with the extension, what does this feature do exactly?
Forum: Scripting 09-27-2021, 18:31
Replies: 1
Views: 1,835
Posted By Sarrus
[ANY] Discord Webhook API include

Discord Webhook API

https://img.shields.io/github/downloads/Sarrus1/DiscordWebhookAPI/total https://img.shields.io/github/last-commit/Sarrus1/DiscordWebhookAPI...
Forum: Scripting 09-27-2021, 16:01
Replies: 2
Views: 811
Posted By Sarrus
Re: [CSGO] Need help with rewriting to new syntax

bool voluntary = ReadPackCell(data);

You already specify the type of voluntary with the first bool. You don't need (and can't) define the type of the output of ReadPackCell with the second bool.
Forum: Source Servers (SRCDS) 09-22-2021, 04:05
Replies: 6
Views: 1,280
Posted By Sarrus
Re: [CSGO] How can I start my server remotely?

If needed, I'd be willing to do paid work to implement this.
You can contact me on Discord
Sarrus#9090
Forum: Source Servers (SRCDS) 09-21-2021, 08:39
Replies: 6
Views: 1,280
Posted By Sarrus
Re: [CSGO] How can I start my server remotely?

Here is my Django View to control my servers:
https://github.com/Sarrus1/Tensor/blob/0caac918a93480b3a2b76abe8415e394fb67dfb7/backend/servers/views.py#L26
You could implement this with a Python...
Forum: General 08-24-2021, 12:00
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

Thanks you for your interest :D

1) I will be honest, I don't know what the encoding is for in the rcon options. It's used in the node.js package I use, not sure why. Link to the docs...
Forum: General 08-21-2021, 08:22
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

Yes, there is a setting called MainPathCompilation which turns that one or off.
If set to false, the current .sp file will be compiled, ignoring the MainPath file.
Forum: Plugins 08-09-2021, 09:59
Replies: 21
Views: 8,819
Posted By Sarrus
Forum: Unapproved Plugins 07-02-2021, 19:23
Replies: 12
Views: 15,298
Posted By Sarrus
Forum: Unapproved Plugins 06-22-2021, 11:11
Replies: 12
Views: 15,298
Posted By Sarrus
Re: [CS:GO] FaceitLevels for kento RankMe

There is not such a feature yet.
If you want to add it, you can add a ConVar corresponding to the level you want to add, then add it to the array here...
Forum: General 06-16-2021, 04:34
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

This was a bug, sorry about that. It has now been fixed. Next time you open VSCode, a new version of the extension should download and you'll be able to install Sourcemod as intended.

P.S: The new...
Forum: General 06-14-2021, 19:02
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

Version 1.12.4

This version provides many changes on top of the previous versions. The full changelog can be found here (https://github.com/Sarrus1/sourcepawn-vscode/blob/dev/CHANGELOG.md). There...
Forum: General 04-28-2021, 12:02
Replies: 1
Views: 579
Posted By Sarrus
Re: SQL Admins on multiple servers

I don't know anything about SQL Admins, but I know that sourcebans allows you to do what you want.
Forum: General 04-21-2021, 15:14
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [VSCODE EXTENSION] Improved version of Dreae's vscode extension

Version 1.11.0

Performance improvements and new features

CHANGELOG:

Added automatic documentation generation for functions.
Added a command to refresh plugins on a Source server.
Added...
Forum: General 04-19-2021, 18:29
Replies: 5
Views: 2,900
Posted By Sarrus
Re: Interactive Menu Builder

Very cool! Thanks you for this!
Forum: General 04-11-2021, 10:23
Replies: 3
Views: 807
Posted By Sarrus
Re: Some beginner's questions

Workshop collections, which I are a category of map collections, allow you to use maps directly from the steam workshop, without having to install and host them on your server with a FastDL. It also...
Forum: General 04-08-2021, 04:35
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [VSCODE EXTENSION] Improved version of Dreae's vscode extension

Glad you like it!




You can right click on the output file and click on "Reveal in explorer" I believe.
Forum: General 04-01-2021, 18:26
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [VSCODE EXTENSION] Improved version of Dreae's vscode extension

Version 1.10.0

More features

CHANGELOG:

Added Hover description and help for functions.
Added a formatter based on clang-format, which the user can (almost) fully customize.
Added a...
Forum: Plugins 03-28-2021, 13:30
Replies: 5
Views: 3,078
Posted By Sarrus
Re: [ANY] Simple Discord Link

Hey, this already exists : https://github.com/Sarrus1/discord_ad.

You should add color to the plugin and a Cvar to make it easier/more interresting.
Forum: General 03-25-2021, 19:48
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [VSCODE EXTENSION] Improved version of Dreae's vscode extension

Version 1.9.1

HotFix

CHANGELOG:

Hotfix for relative includes not working if they are .sp files(Pointed out by Bara (https://github.com/Bara)).


MarketPlace Download Link...
Forum: General 03-25-2021, 17:29
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [VSCODE EXTENSION] Improved version of Dreae's vscode extension

Version 1.9.0

Performance improvements and Go To Definition

CHANGELOG:

Added Go-To-Definition for functions and for global variables (in the same file).
Added forward parsing.
Added...
Forum: General 03-25-2021, 10:39
Replies: 25
Views: 10,556
Posted By Sarrus
Re: [VSCODE EXTENSION] Improved version of Dreae's vscode extension

Version 1.8.4

Performance improvements and new features

CHANGELOG:

Switched to a client-based extension, removing support for LSP.
Switched to an iterative parser, instead of a recursive...
Showing results 1 to 25 of 94

 
Forum Jump

All times are GMT -4. The time now is 23:36.


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