Duel System - 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: Duel System (
/showthread.php?tid=267867)
Duel System -
ServerRestart - 10.07.2011
Example : Player types /duel 1, it give you a desert eagle only in the duel, and It creates a duel, everyone see's this on there screen: (Playername) has created a desert eagle duel Type /duel 1 to join. Then when player types /duel 1 they will both spawn in an area with a desert eagle only and first to 2 points wins. How could this be made.?
Re: Duel System -
ServerRestart - 10.07.2011
Anyone?
Re: Duel System -
Toreno - 10.07.2011
You mean like a duel system using only DEAGLE? if so, then use this, not mine and enjoy:
https://sampforum.blast.hk/showthread.php?tid=115603
Re: Duel System -
Hipflop - 10.07.2011
Well, you need the following functions:
SetPlayerPos,
ResetPlayerWeapons (or you temp store them when you enter the duel),
GivePlayerWeapon.
Re: Duel System -
ServerRestart - 10.07.2011
Thanks just what i was looking for!