Thread: [Solved] How to block fastrun script
View Single Post
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 12-18-2019 , 19:40   Re: How to block fastrun script
Reply With Quote #3

Quote:
Originally Posted by JocAnis View Post
easiest will be to detect used aliase and then block (or ban the user)
unfortunately i dont have time now to make it, but if noone reply i will edit it later

try this hardcored way:
Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init() 
{
	register_plugin( "Block fr", "1.0", "fastRunner" )
	
	register_clcmd( "+fr", "fastrun" )
}
public fastrun( id )
{
	client_print( id, print_chat, "[Block] Fast Run BIND is not allowed here!" )
	return PLUGIN_HANDLED
}
Someone can bypass this easy
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY