Skip to content

Commit

Permalink
Use square brackets for optional command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiagoquix authored Dec 27, 2023
1 parent fc8b0d5 commit e6d73cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/rtd.sp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public Action Command_ForceRTD(int client, int args)
{
if (args < 1)
{
ReplyToCommand(client, "[SM] Usage: sm_forcertd <player> <perk id>* <time>* <override class restriction (0 / 1)>*");
ReplyToCommand(client, "[SM] Usage: sm_forcertd <target> [perk ID] [time in seconds] [override class restriction (0/1)]");
return Plugin_Handled;
}

Expand Down

0 comments on commit e6d73cd

Please sign in to comment.