Help ! - 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: Help ! (
/showthread.php?tid=313846)
Help ! -
zxc1 - 27.01.2012
Hi,
How do I make a check if just one last?
For Exmaple:
Admin started an event... everyone joined it, and when just one last it will write to everyone who won.
Thanks !
Re: Help ! -
zxc1 - 28.01.2012
Bump
Re: Help ! -
MP2 - 28.01.2012
When players join, add one to a variable, when they leave, subtract one. If its 1 declare the winner.