mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 20:13:20 +00:00
Update
This commit is contained in:
parent
ea0bc8c543
commit
28796e46cf
19 changed files with 165 additions and 132 deletions
|
@ -48,7 +48,7 @@ Action Command_Status(int client, int args) {
|
|||
int exceedRestartMin = exceedRestart / 60;
|
||||
int exceedRestartHour = exceedRestartMin / 60;
|
||||
ReplyToCommand(client, "Overdue restart time: %d hr / %d min / %d s", exceedRestartHour, exceedRestartMin, exceedRestart);
|
||||
ReplyToCommand(client, "triesBots = %d\ttriesEmpty = %d / %d", triesBots, triesEmpty);
|
||||
ReplyToCommand(client, "triesBots = %d\ttriesEmpty = %d / %d", triesBots, triesEmpty, 4);
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue