11.07.2017, 07:02
Anyone know how to make this kind of label?
For example:
And it should be like
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...
pawn Код:
[ Open ] <- This thing should be attach to openclose or etc...
[ Ajusshi's Business]
etc...