SA-MP Forums Archive
Is it possible? - 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: Is it possible? (/showthread.php?tid=332746)



Is it possible? - ixesas - 09.04.2012

Hi, so i have Count system, and I want to create count showing on/off toogle, i mean when player write /icount - it will not be displayed.
Is it possible?


Re: Is it possible? - Shabi RoxX - 09.04.2012

yup this is possible by just using a single Variable :


Re: Is it possible? - Cjgogo - 09.04.2012

I guess you use GameTextForPlayer to show it,so in my point of view,isn't really possible,but you could get the count seconds when the player typeed the command,and make a GameTextForPlayer showing space(nothing) for the number of seconds left in the countdown.