AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CSGO Idle (https://forums.alliedmods.net/showthread.php?t=332057)

Mozzie4k 04-20-2021 14:01

CSGO Idle
 
Anybody knows if that is possible to make a IDLE server kick a player that got a case drop ?

oqyh 04-21-2021 01:27

Re: CSGO Idle
 
Quote:

Originally Posted by Mozzie4k (Post 2744650)
Anybody knows if that is possible to make a IDLE server kick a player that got a case drop ?

mp_autokick 0

This command would disable the auto kick feature.

mp_autokick 1

This command would enable the auto kick feature (default).

Mozzie4k 04-21-2021 03:24

Re: CSGO Idle
 
Quote:

Originally Posted by oqyh (Post 2744687)
mp_autokick 0

This command would disable the auto kick feature.

mp_autokick 1

This command would enable the auto kick feature (default).

Either you misread what i want or you just assumed it without reading :nono:
Thx for pesponding anyway :)

BeepIsla 04-21-2021 07:03

Re: CSGO Idle
 
You would have to make a plugin which either listens for the item_found game event or for one of the UserMessages, I don't know which one, you would have to experiment.

To make it easier I dug around and while it might have changed according to the CSGO source code its the SendPlayerItemDrops UserMessage, the wiki says "repeated ?" for its type but this is the actual type.

Mozzie4k 04-21-2021 07:09

Re: CSGO Idle
 
Quote:

Originally Posted by BeepIsla (Post 2744702)
You would have to make a plugin which either listens for the item_found game event or for one of the UserMessages, I don't know which one, you would have to experiment.

To make it easier I dug around and while it might have changed according to the CSGO source code its the SendPlayerItemDrops UserMessage, the wiki says "repeated ?" for its type but this is the actual type.

Thank you very much. I usually google everything i need but this time i had no idea what i was looking for.


All times are GMT -4. The time now is 04:26.

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