Raised This Month: $12 Target: $400
 3% 

Make Code to amx file? (anti bhop plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
riz
Junior Member
Join Date: Feb 2007
Old 02-14-2007 , 10:59   Make Code to amx file? (anti bhop plugin)
Reply With Quote #1


Hello i tried to make this code/plugin to a amxx file.

This is what i have;

////////////////////////////////////////////////////////////////////////////////

#include <amxmod>
#include <Vexd_Utilities>

new somestring[32]

public plugin_init() {
register_plugin("Anti-Bhop","1.0","p3ts1n")
new detectcmd[32]
format(detectcmd,31, "plop%d%d%d", random_num(0,99), random_num(0,99), random_num(0,99))
register_clcmd(detectcmd, "detected")
format(somestring,31, " alias _special %s",detectcmd)
}

public client_prethink(id) {
if(!is_user_alive(id)) return PLUGIN_CONTINUE

new buttons = Entvars_Get_Int(id, EV_INT_button)
new oldbuttons = Entvars_Get_Int(id, EV_INT_oldbuttons)
if(buttons&IN_JUMP && !(oldbuttons&IN_JUMP))
client_cmd(id, "%s", somestring)

return PLUGIN_CONTINUE
}

public detected(id) {
new flags = Entvars_Get_Int(id, EV_INT_flags)
if(!(flags&FL_WATERJUMP) && !(flags&FL_ONGROUND) && Entvars_Get_Int(id, EV_INT_waterlevel) < 2) {
new name[32], steamid[34]
get_user_name(id, name,31)
get_user_authid(id, steamid,33)
set_hudmessage(255, 0, 0, 0.02, 0.45, 1, 0.0, 5.0, 0.0, 0.5, 1)
show_hudmessage(0,"[AntiBhop]^nBhop-script detected on^n%s (%s)", name, steamid)
server_cmd("kick #%d", get_user_userid(id))
}
return PLUGIN_HANDLED
}

//////////////////////////////////////////////////////////////////////////////////
-_-


I used notepad to copy the text and paste into another amxx file
but it didnt work that way!
Maybe someone can tell me how to do it or make one for me?
i would be very thankfull
/Riz
riz is offline
godlike
Senior Member
Join Date: Apr 2005
Old 02-14-2007 , 12:58   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #2

Wrong forum post this in scripting help .You have to compile it.
__________________
Read the rules before posting something stupid: click here

Any questions about amxx PM me
godlike is offline
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 02-14-2007 , 13:05   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #3

Moved to scripting help.
sawce is offline
godlike
Senior Member
Join Date: Apr 2005
Old 02-14-2007 , 14:31   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #4

Here you go

Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size: 568 bytes
Code size: 1584 bytes
Data size: 596 bytes
Stack/heap size: 16384 bytes; estimated max. usage=169 cells (676 bytes)
Total requirements: 19132 bytes
Done.
Attached Files
File Type: sma Get Plugin or Get Source (1.sma - 1433 views - 1.1 KB)
__________________
Read the rules before posting something stupid: click here

Any questions about amxx PM me
godlike is offline
riz
Junior Member
Join Date: Feb 2007
Old 02-14-2007 , 15:13   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #5

i love you thanks very much ^^ <3
__________________
<3 RastafaraI
riz is offline
riz
Junior Member
Join Date: Feb 2007
Old 02-14-2007 , 16:03   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #6

Well it didnt work as i thought ^^
But i did find another plugin that works fine with detecting bh script so pm me if someone wants it.
peace!
__________________
<3 RastafaraI
riz is offline
jab
Member
Join Date: Aug 2007
Location: Czech republic
Old 08-27-2007 , 16:21   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #7

Quote:
Originally Posted by riz View Post
Well it didnt work as i thought ^^
But i did find another plugin that works fine with detecting bh script so pm me if someone wants it.
peace!
riz, or somebody here pls where can i download anti bhop script plguin ?

"detecting bh script"

thx
jab is offline
Send a message via ICQ to jab
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 08-28-2007 , 02:19   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #8

This one detects the 3 scripts :

http://xtreme-jumps.eu/forum_viewtopic.php?46.52518
ConnorMcLeod is offline
jab
Member
Join Date: Aug 2007
Location: Czech republic
Old 08-28-2007 , 02:57   Re: Make Code to amx file? (anti bhop plugin)
Reply With Quote #9

thanks very much <3
jab is offline
Send a message via ICQ to jab
Old 02-14-2007, 16:31
Da_sk8rboy
This message has been deleted by Da_sk8rboy. Reason: use [small] & [/small] around your code..
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 14:13.


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