11.07.2010, 08:10
Well, it depends what you would want the dialog to say. Like, if you wanted it to say:
Then maybe not. You could just format one string, and show in the dialog the returned value of the variable.
In the end, it depends on what you have the variables saving (0 and 1 or something else) and what you want to display.
pawn Код:
Colt 45 - 1
Cigarrete - 1
Cellphone - 0
// etc
pawn Код:
format(string, sizeof(string), "Colt 45 - %d \n Cigarrete - %d \n Cellphone - %d \n Watch - %d \n Radio - %d", /*variables holding the players information here*/);