mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 23:20:50 +03:00
private arrays part 2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
private ["_fl","_sm","_expl","_dr","_tv","_i","_wave","_splash","_velz","_v","_int","_t","_pos"];
|
||||
_v=_this select 0;
|
||||
_int = (fuel _v)*(8+random 2);
|
||||
_t=time;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
|
||||
private ["_dr","_pos","_xv","_yv","_dir","_Crater","_speed","_velz","_tv","_zv","_shards","_i","_smoke","_fire","_dirt","_int","_t","_v"];
|
||||
_int = _this select 1;
|
||||
_t=_this select 2;
|
||||
_pos=getpos _v;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
private ["_v","_int","_t"];
|
||||
private ["_v","_int","_t","_b"];
|
||||
_v=_this select 0;
|
||||
if (_v iskindof "helicopter" || _v iskindof "plane")
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user