count script.
Moderators: Snake Man, Lone Wolf
-
- Recruit
- Posts: 12
- Joined: 2009-06-15 05:03:01
- Gaming Interests: Operation Flashpoint (OFP)
- Editing Interests: Missions
- Location: India
count script.
I want to made a mission,in which 2 units are there.but how to use count command.
-
- Commander-In-Chief
- Posts: 9897
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: count script.
See PMC Website Hosting and Domain Registration Fee Status topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
-
- Recruit
- Posts: 12
- Joined: 2009-06-15 05:03:01
- Gaming Interests: Operation Flashpoint (OFP)
- Editing Interests: Missions
- Location: India
Re: count script.
What to put on trigger.my both unit name is wes1 and wes2.iam a blackop.so when iam fighting than i can know about how many my friend are there.what to put in trigger.
-
- Commander-In-Chief
- Posts: 9897
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: count script.
If they are in the players group then:
Code: Select all
hint format["%1", count units group player];
See PMC Website Hosting and Domain Registration Fee Status topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
-
- Recruit
- Posts: 12
- Joined: 2009-06-15 05:03:01
- Gaming Interests: Operation Flashpoint (OFP)
- Editing Interests: Missions
- Location: India
Re: count script.
Thanks very much.