Dialog List
#1

hello how i can make a color dialog list
i mean i want to make numbers in a dialog list
how i can make them directly from 1-100
without typing 001\n002\n003\n004\n005\n006\n007 in dialog
i want to make this automatically as i type cmd to show dialog
and i get all numbers from 1-100
Reply
#2

PHP код:
for(new 0100i++){
// create a string
// format the string
// show the dialog

Reply
#3

Since 1 and 100 are included, it'd be:
pawn Код:
for (new i = 1; i <= 100; i++)
about adding zeros before the number if the digit is not 3, you can use %02d or %02i in format
Reply
#4

hmm well i already made it
btw thanks for quick response
+rep
Reply
#5

Means 100 in both cases, he can add +1 to i var when formatting if he wants.
Reply
#6

man i did it already and reped you for quick response and
thanks again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)