Insert Black Jack

Rent your own Prepaid ArmA 3 server! nitrado.net
- Open the "Functions.h" file.
- Add the following under "class Actions":
class blackjack {};
- Download the following file and insert "core/actions" (wihtout the "): fn_blackjack.zip
- Create an NPC with the following content:
this enableSimulation false; this allowDamage false; this addAction ["Black Jack spielen ($2500)", life_fnc_blackjack];