mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 04:32:53 +00:00
display_players_stats 1.2.1
This commit is contained in:
parent
e6d7970cc4
commit
8625fc4820
@ -9,20 +9,20 @@ OnPlayerConnected()
|
||||
{
|
||||
for(;;)
|
||||
{
|
||||
level waittill("connected", player);
|
||||
|
||||
level waittill("connected", player);
|
||||
|
||||
// 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
DisplayPlayerKillstreak()
|
||||
|
Loading…
x
Reference in New Issue
Block a user