Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $52
Target: $400
13%
Page 1 of 9
1
2
3
>
Last
»
Showing results 1 to 25 of 221
Search took
0.01
seconds.
Search:
Posts Made By:
SpirT
Forum:
Scripting
04-07-2021, 05:24
Replies:
7
How do I create a minimap?
Views:
417
Posted By
SpirT
Re: How do I create a minimap?
There is a program (sorry, but I don't remember the name) that compiles your .bsp with all materials and other stuff that you want to be downloaded. They will be compiled into a new .bsp, therefore...
Forum:
Scripting
04-07-2021, 05:20
Replies:
5
Server Destroy HELP
Views:
408
Posted By
SpirT
Re: Server Destroy HELP
Hey there! Cheats aren't a topic for this section, but, I'll try to help you anyways. As far as I know, cheats can't just kick people from a server for any reason. Those cheats that you talked are...
Forum:
Scripting
04-05-2021, 14:28
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Re: Entity not being created
I just port models, I don't know how to model on my own. Could you give an example of how to that (teleporting the entity with the trace to the ground)?
Regards.
Forum:
Scripting
04-05-2021, 11:57
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Re: Entity not being created
Yes it is. No, it doesn't have any .phy. How am I able to create it?
EDIT: Would this be the proper way (https://steamcommunity.com/sharedfiles/filedetails/?id=1148332759)?
Forum:
Scripting
04-05-2021, 05:55
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Re: Entity not being created
I tried with prop_physics the entity (with the model, at least I couldn't see anything in game) won't even spawn...
Forum:
Scripting
04-05-2021, 04:12
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Re: Entity not being created
Andi67's code worked perfectly, I changed also the timer from 1.0 to 0.5 and it works great! I just have another question. With these settings, the model spawns @ player death position, but I'd like...
Forum:
Scripting
04-04-2021, 05:35
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Re: Entity not being created
I tried that and it worked. Also, the model path was wrong, but even though it worked!
I'll give a try to andi67 source.
Forum:
Scripting
04-03-2021, 14:26
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Re: Entity not being created
Thanks for your reply. I already tried to do some debugging. I also tried to kill the opponent in a far distance, but it still says that I have touched it!
With the timer do you mean creating it...
Forum:
Scripting
04-03-2021, 12:48
Replies:
15
Entity not being created
Views:
565
Posted By
SpirT
Entity not being created
Hey
I am trying to create an entity on the floor where a player dies (with a custom model) and detect whether someone touches it.
I have the following code:
#pragma semicolon 1
#define...
Forum:
Plugins
03-14-2021, 07:59
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
New version released to add some ideas that you have provided. Thanks for all the support and feedback on PMs.
Forum:
Plugins
03-10-2021, 14:14
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
On the next update, support for .pcf files will be added!
Forum:
Plugins
03-10-2021, 02:57
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
Your server has another plugin that is adding files to the precache tabel. Therefore it got full when my plugin tried to add all files from the folder specified. Please consider disabling the...
Forum:
Plugins
03-09-2021, 11:53
Replies:
3
[CSGO] Deagle HS Only
Views:
478
Posted By
SpirT
[CSGO] Deagle HS Only
Deagle HS Only
by SpirT
What is this?
A simple plugin that only allows damage with deagle if the hit is an headshot. All other weapons will keep the same hitbox and damage. I also did this...
Forum:
Plugins
03-08-2021, 09:42
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
Ohhh okey, I thought in a different way. That's a great idea. Disabling folder support and enabling file support. That's nice, I'll be definitely adding that to the next update :)
Forum:
Plugins
03-08-2021, 09:23
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
I don't know why you will want to create a cvar DISABLED AS DEFAULT to control stuff. I agree with creating the cvar to disable the option, but I don't see any point of leaving it disabled. Btw, I'll...
Forum:
Plugins
03-08-2021, 07:12
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
Thanks for your suggestion. Well, the idea is to add all files and precache them without placing file by file. That's what my plugin improves, but of course, we can add a file to only add certain...
Forum:
Plugins
03-08-2021, 03:38
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
Yea, I did, my bad :oops::oops:
That's fixed already, you can download the fixed version (1.0.1) here or @ github.
Thanks for the feedback btw ;)
Forum:
Plugins
03-07-2021, 15:35
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
Thanks for the reply and for the feedback. I've been using SM Downloader for a lot of time. Recently, I got some problems and it was crashing the server (the configuration isn't changed since...
Forum:
Plugins
03-07-2021, 14:28
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
Re: [CSGO/?] Folder Downloader & Precacher
Thanks for the feedback. Hope this could fix a lot of issues with crashes in the CS:GO Community & other game server mods as well :)
Forum:
Plugins
03-07-2021, 14:13
Replies:
17
[CSGO/?] Folder Downloader & Precacher
Views:
1,184
Posted By
SpirT
[CSGO/?] Folder Downloader & Precacher
Folder Downloader & Precacher
by SpirT
Before commenting:
I know, there are some plugins that do the same as the one I'm posting now, but, as I got some feedback, SM Downloader, S - Downloader...
Forum:
Scripting
03-07-2021, 07:04
Replies:
2
[CS:GO] Material not being precached
Views:
457
Posted By
SpirT
Re: [CS:GO] Material not being precached
The error was with the true precache. The force preload worked, thanks
Forum:
Scripting
03-04-2021, 10:10
Replies:
2
[CS:GO] Material not being precached
Views:
457
Posted By
SpirT
[CS:GO] Material not being precached
Hey there.
I am trying to create a little plugin where I would set a custom graffiti. I am using PrecacheDecal and it isn't loading the spray on the map. I have both .vmt and .vtf placed on CS:GO...
Forum:
Plugins
03-03-2021, 07:49
Replies:
11
[ANY] Custom Game Rounds
Views:
1,708
Posted By
SpirT
Re: [ANY] Custom Game Rounds
Version 1.1.2 released to fix the disarm where it wasn't disarming all players because they weren't "in game" as the console would display.
Forum:
Plugins
03-03-2021, 03:10
Replies:
11
[ANY] Custom Game Rounds
Views:
1,708
Posted By
SpirT
Re: [ANY] Custom Game Rounds
Thanks for the feedback. I'd recommend checking up the update that might be released today to fix a several issue where it would loop all clients even if there are only 4 or 20 players inside the...
Forum:
Plugins
03-02-2021, 03:32
Replies:
11
[ANY] Custom Game Rounds
Views:
1,708
Posted By
SpirT
Re: [ANY] Custom Game Rounds
Thanks for your reply. I will give you some feedback here once a new update is released.
Showing results 1 to 25 of 221
Page 1 of 9
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
00:46
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode