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

Showing results 1 to 25 of 257
Search took 0.01 seconds.
Search: Posts Made By: SpirT
Forum: HL1 Servers (HLDS) 08-18-2023, 16:48
Replies: 6
Views: 1,849
Posted By SpirT
Re: CS1.6 Server FastDL Doesn't Seem to Work.

It would be nice to know how you developed your Fast Download server... Your server might be either missconfigured or it might not have the required permissions.

Also, the / at the end of the URL...
Forum: SourceBans / SourceBans++ 07-25-2023, 14:10
Replies: 1
Views: 1,540
Posted By SpirT
Re: SourceBans v1.8.0 ?

Just download the files from the latest commit of the github repository
Forum: Scripting 04-26-2023, 12:16
Replies: 7
Views: 1,222
Posted By SpirT
Re: CT bots that are respawned after bomb plant are frozen - fix?

Are you using the CS:GO command to add bots to the server or are you creating fake clients by yourself?

Creating fake clients is kinda messy as you can spawn the bots but they won't move. Adding...
Forum: Plugins 03-25-2023, 07:33
Replies: 31
Views: 11,737
Posted By SpirT
Re: [CS:GO/?] Music Player

Sorry for the pretty late reply. Is there any way you could provide the game console output when you try to play a game? Source Engine only accepts audios with certain conditions...

Format: mp3 or...
Forum: Plugins 01-20-2023, 13:51
Replies: 31
Views: 11,737
Posted By SpirT
Re: [CS:GO/?] Music Player

Could you leave some logs / some debugging / some info on what doesn't work properly?
Without any information I can't conclude if it's an issue with the engine or if it's an issue with your setup.
Forum: Plugins 12-18-2022, 14:56
Replies: 19
Views: 7,381
Posted By SpirT
Re: [CSGO/?] Folder Downloader & Precacher

Thanks for the feedback. Hopefully everything works as expected :)
Forum: Plugin/Gameplay Ideas and Requests 12-11-2022, 11:40
Replies: 19
Views: 7,088
Posted By SpirT
Re: CSGO Custom Weapons - Alpha Preview

Where are the natives defined? Here, there's just the implementation of ur api -> https://github.com/ismail0234/BB-CS-GO-Custom-Weapons/blob/master/scripting/weapon_crossbow.sp

Here there's only...
Forum: Plugins 09-14-2022, 15:56
Replies: 31
Views: 11,737
Posted By SpirT
Re: [CS:GO/?] Music Player

Not a problem. You're welcome!
Forum: Plugins 09-14-2022, 05:05
Replies: 31
Views: 11,737
Posted By SpirT
Re: [CS:GO/?] Music Player

Hello. I'm sorry that you're running into issues.

That errors occurs when the file does not exist. The file should be placed anywhere inside the sound/SpirT folder. If you have your audio file...
Forum: Scripting 08-15-2022, 07:39
Replies: 5
Views: 968
Posted By SpirT
Re: retake interface

What he mean't is that the "Defend Site X!" message is from the game default's retake game mode. For those overlays, you can trigger the event "cs_win_panel_round". Backwards did a really good job...
Forum: Scripting 08-15-2022, 07:36
Replies: 7
Views: 1,187
Posted By SpirT
Re: How to format 2D Array?

For the ones that are still trying to find a solution, sizeof(MyArray) will retrieve the maximum values that can be stored in the array and sizeof(MyArray[]) will give the maximum length of the value...
Forum: Plugins 07-28-2022, 05:05
Replies: 40
Views: 17,149
Posted By SpirT
Re: [CS GO] Staff Modes - Fake Leave and Join Server for Staff

Hello!

Just wanted to warn you to an error that your plugin still has that hasn't been fixed yet. You have to replace the parameter 'DHookPass_ByRef' with 'DHookPass_ByVal' as passing by reference...
Forum: Plugins 07-24-2022, 05:50
Replies: 31
Views: 11,737
Posted By SpirT
Re: [CS:GO/?] Music Player

Hello Nightmare!

1. I'd recommend adding some debug messages to see if the volume you're setting changes. With this, I mean if when you set the volume preference it saves to the cookie. That's a...
Forum: Plugins 06-10-2022, 11:43
Replies: 429
Views: 156,657
Posted By SpirT
Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]

I will install a new server to test it out and I'll leave some feedback later
Forum: Plugins 06-09-2022, 08:37
Replies: 429
Views: 156,657
Posted By SpirT
Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]

There is no errors on my logs... Whenever you're free, do you mind hopping into discord so that I can show you its behaviour and all the settings I have?
Forum: Unapproved Plugins 06-08-2022, 18:05
Replies: 380
Views: 195,848
Posted By SpirT
Re: [CS:GO] Weapon Stickers (!stickers)

Download the plugin from the github repository, open the scripting/quasemago/csgo_weaponstickers/global.inc and change the value of MAX_STICKERS_SETS. You can create a plugin to print to the console...
Forum: Plugins 06-07-2022, 16:10
Replies: 429
Views: 156,657
Posted By SpirT
Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]

I have set the variable "lr_allagainst_all" to 1 because I'm running a FFA server, but we are not losing neither getting points for killing or dying. A connection to the database is made and if I...
Forum: Plugins 03-05-2022, 12:52
Replies: 6
Views: 6,648
Posted By SpirT
Re: [ANY] Kill Sounds (valorant included)

Sure, will do that later.
Forum: Plugins 09-08-2021, 13:22
Replies: 6
Views: 6,648
Posted By SpirT
[ANY] Kill Sounds (valorant included)

Kill Sounds

by SpirT

Before commenting:
This isn't a big release, however, by request of some people on my discord, I decided to publish it here to be easier for them and for other people to...
Forum: Scripting 08-01-2021, 12:33
Replies: 4
Views: 2,015
Posted By SpirT
Re: [HELP]Adding a command usage limit.

Well, on the code that you sent there isn't any hint to countdown whatsoever. Is there any change that you can provide it? (otherwise, I can do a little timer to reset it anyways as an example)
Forum: Scripting 08-01-2021, 12:29
Replies: 12
Views: 3,673
Posted By SpirT
Re: Bot not moving.

I'm playing around with some code trying to figure out the same as you. If I ever found a fix, I'll post it right here :)
Forum: Scripting 07-30-2021, 06:15
Replies: 3
Views: 1,604
Posted By SpirT
Re: OnPlayerRunCmd() still triggered whether or not client pressed button

Ohh my bad, as I read the title, I thought the problem was that OnPlayerRunCmd was being triggered always.
Forum: Scripting 07-29-2021, 11:03
Replies: 2
Views: 1,430
Posted By SpirT
Re: giveplayeritem(client,weapon) doesn't work any other ways?

Hey there! After looking to your code, I did some little improvements
Also, your error was where you were creating the variable silah2, it was missing a semicolon at the end of the line

Here it...
Forum: Scripting 07-29-2021, 10:58
Replies: 3
Views: 1,604
Posted By SpirT
Forum: Scripting 07-29-2021, 10:57
Replies: 4
Views: 2,015
Posted By SpirT
Re: [HELP]Adding a command usage limit.

This might help you out ;)


int resetBhpTimesUsed[MAXPLAYERS+1]; //our variable to store how many times he used the command

public void OnClientPostAdminCheck(int client) {
//If u want,...
Showing results 1 to 25 of 257

 
Forum Jump

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


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