AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How to count kills? (https://forums.alliedmods.net/showthread.php?t=303310)

TheSpaniard 12-02-2017 08:46

How to count kills?
 
I want to count kills of of a player. How to do it

eyal282 12-02-2017 09:02

Re: How to count kills?
 
get_user_frags(index)

DjSoftero 12-02-2017 10:27

Re: How to count kills?
 
in case you use a plugin which resets frags like /rs, then do smth like this:
PHP Code:

new global_frags_variable[33]
public 
client_death(killervictim) {
    
global_frags_variable[killer]++




All times are GMT -4. The time now is 01:36.

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