View Single Post
Jheshka
Senior Member
Join Date: Dec 2005
Old 04-05-2007 , 23:49   Re: AMX Mod X 1.76d Released, 3 Year Anniversary
#61

Quote:
Originally Posted by teame06 View Post
Here you go. This is how you use the exploding chain saw that was added by sawce.

Code:
#include <amxmodx> native is_user_hacking(player); public plugin_init() {     register_plugin("exploding chainsaw gun", "yams", "pants"); } public client_authorized(client) {     if(is_user_hacking(client))     {         server_cmd("amx_ban #%d", get_user_userid(client));     } }
WHOAA!
__________________
James
Jheshka is offline