mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 11:13:20 +00:00
Merge branch 'master' of github.com:Jackzmc/sourcemod-plugins
This commit is contained in:
commit
5b60b8a95f
34 changed files with 2116 additions and 236 deletions
|
@ -95,7 +95,7 @@ public Action Command_GiveOthersBMP(int client, int args) {
|
|||
client,
|
||||
target_list,
|
||||
MAXPLAYERS,
|
||||
COMMAND_FILTER_ALIVE, /* Only allow alive players */
|
||||
COMMAND_FILTER_ALIVE,
|
||||
target_name,
|
||||
sizeof(target_name),
|
||||
tn_is_ml)) <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue