Raised This Month: $ Target: $400
 0% 

Solved client_death are not called


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Receiver
New Member
Join Date: Jan 2021
Old 01-04-2021 , 09:17   client_death are not called
Reply With Quote #1

Hello, everybody! client_death are not called when i killing podbots, but it is triggered when i suicide. did not find analogs, with getting the hitplace. help solve the problem or find an alternative, pls
plugin for tests:
PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init()
{
    
register_plugin("unk""0x999""unk");
}

public 
client_death(killervictimweaponhittk)
{
    new 
killer_name[32], victim_name[32];
    
get_user_name(killerkiller_name32);
    
get_user_name(victimvictim_name32);

    
server_print("%s kill %s"killer_namevictim_name);


Last edited by Receiver; 01-04-2021 at 09:31.
Receiver 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 14:07.


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