Raised This Month: $ Target: $400
 0% 

Can anyone help me on this ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Z@C
Member
Join Date: May 2006
Location: Moscow, Russia
Old 06-20-2006 , 04:11  
Reply With Quote #4

you have 1 line not right
Code:
#include <amxmodx> public plugin_init() { register_plugin("deaths_Kicker","1.0","ShadowLeader(123)") register_event("ResetHUD","newRound","b") register_cvar("deaths_limit","10") } public newRound(id) { new authid[32] get_user_authid(id, authid, 31) if(get_user_deaths(id) >= get_cvar_num("deaths_limit")) { server_cmd("kick #%d ^"Reached Death Limits (%d)^"",get_user_userid(id),get_cvar_num("deaths_limit")) server_cmd("banid %d 5",authid) } return PLUGIN_HANDLED }
this is right code,write all
__________________
HLDS protocol 48 (CS 1.1.2.6 build 4883 on FreeBSD 9.0)
AMXX v1.8.1.3746 | METAMOD v1.19p32 | DProto 0.9.87
Web: Nginx 1.0.10 (build 1.1), Apache 2.2.21, PHP 5.3.8, MySQL 5.5.17
Z@C is offline
Send a message via ICQ to Z@C
 



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


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