Raised This Month: $ Target: $400
 0% 

amx_kick with reason


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Zky
Member
Join Date: Nov 2005
Old 06-08-2006 , 10:27   amx_kick with reason
Reply With Quote #1

Code:
public cmdKick(id, level, cid) {     if (!cmd_access(id, level, cid, 3))         return PLUGIN_HANDLED     new arg[32]     read_argv(1, arg, 31)     new player = cmd_target(id, arg, 1)         if (!player)         return PLUGIN_HANDLED         new authid[32], authid2[32], name2[32], name[32], userid2, reason[32]         get_user_authid(id, authid, 31)     get_user_authid(player, authid2, 31)     get_user_name(player, name2, 31)     get_user_name(id, name, 31)     userid2 = get_user_userid(player)     read_argv(2, reason, 31)     remove_quotes(reason)         log_amx("Kick: ^"%s<%d><%s><>^" kick ^"%s<%d><%s><>^" (reason ^"%s^")", name, get_user_userid(id), authid, name2, userid2, authid2, reason)         switch (get_cvar_num("amx_show_activity"))     {         case 2: client_print(0, print_chat, "%L", LANG_PLAYER, "ADMIN_KICK_2", name, name2,reason)         case 1: client_print(0, print_chat, "%L", LANG_PLAYER, "ADMIN_KICK_1", name2,reason)     }     if (is_user_bot(player))         server_cmd("kick #%d", userid2)     else     {         if (reason[0])             server_cmd("kick #%d ^"%s^"", userid2, reason)         else             server_cmd("kick #%d", userid2)     }         console_print(id, "[AMXX] Client ^"%s^" kicked", name2)         return PLUGIN_HANDLED }

Language:
ADMIN %s: kick %s with reason: %s

All work, but reason is only one word if i write amx_kick <name> no flood
In game write , ADMIN myname: kick <name> with reason: no
What need to edit, that write full text.

Thanks, sorry for my bad english.
Zky is offline
 



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 16:28.


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