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

Showing results 1 to 25 of 90
Search took 0.01 seconds.
Search: Posts Made By: xm3kilo
Forum: Scripting 08-22-2020, 01:20
Replies: 1
Views: 696
Posted By xm3kilo
[CSGO] Is there a way to add players to the spectate list?

For example,

Say 10 people are alive, I want to be able to choose who I want dead players to spectate, e.g add and remove players.

I can't find anything about flags on a player or some sort of...
Forum: General 05-12-2020, 01:28
Replies: 19
Views: 5,699
Posted By xm3kilo
Re: Latest update has fucked everything

New CSGO update just before.

Didn't fix the models.
Forum: General 05-11-2020, 20:57
Replies: 19
Views: 5,699
Posted By xm3kilo
Re: Latest update has fucked everything

Yeah, hats where spawning at feet. Player legs weren't moving. Players spawning in random locations and other little issues. Turning off player models fixed this.

gg lol
Forum: General 05-11-2020, 20:53
Replies: 19
Views: 5,699
Posted By xm3kilo
Re: Latest update has fucked everything

Even respawning in the middle of nowhere? Lol

EDIT: Can confirm, removing models stopped people from spawning randomly... Sigh.
Forum: General 05-11-2020, 20:46
Replies: 19
Views: 5,699
Posted By xm3kilo
Re: Latest update has fucked everything

I assume it's gamedata related, sm/mm?
Forum: General 05-11-2020, 20:39
Replies: 19
Views: 5,699
Posted By xm3kilo
Latest update has fucked everything

All of the custom player models are broken, errors spamming console:

Missing weapon hand bone attachment for player model.


People are spawning at random locations around the map, in walls,...
Forum: Scripting 03-28-2020, 07:47
Replies: 3
Views: 1,014
Posted By xm3kilo
Re: SetClientListening() not working for GOTV

What I'm doing is hooking voice chat, when a player talks when they shouldn't, muting them in GOTV as well so they aren't heard in demos.

If I print to chat in that function, GOTV gets the message...
Forum: Scripting 03-27-2020, 23:09
Replies: 3
Views: 1,014
Posted By xm3kilo
SetClientListening() not working for GOTV

Hi guys,

I'm trying to mute players in GOTV (and thus demos), the following code does not work:


public void SetGotvListeningFlags(int target, ListenOverride override)
{
for (int i = 1;...
Forum: Scripting 03-25-2020, 03:41
Replies: 8
Views: 1,389
Posted By xm3kilo
Re: AddCommandOverride is broken

I tried the latest version of Sourcemod, and one from late last year, both render the same effects. Sourcemod console commands are not case sensitive thus bypassing command overrides.
Forum: Unapproved Plugins 03-21-2020, 09:48
Replies: 27
Views: 37,016
Posted By xm3kilo
Re: [CSGO] Server Crasher Exploit Patch [3/20/2020]

You've been hard a work lately, keep doing Gaben's work
Forum: Scripting 03-21-2020, 09:20
Replies: 8
Views: 1,389
Posted By xm3kilo
Re: AddCommandOverride is broken

Doesn't really answer or address my question. For the most part, AddCommandOverride works fine, it's just that it looks like commands are handled differently in console vs chat thus bypassing...
Forum: Scripting 03-21-2020, 05:20
Replies: 8
Views: 1,389
Posted By xm3kilo
AddCommandOverride is broken

So with the in-game chat, it's case sensitive, e.g !slay works but !SLAY doesn't.

That's fine.

grp.AddCommandOverride("sm_slay", Override_CommandGroup, Command_Deny);

In chat, !slay doesn't...
Forum: Plugins 03-08-2020, 00:29
Replies: 32
Views: 32,323
Posted By xm3kilo
Re: [CSGO] Server Lagger Exploit Security Patch [3/7/2020]]

My servers are still being crashed even with this installed.
Forum: Plugins 11-18-2019, 23:04
Replies: 156
Views: 99,276
Posted By xm3kilo
Re: [ANY] VoiceannounceEX (VoiceHook)

Need gamedata update...
Forum: Source Servers (SRCDS) 06-27-2019, 04:54
Replies: 3
Views: 1,113
Posted By xm3kilo
Re: I don't know why my server getting crashes

Mine aren't readable either /shrug
Forum: Scripting 05-04-2019, 04:00
Replies: 5
Views: 1,368
Posted By xm3kilo
Re: Some players cant be spectated?

I've looked through all my plugins and nothing messes with m_hObserverTarget

So I'm completely lost, I wonder what's causing it, shouldn't have to recreate the spectator functionality lol
Forum: Scripting 05-03-2019, 02:37
Replies: 5
Views: 1,368
Posted By xm3kilo
Re: Some players cant be spectated?

Yeah already tried that, doesn't work. Force spectating someone will lock you to that person
Forum: Scripting 05-02-2019, 08:30
Replies: 5
Views: 1,368
Posted By xm3kilo
Some players cant be spectated?

Randomly players will suddenly no be able to be spectated, and spectators cant select them. If a player uses spec_player etc, they will spec them but then they cannot change from that person.

Is...
Forum: Source Servers (SRCDS) 03-20-2019, 03:57
Replies: 0
Views: 770
Posted By xm3kilo
Spamming either 1 or 2 when joining a server crashes it?

Is this a sourcemod exploit or related to a plugin? Never seen this..

Here's an example accelerator
https://crash.limetech.org/k52ncub2q5vp

Obviously 1 or 2 makes you join a team immediately....
Forum: Scripting 12-30-2018, 21:16
Replies: 10
Views: 1,824
Posted By xm3kilo
Re: TeleportEntity not teleporting players

Yeah tried that, but I think the game still thinks they're in their previous state. Wonder if there's a flag or something
Forum: Scripting 12-30-2018, 10:32
Replies: 10
Views: 1,824
Posted By xm3kilo
Re: TeleportEntity not teleporting players

Yeah, we can replicate it on multiple maps that do a specific thing, player walks into a teleport as they're moving / falling, and then gets teleported INTO the object (ever so slightly) and no...
Forum: Scripting 12-30-2018, 06:43
Replies: 10
Views: 1,824
Posted By xm3kilo
Re: TeleportEntity not teleporting players

...this isn't code specific, it's engine / something else related.

All there is is a float vector of a location and the TeleportEntity.

Dunno how this is so hard to understand.
Forum: Scripting 12-30-2018, 06:27
Replies: 10
Views: 1,824
Posted By xm3kilo
Re: TeleportEntity not teleporting players

CS:GO


TeleportEntity(target, pos, NULL_VECTOR, NULL_VECTOR);


Simple TeleportEntity(), works for everything except when the player gets stuck in something as they fall / tp there
Forum: Scripting 12-30-2018, 05:02
Replies: 10
Views: 1,824
Posted By xm3kilo
TeleportEntity not teleporting players

Hey guys,

I have a function that teleports a player, works perfectly, code is flawless. However..
There seems to be a big where if a player is stuck inside an object such as a normal brush, in a...
Forum: Scripting 12-23-2018, 00:24
Replies: 6
Views: 1,883
Posted By xm3kilo
Re: Detect F2P / Non prime

That's not a good attitude.

'If you don't have time to research then don't bother at all'

Coming from someone in a position such as yourself is very sad. An ego check is much needed.
Not...
Showing results 1 to 25 of 90

 
Forum Jump

All times are GMT -4. The time now is 12:05.


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