+- +-

+-User

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

+-Stats ezBlock

Members
Total Members: 574
Latest: stromectol order
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 1432
Total Topics: 215
Most Online Today: 4
Most Online Ever: 177
(November 29, 2023, 08:05:08 am)
Users Online
Members: 0
Guests: 2
Total: 2

Author Topic: need help with king of the hill  (Read 170 times)

Offline nathan

  • VG Member
  • *
  • Posts: 33
  • Character: Nathan
    • View Profile
need help with king of the hill
« on: March 17, 2013, 09:44:41 pm »
as in the title im trying to make a king of the hill map but i need help with the scripting,
if someone wants to help me out here who knows a bit of scripting
( i need a border and a capture zone + timer )

thanks in advance

Share on Facebook Share on Twitter


Offline Jackson

  • Administrator
  • *
  • Posts: 194
    • View Profile
Re: need help with king of the hill
« Reply #1 on: March 17, 2013, 10:52:36 pm »
I would like to help but I have too many projects with Chernarus Server :|

Offline nathan

  • VG Member
  • *
  • Posts: 33
  • Character: Nathan
    • View Profile
Re: need help with king of the hill
« Reply #2 on: March 17, 2013, 11:43:00 pm »
aw to bad well maybe someone else ?

Offline TheDictator

  • VG Member
  • *
  • Posts: 22
    • View Profile
Re: need help with king of the hill
« Reply #3 on: March 18, 2013, 07:05:01 am »
just make it like put a radio active that circle cherno so they wouldnt be able to get out of cherno and put some mines and booby trap and the rules should be the person who will last for 2 mins on the highest building in cherno. no need to thank me lol

Offline nathan

  • VG Member
  • *
  • Posts: 33
  • Character: Nathan
    • View Profile
Re: need help with king of the hill
« Reply #4 on: March 18, 2013, 03:33:24 pm »
well, its not in cherno its a ZUB (castle ruins) in chernarus so and i got the mines and booby traps i just need someone to tell me how i can make a screen that shows how long someone stood in a certain area in total and when the area is contested it stops counting

Offline Jackson

  • Administrator
  • *
  • Posts: 194
    • View Profile
Re: need help with king of the hill
« Reply #5 on: March 18, 2013, 04:22:49 pm »
You need to create a public variable.

Once a player from the playerarray list has entered the zone, then set the variable true. If the player leaves the zone, set the variable false.

Get the timer to count your desired time and if after that time the variable = true then stop/restart the mission as someone has captured the area.

To stop the timer if someone else enters, you can do this.

When the player enters, if the variable is already true then stop the timer or send a message saying 'The area is now contested'

Start the timer example:

Every 10 seconds, it will check if the hill has a player in it

    _playerinzone = false 

 if(player distance getmarkerpos "hill" < 50 ) then
            {
            _playerinzone = true;
            hint "The hill is now being captured";
            };
    sleep 10;
};

Capturing the hill example:

Every 10 seconds, it will check if the hill is contested

 if(player distance getmarkerpos "hill" < 50 && _playerinzone = true) then
      {
   hint "The hill is now contested";
      };
    sleep 10;
};

These are just examples, I'm not sure if they work but when I get some free time, I'll try and make my own capture the hill version.

Offline nathan

  • VG Member
  • *
  • Posts: 33
  • Character: Nathan
    • View Profile
Re: need help with king of the hill
« Reply #6 on: March 18, 2013, 05:50:58 pm »
awesome thanks il try to test it to see if it works

 

+-Recent Topics

Aavbbn fhoywj by Atdszc
September 13, 2022, 06:29:24 am

[Important] Brand new website and forum! [Important] by vicky007
October 29, 2020, 12:28:24 pm

Erotic Escorts and Get in touch with Lady in Udaipur by vicky007
October 26, 2020, 08:40:46 am

Admin Application by Simonbk
October 25, 2019, 06:19:49 pm

How to Join the Tycho Darkwaters Security Services by ElmeriS
October 01, 2019, 08:45:25 pm

Ban Appeals by Simonbk
September 23, 2019, 04:39:03 pm

<<Apply to Join Merchant's Guild>> by ElmeriS
September 16, 2019, 09:55:12 pm

My top 5 2013 zombie games by HasomerZ
April 15, 2019, 02:06:02 pm

<<Apply here to join The Black Guard>> by Nortakt
April 10, 2019, 05:40:25 pm

<<Apply to Join Government>> by Nortakt
April 09, 2019, 10:17:53 am