FTT Changes, add movement speed options

This commit is contained in:
Jackz 2022-11-11 11:01:08 -06:00
parent 8d9edf2aca
commit e4d3ae5640
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
9 changed files with 71 additions and 43 deletions

View file

@ -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 {