SA-MP Forums Archive
Capturin zones - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Capturin zones (/showthread.php?tid=277524)

Pages: 1 2


Re: Capturin zones - Riddick94 - 18.08.2011

Variable += 1; when player enter checkpoint. If there's two players in checkpoint it will automaticly add += 2;

pawn Код:
switch(Variable)
{
case 1:SetProgressBarValue([...], +10);
case 2:------,,--------------- +20);
}
UpdateProgressBarValue
I will not work for you.


Re: Capturin zones - Admigo - 18.08.2011

Cant get it to work:S