2017-03-04 16:57:14 +00:00
|
|
|
/*
|
2017-03-05 17:04:43 +00:00
|
|
|
Give everyone alive on the server 100 Crypto.
|
2017-03-04 16:57:14 +00:00
|
|
|
by Aaron Clark - EpochMod.com
|
|
|
|
|
|
|
|
Improvements and or bugfixes and other contributions are welcome via the github:
|
|
|
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server_settings/EpochEvents/PaydayEvent.sqf
|
|
|
|
*/
|
|
|
|
|
2017-03-05 17:04:43 +00:00
|
|
|
{[_x,100] call EPOCH_server_effectCrypto;} forEach (allPlayers select {alive _x});
|
2017-10-18 16:27:23 +00:00
|
|
|
|
|
|
|
// Add on screen notification large crypto symbol and maybe audio clip CHA-CHING, configurable option for hosts
|