mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
fixed bug am48308
This commit is contained in:
parent
96c49f4ff9
commit
b110021f4f
@ -758,6 +758,8 @@ public client_death(killer,victim,wpnindex,hitplace,TK)
|
|||||||
}
|
}
|
||||||
|
|
||||||
public showDoubleKill(){
|
public showDoubleKill(){
|
||||||
|
if (g_KillCount < 2)
|
||||||
|
return
|
||||||
new pos = g_KillCount - 2
|
new pos = g_KillCount - 2
|
||||||
if ( pos > 2 ) pos = 2
|
if ( pos > 2 ) pos = 2
|
||||||
if ( DoubleKill ) {
|
if ( DoubleKill ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user