mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
30edcfb449
Update for task system.
6 lines
276 B
Plaintext
6 lines
276 B
Plaintext
if((random 100) < 6)then{
|
|
[] execFSM "\x\addons\a3_epoch_code\System\Event_Air_Drop.fsm";
|
|
["<t size='1.6' color='#99ffffff'>Air Drop Incoming !</t>", 5] call Epoch_dynamicText;
|
|
}else{
|
|
["<t size='1.6' color='#99ffffff'>Sorry, None Available!</t>", 5] call Epoch_dynamicText;
|
|
}; |