[FilterScript] Hunger Games - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Hunger Games (
/showthread.php?tid=613065)
Hunger Games -
TaiRinsuru - 24.07.2016
Hunger Games v1.0.0
Hello, i will be releasing my Hunger Games.
- Features:
- More players can join the Hunger Games.
- 5 Minutes Timer (you can adjust it).
- Last man standing = wins (next update i will make it receive reward).
- If no players did /joingame - the timer will reset to 5 minutes.
Frequently Asked Questions
Q: How to adjust the timer?
A: http://lmgtfy.com/?q=how+much+5+minutes+in+seconds Change the 5 into your minutes you want.
Make sure you get the result and until to 0.
Q: I found a bug, what will i do?
A: Simply comment it down, i will fix it.
Q: Are you making updates of this filterscript?
A: Yes. I will especially prizes.
Download:
Pastebin
Enjoy
Re: Hunger Games -
TaiRinsuru - 24.07.2016
Quote:
Originally Posted by Iqba
Pictures?Video maybe?
|
Okay, let me take a video.
Re: Hunger Games -
EclipseWho - 24.07.2016
Good Work !
+rep
Re: Hunger Games -
OsvaldoS - 29.07.2016
bug..
just test /joingame by ur self and wait for 5 sec.. thats the bug.
sorry for my bad english
Re: Hunger Games -
Infinity - 29.07.2016
Why did you use that pragma?
Re: Hunger Games -
Hunud - 29.07.2016
Quote:
Originally Posted by Infinity
Why did you use that pragma?
|
On each script you open first what u doing is looking for pragma huh ? lel that's their problem not your.
Re: Hunger Games -
Infinity - 29.07.2016
Quote:
Originally Posted by Hunud
On each script you open first what u doing is looking for pragma huh ? lel that's their problem not your.
|
I do this because using that pragma is
really bad. It should never be used, let alone be released for others to be copied. There's a reason that posts mentioning it as a solution to indentation warnings get removed.
Re: Hunger Games -
HassanShah - 06.08.2016
Where's the hunger game's entrance at santa maria beach
Re: Hunger Games -
TaiRinsuru - 24.03.2018
Quote:
Originally Posted by HassanShah
Where's the hunger game's entrance at santa maria beach
|
you would see a tall fire house,that is the place where the hunger game is located.
Re: Hunger Games -
Nyzenic - 24.03.2018
#pragma tabsize 0?
Don't know how to fix indentation errors?
PHP код:
Delete3DTextLabel(HGLabel);
HGLabel = Create3DTextLabel("{FFFF00}The Hunger Games\nStarting in 5 minutes\n/joingame", -1, 1957.14, 1342.81, 15.37, 10.0, 0, 0);
Anyway, you could just update the 3DTextLabel when the game ends instead of deleting and recreating.
PHP код:
SetupPlayerForClassSelection(playerid);
How is this related to Hunger Games?
And why use OnGameModeInit if this is a filterscript?
Re: Hunger Games -
DarkWorldJack - 24.03.2018
Nice