Raised This Month: $ Target: $400
 0% 

client-command kill forbidden


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
sen-me
Junior Member
Join Date: Jun 2006
Old 06-25-2006 , 06:16   client-command kill forbidden
Reply With Quote #1

the cvar mp_kill is 1

Code:
public client_kill(id)
{
    if(get_cvar_num("mp_kill"))
    {
        new name[32]
        get_user_name(id, name, 31)
        client_print(id, print_chat, "[%s] The command kill is forbidden!", name)
        
        return PLUGIN_HANDLED
    }
}

but why this dont work?
sen-me 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 07:57.


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