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

Showing results 1 to 25 of 412
Search took 0.03 seconds.
Search: Posts Made By: dilalmon
Forum: Source Servers (SRCDS) 11-03-2016, 15:52
Replies: 6
Views: 1,810
Posted By dilalmon
Re: (CSGO) crashing after 11/1/16 update (accelerator dumps)

All it does is swapping player positions between the spawns, though.
It freezes the clients by making their movement type NONE. Interestingly, it does not consistently happen.
Forum: Extensions 11-03-2016, 10:34
Replies: 82
Views: 54,402
Posted By dilalmon
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

Thanks, Tony.
I'll have it running across all of the servers for a day and let you know here.
Forum: Snippets and Tutorials 11-02-2016, 19:21
Replies: 83
Views: 94,398
Posted By dilalmon
Re: EmitSoundAny - Cross-game sound emitting (aka CS:GO compatible) (1.0.2, 2014-03-1

The audio gets played somewhere in the map (maybe at 0,0,0) which causes this issue.
So if you're spectating near it, you can kind of hear it.
Forum: Scripting 11-02-2016, 19:16
Replies: 6
Views: 2,519
Posted By dilalmon
Re: [CSGO] Weird behaviour with 'm_szArmsModel'

I've spent two days trying to find a workaround, but I had no luck.
So yes, you need to kill the player and respawn them in order for the change to get applied.
Forum: Source Servers (SRCDS) 11-02-2016, 19:14
Replies: 6
Views: 1,810
Posted By dilalmon
Re: (CSGO) crashing after 11/1/16 update (accelerator dumps)

Be careful using this extension as this also kicks legitimate players if you use any plugins with TeleportEntity().
Forum: Extensions 11-02-2016, 19:13
Replies: 82
Views: 54,402
Posted By dilalmon
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

I don't understand the reasoning behind the kick included in the code.
I wanted to remove it and upload it here, but nobody was able to help me...
Forum: General 10-25-2016, 19:16
Replies: 5
Views: 1,819
Posted By dilalmon
Re: [CSGO] Change alpha of equipped weapons world model

This doesn't seem to be working for me...
Forum: General 10-25-2016, 17:37
Replies: 5
Views: 1,819
Posted By dilalmon
Re: [CSGO] Change alpha of equipped weapons world model

That's a shame.
Do you happen to have the invisible model that you can share?
Forum: General 10-25-2016, 16:47
Replies: 5
Views: 1,819
Posted By dilalmon
[CSGO] Change alpha of equipped weapons world model

Is there any way to change the alpha of equipped weapons world models?

I don't want to make it entirely invisible. I want to set the alpha level.

Is this possible?
Forum: Coding MM:S Plugins & SM Extensions 10-17-2016, 12:23
Replies: 6
Views: 5,263
Posted By dilalmon
Re: How do you build SourceMod extension on Windows?

After running it, it still can't find the suitable CC compiler. This is so weird.

J:\CDevelopment\ProjectRepos\Git\SourceEngine1\alliedmodders\sourcemod\public\sample_ext\build>cl.exe
Microsoft...
Forum: Coding MM:S Plugins & SM Extensions 10-17-2016, 08:54
Replies: 6
Views: 5,263
Posted By dilalmon
Re: How do you build SourceMod extension on Windows?

I executed the batch file from command prompt. Not sure if it worked because it didn't output anything, but afterwards I tried "python ../configure.py" in the build folder of the sample extension and...
Forum: Plugins 10-16-2016, 18:18
Replies: 54
Views: 21,936
Posted By dilalmon
Re: [CS:GO] Extended Paintball (Gamemode) [1.2.0]

Yeah it looks like it. I forked it from the dev branch and added the code in.


This plugins works fine on 32 players, but it seems to hit the server a little bit.
Reported sv: 25.1 +- 4.5ms,...
Forum: Plugins 10-16-2016, 10:26
Replies: 54
Views: 21,936
Posted By dilalmon
Re: [CS:GO] Extended Paintball (Gamemode) [1.2.0]

Nice. The server goes up to 43 players on peak so I'll report back about the performance.

By the way, this seems to have some conflict with my unlimited reload plugin.
It does this on...
Forum: Plugins 10-16-2016, 02:19
Replies: 54
Views: 21,936
Posted By dilalmon
Re: [CS:GO] Extended Paintball (Gamemode) [1.2.0]

How well would this perform on a 30-player server?
Forum: Coding MM:S Plugins & SM Extensions 10-15-2016, 13:41
Replies: 6
Views: 5,263
Posted By dilalmon
Re: How do you build SourceMod extension on Windows?

I did. I tried using the 2013 one and 2015 one (x86 native).
I would browse to the build folder that's inside the source folder of the sample extension in the VS cmd prompt, and type "python...
Forum: Coding MM:S Plugins & SM Extensions 10-15-2016, 01:55
Replies: 6
Views: 5,263
Posted By dilalmon
How do you build SourceMod extension on Windows?

I'm struggling to build the sample SourceMod extension.
I read the wiki on ambuild and building SourceMod extension, and followed the exact instructions.

I already have alliedmodder repos cloned...
Forum: Extensions 10-15-2016, 01:32
Replies: 82
Views: 54,402
Posted By dilalmon
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

Can anyone compile it without kicking the clients?

I tried building it myself, but trying to even build it outputs "Exception: Unable to find a suitable CC compiler".
I do have Visual Studio 2015...
Forum: Source Servers (SRCDS) 10-13-2016, 17:10
Replies: 19
Views: 4,740
Posted By dilalmon
Re: DDoS Protection

NFO has terrible DDOS protection.
The only thing good about them is service and reliable (not well DDOS-protected) network.
They null route your servers for 24 hours if you receive large attacks.
...
Forum: Extensions 10-10-2016, 09:35
Replies: 82
Views: 54,402
Posted By dilalmon
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

We have a plugin that freezes the clients and unfreezes them.
Right as they unfreeze they get teleported to other player's spawn.

SetEntityMoveType (client, MOVETYPE_WALK);
TeleportEntity...
Forum: Extensions 10-09-2016, 19:33
Replies: 82
Views: 54,402
Posted By dilalmon
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

This also seems to kick valid clients.
Is there any way to block the command and not kick them?
Forum: Source Servers (SRCDS) 10-02-2016, 16:32
Replies: 1
Views: 746
Posted By dilalmon
CSGO Server Crash

It looks like one of my server is crashing. It has to do with one of the latest CSGO updates because the server hasn't crashed for a long time.

Could I get some help?

Here's the link to the...
Forum: Scripting 09-14-2016, 18:04
Replies: 8
Views: 2,194
Posted By dilalmon
Re: [CSGO] players falling through objects

One thing I can think of is fun_allinone_csgo where players rarely drop through the uplifting platform in the knife arena.
It may be happening to CS:S ported maps only?
Forum: Scripting 09-14-2016, 17:16
Replies: 8
Views: 2,194
Posted By dilalmon
Re: [CSGO] players falling through objects

Yes, I am!
However, I don't think it's the map. I have a couple of other maps (one other being a poor PirateWars remake) that does this only when there are that many people.
It only happens when...
Forum: Scripting 09-14-2016, 08:46
Replies: 8
Views: 2,194
Posted By dilalmon
Re: [CSGO] players falling through objects

I have sv_turboyphysics disabled and have cs_enable_player_physics_box on.
The map maker designed the map for cs_enable_player_physics_box 1.
...
Forum: Scripting 09-13-2016, 23:46
Replies: 8
Views: 2,194
Posted By dilalmon
[CSGO] players falling through objects

This only happens when a massive amount (more than 10?) of players get teleported to a same location (perhaps?).
Players seem to fall through moving platforms or objects after getting teleported.
...
Showing results 1 to 25 of 412

 
Forum Jump

All times are GMT -4. The time now is 20:48.


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