mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 17:43:20 +00:00
Update FTT
This commit is contained in:
parent
5c8cdd4019
commit
42497b76f2
6 changed files with 55 additions and 19 deletions
|
@ -215,10 +215,10 @@ public int ChooseClumsySlotHandler(Menu menu, MenuAction action, int param1, int
|
|||
return;
|
||||
}else if(slot == -1) {
|
||||
for(int i = 0; i <= 4; i++) {
|
||||
ThrowItemToClosestPlayer(client, i);
|
||||
ThrowItemToPlayer(client, param1, i);
|
||||
}
|
||||
} else {
|
||||
ThrowItemToClosestPlayer(client, slot);
|
||||
ThrowItemToPlayer(client, param1, slot);
|
||||
}
|
||||
LogAction(param1, client, "\"%L\" activated troll \"Throw It all\" slot=%d for \"%L\"", param1, slot, client);
|
||||
ShowActivityEx(param1, "[FTT] ", "activated troll \"Throw It All\" for %N. ", client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue