SA-MP Forums Archive
[FilterScript] Pickup Hunt 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Pickup Hunt System (/showthread.php?tid=480854)



Pickup Hunt System - AiRaLoKa - 13.12.2013

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:
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:
Screenshot:







Download:
Thank's for reading!


Re: Pickup Hunt System - Gen3i - 13.12.2013

Intersting,good job I guess.


Re: Pickup Hunt System - AiRaLoKa - 13.12.2013

thanks Gen3i


Re: Pickup Hunt System - ProjectNewYork - 13.12.2013

Very Good


Re: Pickup Hunt System - AiRaLoKa - 13.12.2013

Thank's ProjectNewYork


Re: Pickup Hunt System - FahadKing07 - 14.12.2013

Hmm, Nice FS. Keep it Up.
+REP


Re: Pickup Hunt System - TahaAsif12 - 14.12.2013

Love this FS!


Re: Pickup Hunt System - LeGGGeNNdA - 14.12.2013

Good job on this


Re: Pickup Hunt System - saikumar - 14.12.2013

Cool FS!!! Keep it up!


Re: Pickup Hunt System - MadLeet - 14.12.2013

Good Job.