Epoch/Sources/epoch_server_settings/EpochEvents/PaydayEvent.sqf
DirtySanchez b2cf56a7b6 global marker sets and map upgrade
New global marker sets and functions.
Replace all markers for events and locations(fully configurable in CfgMarkerSets)
New MapScale marker zoom feature.
2017-10-18 11:27:23 -05:00

12 lines
477 B
Plaintext

/*
Give everyone alive on the server 100 Crypto.
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
*/
{[_x,100] call EPOCH_server_effectCrypto;} forEach (allPlayers select {alive _x});
// Add on screen notification large crypto symbol and maybe audio clip CHA-CHING, configurable option for hosts