[FilterScript] Gold Bar Hunt - Event (0.3.7)
#1

Gold Bar Hunt Event

This filterscript is an event in which every 30 minutes a Gold Bar will spawn, the objective is for players to hunt and collect the gold bar, it will be a race to see who gets the gold bar.



Features
  • 4 Random Gold Bar Spawns (more coming soon)
  • Command to get distance from Gold Bar
  • F key to pick up Gold Bar.
  • Gold Bar Distance Textdraw [new]
  • Gold Bar Event start textdraws [new]
  • Gold Bar Location in textdraws [new]
Requirements
  • SIF.inc
  • streamer.inc
  • zcmd.inc
Installation
  • Put GBH.amx In your Filterscripts folder
  • Put 'GBH' on your filterscript line in your server.cfg
Screenshots






How to:

Change Gold Bar Value:
Код:
#define GOLD_BAR_VALUE 250000
Add More Gold Bars:

Find
Код:
new Float: GoldBarSpawns[][3] ={	
        {2489.55713, -1648.19702, 14.12130},
	{1273.50989, 165.30269, 19.61811},	              
        {2297.84546, 1402.68140, 42.90400},	
        {-2701.21313, 850.51392, 70.42670}
};
Example


Код:
new Float: GoldBarSpawns[][3] ={	
    {Float:x, Float:y, Float:z,},  // Object Float:x/y/z	    
    {Float:x, Float:y, Float:z,},  // Object Float:x/y/z                
    {Float:x, Float:y, Float:z,},  // Object Float:x/y/z                
    {Float:x, Float:y, Float:z,},  // Object Float:x/y/z
};
Note: Zones are all automatic.

Credits
  • Jakwob (me) - Idea and writing the code
  • Incognito - For his streamer
  • Southclaw - For his Southclaws Interaction Framework
  • Zeex - For his command processor
Download

Version 1.0


Version 1.1 [new]


Custom 1.0 [new]
Reply


Messages In This Thread
Gold Bar Hunt - Event (0.3.7) - by Jakwob - 13.05.2015, 20:00
Re: Gold Bar Hunt - Event (0.3.7) - by lanix - 14.05.2015, 11:57
Re: Gold Bar Hunt - Event (0.3.7) - by Younes44 - 14.05.2015, 12:11
Re: Gold Bar Hunt - Event (0.3.7) - by AdHaM612 - 14.05.2015, 14:02
Re: Gold Bar Hunt - Event (0.3.7) - by Jakwob - 14.05.2015, 16:45
Re: Gold Bar Hunt - Event (0.3.7) - by LeXuZ - 16.05.2015, 12:05
Re: Gold Bar Hunt - Event (0.3.7) - by Azula - 16.05.2015, 12:26
Re: Gold Bar Hunt - Event (0.3.7) - by Jakwob - 17.05.2015, 20:30
Re: Gold Bar Hunt - Event (0.3.7) - by ImperioHosting - 17.05.2015, 22:54
Re: Gold Bar Hunt - Event (0.3.7) - by X337 - 18.05.2015, 00:42
Re: Gold Bar Hunt - Event (0.3.7) - by HydraHumza - 18.05.2015, 06:47
Re: Gold Bar Hunt - Event (0.3.7) - by Flashhiee - 19.05.2015, 14:18
Re: Gold Bar Hunt - Event (0.3.7) - by Jakwob - 26.05.2015, 13:36
Re: Gold Bar Hunt - Event (0.3.7) - by FplayerGR - 26.05.2015, 13:45
Re: Gold Bar Hunt - Event (0.3.7) - by Jakwob - 01.06.2015, 21:03
Re: Gold Bar Hunt - Event (0.3.7) - by Jakwob - 08.07.2015, 18:13
Re: Gold Bar Hunt - Event (0.3.7) - by Blacky4Life - 08.07.2015, 22:42
Re: Gold Bar Hunt - Event (0.3.7) - by PereraFunk - 08.07.2015, 22:47
Re: Gold Bar Hunt - Event (0.3.7) - by Jakwob - 13.07.2015, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)