mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 01:23:20 +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
|
@ -112,7 +112,7 @@ public Action Command_InstaSpecialFace(int client, int args) {
|
|||
for (int i = 0; i < target_count; i++) {
|
||||
int target = target_list[i];
|
||||
if(GetClientTeam(target) == 2) {
|
||||
if(SpawnSpecialForTarget(specialType, target, Special_OnTarget)) {
|
||||
if(SpawnSpecialForTarget(specialType, target, view_as<int>(Special_OnTarget))) {
|
||||
LogAction(client, target, "\"%L\" spawned Insta-%s™ at player \"%L\"", client, arg2, target);
|
||||
successes++;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue