#parse other placeholder is blank

1 messages · Page 1 of 1 (latest)

chrome delta
#

So im trying to make a profile/stats menu that uses player name args so like /stats <username> all im trying to do for now is to get the placeholders of the player's username to show in the menu, Im using the parseother extension and I have everything installed so there's just something im missing.

#

in the example menu im using im just using a simple ping placeholder so it should show the ping of the username used in the argument but its just blank

topaz pewterBOT
chrome delta
severe cairn
#

you're missing a } after {target}

#

@chrome delta

#

yours: %parseother_{{target}_{player_ping}%
correct: %parseother_{{target}}_{player_ping}%

chrome delta
#

I changed it and it still is blank

severe cairn
#

oh, i believe your args are outdated a little bit

#

not target: 1

chrome delta
#

ok it worked thanks