13.12.2013, 07:10
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:
Nothing found, if you find it, please reply.
Info:
You can remove these line. It's only for position testing.
or you can add this to make only rcon admin who can use the "/gopickuphunt" command.
under the
Credits:
Download:
Thank's for reading!
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.
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
Код:
if(!IsPlayerAdmin(playerid)) return 0;
Код:
CMD:gopickuphunt(playerid, params[]) {
- AiRaLoKa : For making this whole filterscript
- Zeex : For zcmd
- ****** : For y_ini
- Davee (owner of nextgenstunting.net) : For the idea
Download:
Thank's for reading!