Minigame Problem - 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: Minigame Problem (
/showthread.php?tid=396900)
Minigame Problem -
PryX0G3n - 02.12.2012
Hey guys, how to create a derby system?
how can I check if there are players, if you have already started the derby, check the winner, put a cap on players?
thanks in advance
Re: Minigame Problem -
PryX0G3n - 05.12.2012
SUPER UP!
Re: Minigame Problem -
PryX0G3n - 08.12.2012
Up! please.
Re: Minigame Problem -
PryX0G3n - 09.12.2012
43 views 0 reply ._.
Re: Minigame Problem -
deb014 - 09.12.2012
Quote:
Originally Posted by PryX0G3n
Hey guys, how to create a derby system?
how can I check if there are players,
|
https://sampwiki.blast.hk/wiki/Areacheck
Quote:
Originally Posted by PryX0G3n
if you have already started the derby,
|
I think a simple boolean variable would be useful.
Quote:
Originally Posted by PryX0G3n
check the winner,
|
again
https://sampwiki.blast.hk/wiki/Areacheck
Quote:
Originally Posted by PryX0G3n
put a cap on players?
thanks in advance
|
https://sampwiki.blast.hk/wiki/AttachObjectToPlayer
Re: Minigame Problem -
Devilxz97 - 09.12.2012
use a variables.
Re: Minigame Problem -
PryX0G3n - 09.12.2012
Thanks.