count script.
Moderators: Lone Wolf, Snake Man
-
- 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: 9839
- 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.
PMC TACTICAL FORUM AND OTHER WEBSITES GO DOWN OCTOBER 13TH 2025 IF WEB HOSTING YEARLY FEES ARE NOT PAID.
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
-
- 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: 9839
- 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];
PMC TACTICAL FORUM AND OTHER WEBSITES GO DOWN OCTOBER 13TH 2025 IF WEB HOSTING YEARLY FEES ARE NOT PAID.
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
-
- 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.