04.06.2015, 00:02
Little help here.
I want to make it so that players can use /cmd [Username / ID] $500 or /cmd [Username / ID] 500.
I tried
but that makes it require the $.
I want the $ to be optional.
I want to make it so that players can use /cmd [Username / ID] $500 or /cmd [Username / ID] 500.
I tried
pawn Код:
sscanf(params, "u{'$'}d", id, amount)
I want the $ to be optional.