#ACF doubts
1 messages · Page 1 of 1 (latest)
I'm trying to implement this subcommand which usage is /test givepoints [player] <amount> but for some reason when I try to use this command inside the game the parameters [player] and [amount] are inverted. The command just work if I type /test givepoints <amount> [player]
and when I try to type it in the correct order a message appears indicating the correct syntax, even though I'm already using the correct syntax for the command.
"Usage: /test givepoints [player] <amount>"
Does anyone know what might be wrong?
I just tested it and it solved my problem, thank you