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

AMX Mod X 1.76d Released, 3 Year Anniversary


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Jheshka
Senior Member
Join Date: Dec 2005
Old 04-05-2007 , 23:49   Re: AMX Mod X 1.76d Released, 3 Year Anniversary
#24

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
 


Thread Tools
Display Modes

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 06:20.


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