This commit is contained in:
Jackz 2022-08-04 18:20:59 -05:00
parent 441bcb9b73
commit 9d25a36891
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
3 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,7 @@ public Action Command_InstaSpecial(int client, int args) {
GetCmdArg(2, arg2, sizeof(arg2));
}
char target_name[MAX_TARGET_LENGTH];
int target_list[MaxClients], target_count;
int target_list[MAXPLAYERS], target_count;
bool tn_is_ml;
if ((target_count = ProcessTargetString(
arg1,
@ -85,7 +85,7 @@ public Action Command_InstaSpecialFace(int client, int args) {
GetCmdArg(2, arg2, sizeof(arg2));
}
char target_name[MAX_TARGET_LENGTH];
int target_list[MaxClients], target_count;
int target_list[MAXPLAYERS], target_count;
bool tn_is_ml;
if ((target_count = ProcessTargetString(
arg1,