AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Force Quit HL (https://forums.alliedmods.net/showthread.php?t=569)

Tweek 03-27-2004 22:04

Force Quit HL
 
1 Attachment(s)
This Plugin forces a player to quit half-life or whatever
mod you are running. Its even better than kicking someone
because it exits back to windows! This'll teach those annoying
idiots who always cause trouble in your server.

This is based off of the Drop_weapon plugin so credit goes to
Gorillaz and WRG|IceMouse. I got the idea to make this when i saw
it on the admin mod web site and wished i could still use that
on my server. So thanks to Mustafa for the idea.

The included .amx is for AMX Mod X v0.16 so compile the .sma if
you run another version.

Note: This has been tested on v0.16 so its not my fault if
this doesnt work on other versions.

The Command for this is amx_forcequit [name of player]

[update]: v0.2 changes random stuff. and now the plugin is changed to be at the ADMIN_KICK access level.

mICKE 03-28-2004 05:25

1 Attachment(s)
You must change your include to amxmodx or this plugin will not be approved.

You can check my script who does the exakt same thing what this does.

Tweek 03-28-2004 12:30

OOOPS.... Thanks. Sorry about that i Reposted a fixed version. So if you downloaded the old one you need to get this one instead. :oops:

SniperBeamer 03-28-2004 12:34

select a category

EKS 03-29-2004 19:41

i personaly think admin abuse.

Tweek 03-30-2004 10:57

I disagree i think some of the people that enter my server really diserve it. Seriously there are some idiots out there that think its funny to go into a server and go around TKing the hole team and throwing flashes around there own spawn.

[nFb]GraveKeeper 04-01-2004 17:05

Good plugin but it has one bug. It does not show the command under the amx help menu.

Neo 04-02-2004 13:43

just add
Code:

        register_concmd("amx_forcequit","amx_forcequit",ADMIN_KICK,"<name>") //registers help
something like that to have the help item

Tweek 04-03-2004 11:36

thanks man i knew there was that bug there but i wasnt sure how to fix it... because this was my first plugin.

_KaszpiR_ 04-05-2004 07:12

i can achieve exackly the same without using adtiona plugin - amx_exec <name> quit
but on the other side - i cannot then define the permissions to specified admins to be able to use it, so this plugin is useful anyway :D


All times are GMT -4. The time now is 14:50.

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