mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
if((random 100) < 6)then{
|
|
[] execFSM "\x\addons\a3_epoch_code\System\Event_Air_Drop.fsm";
|
|
["Air Drop Incoming !", 5,[[0,0,0,0.5],[1,0.5,0,1]]] call Epoch_message;
|
|
}else{
|
|
["Sorry, None Available!", 5,[[0,0,0,0.5],[1,0.5,0,1]]] call Epoch_message;
|
|
}; |