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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: thorgot
Forum: Source Servers (SRCDS) 03-20-2017, 16:40
Replies: 60
Views: 40,083
Posted By thorgot
Re: Hud text is now supported in csgo!

You can change the color of different lines, but not the size, which is good enough for me.
Forum: Plugins 06-14-2016, 22:06
Replies: 214
Views: 160,987
Posted By thorgot
Re: [CS:GO] Sprays (you can use sprays in CS:GO)

There's no way to remove a decal once it is added. It's possible you could find some way to add another decal over the first in such a way to hide the spray, but you run the risk of hiding another...
Forum: Plugin/Gameplay Ideas and Requests 05-05-2016, 15:58
Replies: 5
Views: 1,287
Posted By thorgot
Re: wpaint franug

You won't find help because of Valve's guidelines on the matter: http://blog.counter-strike.net/index.php/server_guidelines/
Forum: Source Servers (SRCDS) 03-21-2016, 17:01
Replies: 170
Views: 98,354
Posted By thorgot
Re: CSGO - have fun with the server lagger exploit

An optional server stability update for CS:GO has been released. It is recommended for server operators to update servers with PatchVersion=1.35.2.9 to the latest build ServerVersion=310.
...
Forum: General 03-02-2016, 17:33
Replies: 7
Views: 1,017
Posted By thorgot
Re: My New 1v1 Map

It's a Pakrat replacement which also has a bunch of other mapping tools built in.
Forum: General 07-24-2015, 05:39
Replies: 7
Views: 2,077
Posted By thorgot
Re: Compile Extension On Linux?

Just so you don't have to go through the hours of pain I did on Tuesday, I've attached it. Confirmed by running a test plugin (the CSS noblock one) on my test CSGO linux server, but no promises it...
Forum: Scripting 07-19-2015, 18:29
Replies: 9
Views: 2,838
Posted By thorgot
Re: Noclip without godmode?

The version I had was for war3 so it was slightly different, but something like this should work:

new bool:noclip[MaxClients];

public OnClientPutInServer(client)
{
SDKHook(client,...
Forum: Scripting 07-16-2015, 00:18
Replies: 9
Views: 2,838
Posted By thorgot
Re: Noclip without godmode?

The damage thing doesn't work. Even with m_takedamage 2 you don't take damage in noclip.

Edit: a thought. You could hook damage, which probably happens to a certain degree because blood shows up,...
Forum: Source Servers (SRCDS) 07-12-2015, 11:48
Replies: 3
Views: 1,864
Posted By thorgot
Re: [CS:GO] dedicated autoupdate on linux

It's quite simple. No mods are required. This is for tf2 but it's similar.
Forum: General 07-10-2015, 14:02
Replies: 102
Views: 31,109
Posted By thorgot
Re: Valve's request to CS:GO community owners

An update with a Q&A from Vitaliy:

<removed, beaten by blackhawk>

Mostly as expected, but knife swapping being allowed and the timeline are interesting.
Forum: General 06-17-2015, 16:34
Replies: 2
Views: 599
Posted By thorgot
Re: HELP csgo - Full server redirection to another server with free slot. there is a

Sadly, there is no way to force someone to connect to another server in CSGO. This would be useful for a lot of reasons, but would also leave room for abuse which is probably why the developers have...
Forum: Scripting 05-05-2015, 15:28
Replies: 4
Views: 3,519
Posted By thorgot
Re: [CS:GO] +lookatweapon button detection

This (https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#inspect_weapon) exists if you are ok with your code only executing once per weapon inspect.
Forum: Scripting 04-01-2015, 23:05
Replies: 10
Views: 2,137
Posted By thorgot
Re: [CS:GO] After update motd doesn't shows up

The CSGO update tonight fixed it.
Forum: General 03-26-2015, 21:30
Replies: 276
Views: 209,188
Posted By thorgot
Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Lysis & Dissassembler

Is there a way to turn on word wrap? Or can there be?

Love the program so far!
Forum: Plugins 09-18-2014, 13:34
Replies: 50
Views: 43,027
Posted By thorgot
Forum: Extensions 09-15-2014, 19:15
Replies: 39
Views: 35,830
Posted By thorgot
Re: [EXTENSION] Send / Request Files from clients

Looks like you just need to recompile with -lstdc++, like Drifter did with GiveNamedItemEcon here...
Forum: Extensions 09-15-2014, 02:49
Replies: 39
Views: 35,830
Posted By thorgot
Re: [EXTENSION] Send / Request Files from clients

Seems to be broken in the latest version of sourcemod in CSGO:



This extension is great and we use it for several things. Could you please update it?
Forum: Plugin/Gameplay Ideas and Requests 04-16-2014, 10:44
Replies: 2
Views: 509
Posted By thorgot
Re: [Request] Knife Skin Mod/Shop

Here you go. (https://forums.alliedmods.net/showthread.php?t=231790)
Forum: Unapproved Plugins 04-14-2014, 13:38
Replies: 155
Views: 81,846
Posted By thorgot
Re: Knife_Get (With Menu)

Wouldn't a solution for ZE be to add a delay after spawn and teamswitch (which I think happens when a human is infected), and give the knife after the delay?
Forum: Scripting 10-28-2013, 10:16
Replies: 2
Views: 1,453
Posted By thorgot
Re: [CS:GO] Detect if it is in warmup period.

Here you go. (http://forums.alliedmods.net/showpost.php?p=1880778&postcount=7)
Forum: Extensions 09-11-2013, 19:53
Replies: 37
Views: 32,362
Posted By thorgot
Re: [CS:GO] File Upload/Download Protect [UPDATED 02.14.2013]

Thanks for the extension, really appreciate it.
Forum: General 08-17-2013, 00:27
Replies: 123
Views: 64,217
Posted By thorgot
Re: [CRASH] CSGO Update 14/08/2013

OnBuyCommand broke, so if you have a plugin which modifies how many grenades people can buy and limits them using that forward, it will not stop them from buying too many until it's fixed. I had the...
Forum: General 08-16-2013, 10:51
Replies: 123
Views: 64,217
Posted By thorgot
Re: [CRASH] CSGO Update 14/08/2013

I was getting 100% of the time with smlib's Client_GiveWeapon, which creates weapons as entities and then uses EquipPlayerWeapon(client, weapon). When I switched smlib to use GivePlayerItem(client,...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -4. The time now is 09:56.


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