PDA

View Full Version : format()


MagicShot
03-22-2004, 22:07
Will this work? Or How would I be able to call an array within format?

format(menu_msg,256,"\yDisable the weaponname[curvote] ? \w^n^n1. Yes^n2. No")

BAILOPAN
03-22-2004, 22:28
format(message, 256, msg,256,"\yDisable the weapon %s? \w^n^n1. Yes^n2. No", weaponname)