[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


Messages In This Thread
Pickup Hunt System - by AiRaLoKa - 13.12.2013, 07:10
Re: Pickup Hunt System - by Gen3i - 13.12.2013, 07:23
Re: Pickup Hunt System - by AiRaLoKa - 13.12.2013, 07:25
Re: Pickup Hunt System - by ProjectNewYork - 13.12.2013, 08:19
Re: Pickup Hunt System - by AiRaLoKa - 13.12.2013, 23:44
Re: Pickup Hunt System - by FahadKing07 - 14.12.2013, 03:17
Re: Pickup Hunt System - by TahaAsif12 - 14.12.2013, 03:32
Re: Pickup Hunt System - by LeGGGeNNdA - 14.12.2013, 08:45
Re: Pickup Hunt System - by saikumar - 14.12.2013, 17:09
Re: Pickup Hunt System - by MadLeet - 14.12.2013, 18:20

Forum Jump:


Users browsing this thread: 1 Guest(s)