Creating Open & Closed Label?
#1

Anyone know how to make this kind of label?

For example:
pawn Код:
stock openclose(......etc) (or something else, I am not really pro)
if(dini_IntSet(nomefile,"closed",1);
{
   format(tmps, 10, "Closed");
}
else if(dini_IntSet(nomefile,"closed",0);
{
   format(tmps, 10, "Open");
}
etc...
And it should be like
pawn Код:
[ Open ] <- This thing should be attach to openclose or etc...
[ Ajusshi's Business]
etc...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)