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

kill clients on game end


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pasdoy
New Member
Join Date: Nov 2015
Old 11-06-2015 , 15:37   kill clients on game end
Reply With Quote #1

hey I'm wondering if it's possible for the server to send a window kill command to the client so it closes. User flow could be something like user joins the server, not whitelisted, kill window. Or game end and client's window is killed. Looks like steam has a lot of api, some of you might know one i'm not aware . I'm mostly interested in the kill client window and send messages clients/server, the user flows are only an example.

Thanks,

Last edited by pasdoy; 11-06-2015 at 15:40.
pasdoy is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-06-2015 , 17:14   Re: kill clients on game end
Reply With Quote #2

Killing a clients game is not something VALVe would allow, let alone even do themselves.
There's a way to do it but this isn't the place to get that information nor should you do that.
Even anti-cheats or client oriented software like ESEA doesn't even do that.

If you're looking to get a client out of your server, just kick them, making them quit their game is rude.
Maxximou5 is offline
pasdoy
New Member
Join Date: Nov 2015
Old 11-06-2015 , 17:42   Re: kill clients on game end
Reply With Quote #3

I totally agree with that. I was mostly interested in if the server ha da way to send commands to the client. Great answer, thank you.
pasdoy is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-06-2015 , 19:00   Re: kill clients on game end
Reply With Quote #4

There's different methods depending on what you mean, an example of having clients do something:
PHP Code:
ClientCommand(client"slot1");
FakeClientCommand(client"use weapon_knife");
FakeClientCommandEx(client"jointeam 1"); 
Maxximou5 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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