mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 12:42:54 +00:00
display_players_stats 1.2.1
This commit is contained in:
parent
e6d7970cc4
commit
8625fc4820
@ -13,12 +13,12 @@ OnPlayerConnected()
|
||||
|
||||
// Don't thread DisplayPlayerKillstreak() on bots
|
||||
if (isDefined(player.pers["isBot"]))
|
||||
{
|
||||
if (player.pers["isBot"])
|
||||
{
|
||||
continue; // skip
|
||||
}
|
||||
}
|
||||
{
|
||||
if (player.pers["isBot"])
|
||||
{
|
||||
continue; // skip
|
||||
}
|
||||
}
|
||||
|
||||
player thread DisplayPlayerKillstreak();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user