mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 23:43:22 +00:00
FTT Changes, add movement speed options
This commit is contained in:
parent
8d9edf2aca
commit
e4d3ae5640
9 changed files with 71 additions and 43 deletions
|
@ -44,7 +44,7 @@ public int Insta_SpecialHandler(Menu menu, MenuAction action, int client, int pa
|
|||
}
|
||||
SpecialType special = view_as<SpecialType>(specialInt);
|
||||
if(inFace) {
|
||||
if(SpawnSpecialForTarget(special, target, Special_OnTarget)) {
|
||||
if(SpawnSpecialForTarget(special, target, view_as<int>(Special_OnTarget))) {
|
||||
LogAction(client, target, "\"%L\" spawned Insta-%s™ on \"%L\"", client, SPECIAL_NAMES[specialInt-1], target);
|
||||
ShowActivityEx(client, "[FTT] ", "spawned Insta-%s™ on %N", SPECIAL_NAMES[specialInt-1], target);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue