mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-10 08:33:20 +00:00
List fixed common limit
This commit is contained in:
parent
069a05e3ca
commit
4782e9ab32
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -157,5 +157,6 @@ public Action Cmd_List(int client, int args) {
|
||||||
ReplyToCommand(client, "%.1f%% Worker Commons", hPercentWorker.FloatValue * 100);
|
ReplyToCommand(client, "%.1f%% Worker Commons", hPercentWorker.FloatValue * 100);
|
||||||
ReplyToCommand(client, "%.1f%% Riot Commons", hPercentRiot.FloatValue * 100);
|
ReplyToCommand(client, "%.1f%% Riot Commons", hPercentRiot.FloatValue * 100);
|
||||||
ReplyToCommand(client, "%.1f%% Jimmy Gibs", hPercentJimmy.FloatValue * 100);
|
ReplyToCommand(client, "%.1f%% Jimmy Gibs", hPercentJimmy.FloatValue * 100);
|
||||||
|
ReplyToCommand(client, "%d total commons allowed", commonLimit);
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue