SA-MP Forums Archive
Creating Open & Closed Label? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Creating Open & Closed Label? (/showthread.php?tid=637227)



Creating Open & Closed Label? - MrAjusshi - 11.07.2017

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...