AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Block command "wait" (https://forums.alliedmods.net/showthread.php?t=134971)

haha1 08-10-2010 17:56

Block command "wait"
 
Hi, could someone write me a plugin to block the command "wait", sory for me language i use translator -.-

naven 08-10-2010 17:59

Re: Block command "wait"
 
Should work
PHP Code:

#include <amxmodx>
#include <amxmisc>
public plugin_init(){
    
register_plugin("Disable wait cmd","1.0","naven")
    
register_clcmd("wait""disable")
}
public 
dissable(id)
{
        return 
PLUGIN_HANDLED;



haha1 08-10-2010 18:14

Re: Block command "wait"
 
Unfortunately does not work, any ideas ?

YamiKaitou 08-10-2010 18:18

Re: Block command "wait"
 
Not possible

ConnorMcLeod 08-11-2010 06:50

Re: Block command "wait"
 
Why do you want to block it ?
It's very usefull for some aliases as fastswitch on mouse :

Code:

alias weapnext "invnext; +attack; wait; -attack"
alias weapprev "invprev; +attack; wait; -attack"


denwer 12-04-2010 09:22

Re: Block command "wait"
 
I also want to block "wait" command.
@ConnorMcLeod you are right this command is usefull for alliases and I want to block aliases for buying extra items on Zombie Plague.
Anyones know how to do this?

Arkshine 12-04-2010 09:24

Re: Block command "wait"
 
That's something it should be fixed in ZP.

phela133 12-04-2010 09:43

Re: Block command "wait"
 
This is not possible...

Arkshine 12-04-2010 09:46

Re: Block command "wait"
 
Why ?

lucas_7_94 12-04-2010 09:54

Re: Block command "wait"
 
The really .

You cannot block the command 'wait'.

But , if you use the ZP , can be fixed in main plugin , that Arkshine said.


All times are GMT -4. The time now is 21:57.

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