[FilterScript] Pickup Hunt System
#1

Pickup Hunt System

Hi again all... I am very happy today, i don't know why but i fell want to share this filterscript. I've made this filterscript becouse when i played at nextgenstunting.net, i've found a pickuphunt, i've benn search it all along day and doesn't founded it. And then i try to make a filterscript like that and share it on this forum. Finally it's work!

Function of this FS:
  • /pickuphunt command. It will show the clue of the position of the pickup.
  • It will spawn pickup every 25 second on a random position, so player have to find it by their self.
Bugs:

Nothing found, if you find it, please reply.

Info:

You can remove these line. It's only for position testing.
Код:
new TestPUH;//line 44

CMD:gopickuphunt(playerid, params[])
{
        if(PUHIsStarted == true)
        {
                SetPlayerPos(playerid,pickuphunt[TestPUH][0]+1,pickuphunt[TestPUH][1]+1,pickuphunt[TestPUH][2]);
        } else return SendClientMessage(playerid,0xFF0000FF,"[PICKUPHUNT]: Pickuphunt isn't spawned yet!");
        return 1;
}//line 106 - 103

TestPUH = Random; //line 148
or you can add this to make only rcon admin who can use the "/gopickuphunt" command.
Код:
if(!IsPlayerAdmin(playerid)) return 0;
under the
Код:
CMD:gopickuphunt(playerid, params[])
{
Credits:
  • AiRaLoKa : For making this whole filterscript
  • Zeex : For zcmd
  • ****** : For y_ini
  • Davee (owner of nextgenstunting.net) : For the idea
Screenshot:







Download:
Thank's for reading!
Reply
#2

Intersting,good job I guess.
Reply
#3

thanks Gen3i
Reply
#4

Very Good
Reply
#5

Thank's ProjectNewYork
Reply
#6

Hmm, Nice FS. Keep it Up.
+REP
Reply
#7

Love this FS!
Reply
#8

Good job on this
Reply
#9

Cool FS!!! Keep it up!
Reply
#10

Good Job.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)